Loading video...

Video Failed to Load

Go Home

curl This is our Meta-Prompt. It allows LLMs to understand our Reader, Embeddings, Reranker, and Classifier APIs for improved codegen. Using the meta-prompt is straightforward. Just copy the prompt into your preferred LLM interface like ChatGPT, Claude, or whatever works for you, add your instructions, and you're set. In...

209,078 views • 1 year ago •via X (Twitter)

10 Comments

Jina AI's profile picture
Jina AI1 year ago

and here's something cool - there's this handy CLI tool called llm from @simonw that lets you pipe the meta-prompt into an LLM right from your termail. So just do curl | llm -s 'TASK: grab all sentence from hackernews frontpage and embed and visualize the results in a 2d umap with matplotlib' -m claude-3-sonnet You'll get clean generated code output in your terminal. If you're using Cursor IDE, you can also add the meta prompt from to its docs index to help it understand our search foundation APIs better.

Jina AI's profile picture
Jina AI1 year ago

The meta-prompt is maintained under We'd love to hear your thoughts on how we can improve the meta-prompt. So give it a try and let us know how it works for you.

Jesse Wursten's profile picture
Jesse Wursten1 year ago

Are there any docs in how to create such a meta prompt? Looks amazing

Linas | true.eth's profile picture
Linas | true.eth1 year ago

@domasbitvinskas you need to do a metaprompt like this for @superinterfaces too

Trelis Research's profile picture
Trelis Research1 year ago

Smart. Many more should do this.

🇮🇳 𐄳 इन्द्रजाल 𐄳's profile picture
🇮🇳 𐄳 इन्द्रजाल 𐄳1 year ago

This is fantastic! I hope this becomes a trend. More and more API maintainers should be doing this (a win-win). Is the meta-prompt hand-crafted, or is there a more efficient way to generate/maintain it for a given API. Does having OpenAPI support help?

veryvanya's profile picture
veryvanya1 year ago

@weremeow new standards

Parker Rex's profile picture
Parker Rex1 year ago

Whats the prompt for generating the meta prompt? Super valuable resource for any set of technical docs.

Muratcan Koylan's profile picture
Muratcan Koylan1 year ago

Genius

Murillo Camargo's profile picture
Murillo Camargo1 year ago

Nice job

Related Videos