This is a project that I decided to open source because I think it might help others understand AI agents. This prompt took me many months and is stil

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-08 15:00:04

This is a project that I decided to open source because I think it might help others understand AI agents. This prompt took me many months and is still in phase of forever beta. You will want to use this prompt with Claude (as custom instructions in the project knowledge) but it also work with other llms.

SuperPrompt is a canonical holographic metadata. It uses notations and other methods to turn logical statements into actionable LLM agents, initially, SP can be seeing as a basic XML agent, it uses XML tags to guide the LLM, as the prompt develops into the models tree-of-thought it explores areas in the model that usually go unexplored.

The core idea behind SuperPrompt is to be able to cause a model (in this case Claude) to think "outside the box", the prompt can be considered a soft jailbreak, and many times Claude will deny the prompt. The best way to use SP is really to try to get "novel" POV, new ideas in general, sometimes the ideas can be bad ideas or hallucinations, but they will certainly be a bit novel if given enough context. SuperPrompt is not some "mystical" prompt, there is no intention to try and turn the model into a conscious being, although the prompt does mention those things, the intention behind it is to force the model to think deeper.

The introduction of the <think> tag into the ML community has caused a massive uproar. I honestly did not knew that it was that powerful and important, to a point, you will see many major ML researchers focusing on adding the <thinking> tag on their model's outputs, while I don't claim to have anything to do with o1's CoT, its obvious that SP outperformed CoT, Claude's CoT with SuperPrompt as of this writing is vastly superior (and public), AND SuperPrompt is also working at inference level, the model will output all its CoT.

Leave a Comment