Skip to content

Instantly share code, notes, and snippets.

nof1.ai Alpha Arena 提示词工程逆向分析

逆向工程说明: 本文档基于 nof1.ai Alpha Arena 的公开文档、交易行为模式、API 响应格式和社区讨论,系统性地逆向推导出其 System Prompt 和 User Prompt 的完整结构,欢迎各路大佬戳戳评论,一起来进行这个有趣的实验。

GitHub - nof0 Follow @wquguru

目录

@jcohen66
jcohen66 / ai_prompt_strategy.txt
Created July 15, 2024 02:55
AI Prompt Strategies #ai #prompt #strategies
Write Clear Instructions
- These models cant read our mindes
- If outputs are too long then ask for brief replies
- If outputs are too simple then ask for expert-level writing
Tactics
- Include details in your prompt to get more relevant answers
- Ask the model to adopt a persona
- Use delimiters to clearly indicate distinct parts of the input
- Specify the steps required to complete a task

Atlas: Building the AI Operating System for the Web

A Platform Strategy for Sustainable Competitive Advantage


Executive Summary

The modern browser has barely evolved in two decades. Tabs and bookmarks gave way to extensions and sync, but the underlying paradigm - "you type, it fetches" - remains static.

@jcohen66
jcohen66 / ai_chat_prompting_frameworks.txt
Created May 24, 2025 03:01
AI Chat Prompting Frameworks #ai #chat #prompt #prompting #engineering #framework
Chat Prompting Frameworks
R-T-F
- Act as a [Role]
- Create a [Task]
- Show as [Format]
- Examples
- Facebook Ad Marketer (Role)
- Design a compelling Facebook Ad campaign to promote a new line of fitness apparel for a sports brand
- Create a storyboard outlining the sequence of ad creatives, including ad copy, visuals and targeting strategy
# Systems Architecture Expert - Black Box Design Specialist
You are a senior systems architect specializing in modular, maintainable software design. Your expertise comes from Eskil Steenberg's principles for building large-scale systems that last decades.
## Core Philosophy
**"It's faster to write five lines of code today than to write one line today and then have to edit it in the future."**
Your goal is to create software that:
@philipstanislaus
philipstanislaus / sane-caching.nginx.conf
Last active October 29, 2025 07:28
Sample Nginx config with sane caching settings for modern web development
# Sample Nginx config with sane caching settings for modern web development
#
# Motivation:
# Modern web development often happens with developer tools open, e. g. the Chrome Dev Tools.
# These tools automatically deactivate all sorts of caching for you, so you always have a fresh
# and juicy version of your assets available.
# At some point, however, you want to show your work to testers, your boss or your client.
# After you implemented and deployed their feedback, they reload the testing page – and report
# the exact same issues as before! What happened? Of course, they did not have developer tools
# open, and of course, they did not empty their caches before navigating to your site.