逆向工程说明: 本文档基于 nof1.ai Alpha Arena 的公开文档、交易行为模式、API 响应格式和社区讨论,系统性地逆向推导出其 System Prompt 和 User Prompt 的完整结构,欢迎各路大佬戳戳评论,一起来进行这个有趣的实验。
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
A Platform Strategy for Sustainable Competitive Advantage
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |
NewerOlder