
Brad Menezes, CEO of enterprise vibe-coding startup Superblocks, believes the next crop of billion-dollar startup ideas is hiding in almost plain sight: the system prompts used by existing unicorn AI startups.System prompts are the lengthy prompts over 5,000 to 6,000 words that AI startups use to instruct the foundational models from companies like OpenAI or Anthropic on how to generate their application-level AI products.
They are, in Menezes view, like a master class in prompt engineering.Every single company has a completely different system prompt for the same [foundational] model, he told A Technology NewsRoom.
Theyre trying to get the model to do exactly whats required for a specific domain, specific tasks.System prompts arent exactly hidden.
Customers can ask many AI tools to share theirs.
But they arent always publicly available.So as part of his own startups new product announcement of an enterprise coding AI agent named Clark, Superblocks offered to share a file of 19 system prompts from some of the most popular AI coding products like Windsurf, Manus, Cursor, Lovable, and Bolt.Menezes tweet went viral, viewed by almost 2 million people, including big names in the Valley like Sam Blond, formerly of Founders Fund and Brex, and Aaron Levie, a Superblocks investor.
Superblocks announcedlast week that it raised a $23 million Series A extension round, bringing its total Series A to $60 million for its vibe-coding tools geared toward non-developers at enterprises.So we asked Menezes to walk us through how to study others system prompts to glean insights.Id say the biggest learning for us building Clark and reading through the system prompts is that the system prompt itself is maybe 20% of the secret sauce, he explained.
This prompt gives the LLM the baseline of what to do.The other 80% is prompt enrichment he said, which is the infrastructure a startup builds around the calls to the LLM.
That part includes instructions it attaches to a users prompt, and actions taken when returning the response, such as checking for accuracy.He said there are three parts of system prompts to study: role prompting, contextual prompting, and tool use.The first thing to notice is that, while system prompts are written in natural language, they are exceptionally specific.
You basically have to speak as if you would to a human co-worker, Menezes said.
And the instructions have to be perfect.Role prompting helps the LLMs be consistent, giving both purpose and personality.
For instance, Devins begins with, You are Devin, a software engineer using a real computer operating system.
You are a real code-wiz: few programmers are as talented as you at understanding codebases, writing functional and clean code, and iterating on your changes until they are correct.Contextual prompting gives the models the context to consider before acting.
It should provide guardrails that can, for instance, reduce costs and ensure clarity on tasks.Cursors instructs, Only call tools when needed, and never mention tool names to the user just describe what youre doing.
Dont show code unless asked.
Read relevant file content before editing and fix clear errors, but dont guess or loop fixes more than three times.Tool use enables agentic tasks because it instructs the models how to go beyond just generating text.Replits, for instance, is long and describes editing and searching code, installing languages, setting up and querying PostgreSQL databases, executing shell commands, and more.Studying others system prompts helped Menezes see what other vibe coders emphasized.
Tools like Loveable, V0, and Bolt focus on fast iteration, he said, whereas Manus, Devin, OpenAI Codex, and Replit help users create full-stack applications but the output is still raw code.Menezes saw an opportunity to let non-programmers write apps, if his startup could handle more, such as security and access to enterprise data sources like Salesforce.
While Menezes is not yet running the multibillion-dollar startup of his dreams, Superblocks has landed some notable companies as customers, including Instacart and Papaya Global.Menezes is also dogfooding the product internally.
His software engineers are not allowed to write internal tools; they can only build the product.
So his business folks have built agents for all their needs, like one that uses CRM data to identify leads, one that tracks support metrics, another that balances the assignments of the human sales engineers.This is basically a way for us to build the tools and not buy the tools, he says.Correction: This story was updated to clarify that most recently announced round was an extension round and to update the Series A total amount raised.