Home
Loading

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

Get in touch

  • Contact

  • Request a demo

  • Request data updates

  • Add a company

Research

  • Companies

  • Investors

  • People

aVenture

  • Sitemap

  • Feature requests

Member

Backed by

© aVenture Investment Company, 2026. All rights reserved.

San Francisco, CA, USA

Privacy Policy

aVenture Investment Company ("aVenture") is an independent research platform providing detailed analysis and data on startups, venture capital investments, and key industry individuals. It is not a registered investment adviser, broker-dealer, or investment advisor and does not provide investment advice or recommendations. The data provided by aVenture does not constitute recommendations or advice, whether by methodology, analysis, AI-generated content, or a statement written by a staff member of aVenture.

aVenture is not affiliated with any of the people, companies, organizations, government agencies, regulatory bodies, or investment funds we provide coverage for on this site unless explicitly stated otherwise. Users assume full responsibility for decisions made based on information obtained from this platform. Links to external websites do not imply endorsement or affiliation with aVenture. Any links that provide the ability to invest in a primary or secondary transaction in a company are for convenience only and do not constitute solicitations or offers to buy or sell an investment. Investors should exercise heightened precaution and due diligence when investing in private companies, especially those not independently audited.

While we strive to provide valuable insights with objectivity and professional diligence, we cannot guarantee the accuracy of the information provided on our platform. Before making any investment decisions, you should verify the accuracy of all pertinent details for your decision. To the fullest extent permitted by law, aVenture shall not be liable for any direct, indirect, incidental, consequential, or financial damages arising from use of this site, whether by consumers of its contents directly or by persons or organizations covered by our research, even if we are advised of the possibility. Our best-efforts processes and correction request forms do not create a warranty or duty of care.

Profiles on this platform may include content generated in part by large language models (LLMs, artificial intelligence) that aggregate publicly available sources (e.g., SEC EDGAR, public filings, press releases). Source attribution is provided where known; always verify statements and claims here against original sources before relying on any data. Content on our site may contain inaccuracies, omissions, or what are commonly called 'hallucinations' if generated in part or in full by AI / LLMs. The risk can also exist even when content is written by a human, as internal and third-party sources may also have inaccuracies for the same or different reasons. While we randomly audit a proportion of content, this is not exhaustive.

We recommend that an independent auditor be hired to verify the accuracy of the information before relying on it for any sensitive decisions. By accessing this platform, you agree not to rely solely on any information generated by AI, aggregated, or sourced or written otherwise on this site, for investment, financial, or other decisions. aVenture assumes no responsibility for inaccuracies, omissions, or hallucinations. You must independently verify all data from primary sources. Use of this platform constitutes your waiver of claims for reliance-based damages, including negligent misrepresentation. To report an error, request a correction, or dispute information about a company or individual, contact us via our request data updates form.

Loading
Loading
Home
News
Superblocks CEO: How to find a unicorn idea by studying AI system prompts

From TechCrunch

By Julie Bort

June 7, 2025

Superblocks CEO: How to find a unicorn idea by studying AI system prompts

Superblocks CEO: How to find a unicorn idea by studying AI system prompts

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 TechCrunch. “They’re trying to get the model to do exactly what’s required for a specific domain, specific tasks.”

System prompts aren’t exactly hidden. Customers can ask many AI tools to share theirs. But they aren’t always publicly available.

So as part of his own startup’s 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 announced last week that it raised a $23 million Series A extension round, bringing its total Series A to $60 millio for its vibe-coding tools geared toward non-developers at enterprises. 

So we asked Menezes to walk us through how to study other’s system prompts to glean insights.

“I’d 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 user’s prompt, and actions taken when returning the response, such as checking for accuracy.

Roles, context, and tools

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, Devin’s 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.

Cursor’s instructs, “Only call tools when needed, and never mention tool names to the user — just describe what you’re doing. … Don’t show code unless asked. … Read relevant file content before editing and fix clear errors, but don’t 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. Replit’s, 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.

View original article on techcrunch.com

Most Recent

Arcee, a US open source AI lab, says Chinese models are not inherently dangerous

Arcee, a US open source AI lab, says Chinese models are not inherently dangerous

As Chinese AI models grow in capability and popularity among U.S. companies, the arguing over what should be done about them has reached a fever pitch.

Jul 22, 2026

Cascade raises $3.5M to help construction firms find and win projects

Cascade raises $3.5M to help construction firms find and win projects

a16z Speedrun, Ada Ventures, and Snowball VC have invested in Cascade's $3.5 million seed round.

Jul 22, 2026

The browser wars aren’t about search anymore — here are the best alternatives to Chrome and Safari

The browser wars aren’t about search anymore — here are the best alternatives to Chrome and Safari

We’ve compiled an overview of some of the top alternative browsers available today aiming to challenge Chrome and Safari.

Jul 22, 2026

Glow emerges from stealth at $1.2B valuation to challenge endpoint security in the AI era

Glow emerges from stealth at $1.2B valuation to challenge endpoint security in the AI era

Glow is targeting a new class of endpoint risks created by the rapid adoption of AI agents and developer tools inside enterprises.

Jul 22, 2026

Similar Posts

Superblocks CEO: How to find a unicorn idea by studying AI system prompts

Superblocks CEO: How to find a unicorn idea by studying AI system prompts

Brad Menezes, CEO of enterprise vibe coding startup Superblocks, is convinced that the next crop of billion-dollar startup ideas are hiding in almost plain sight: system prompts.

Jun 7, 2025

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

At first glance, Qodo, the startup previously known as CodiumAI, may appear to be yet another AI code generation tool. But the team, which is announcing a $40 million Series A round led by Susa Ventures and Square Peg today, is just as much focused on generating code as on generating the tests and code quality in general. The service launched out of stealth 18 months ago and so far, the company says, over 1 million developers have tried its solutions and a number of Fortune 100 companies have a

Sep 30, 2024

p0 uses LLMs to save enterprises from code catastrophes

p0 uses LLMs to save enterprises from code catastrophes

Startup p0 is named after catastrophic events that can cause a platform to crash, leading to potential security breaches and loss of customer trust in businesses. Those are the problems that the p0 was created to solve, using large language models to help developers catch serious issues in code before it is shipped. The startup […]

Jan 30, 2024

AI coding assistants can help startups develop products, seed VCs believe

AI coding assistants can help startups develop products, seed VCs believe

By now, there’s hardly a coder in the world who isn’t using an AI copilot in some way. But using GitHub Copilot or Cursor.AI to ask technical questions and get debugging help could be just the beginning. AI coding may one day involve agents that can write the programs themselves based on a natural language prompt. Such programs may even replace human engineers. AI coding startups that can generate code from a natural language prompt include Replit and Bubble, among many others. Eventually, some

Nov 6, 2024

Most Recent

Arcee, a US open source AI lab, says Chinese models are not inherently dangerous

Arcee, a US open source AI lab, says Chinese models are not inherently dangerous

As Chinese AI models grow in capability and popularity among U.S. companies, the arguing over what should be done about them has reached a fever pitch.

Jul 22, 2026

Cascade raises $3.5M to help construction firms find and win projects

Cascade raises $3.5M to help construction firms find and win projects

a16z Speedrun, Ada Ventures, and Snowball VC have invested in Cascade's $3.5 million seed round.

Jul 22, 2026

The browser wars aren’t about search anymore — here are the best alternatives to Chrome and Safari

The browser wars aren’t about search anymore — here are the best alternatives to Chrome and Safari

We’ve compiled an overview of some of the top alternative browsers available today aiming to challenge Chrome and Safari.

Jul 22, 2026

Glow emerges from stealth at $1.2B valuation to challenge endpoint security in the AI era

Glow emerges from stealth at $1.2B valuation to challenge endpoint security in the AI era

Glow is targeting a new class of endpoint risks created by the rapid adoption of AI agents and developer tools inside enterprises.

Jul 22, 2026

Similar Posts

Superblocks CEO: How to find a unicorn idea by studying AI system prompts

Superblocks CEO: How to find a unicorn idea by studying AI system prompts

Brad Menezes, CEO of enterprise vibe coding startup Superblocks, is convinced that the next crop of billion-dollar startup ideas are hiding in almost plain sight: system prompts.

Jun 7, 2025

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

At first glance, Qodo, the startup previously known as CodiumAI, may appear to be yet another AI code generation tool. But the team, which is announcing a $40 million Series A round led by Susa Ventures and Square Peg today, is just as much focused on generating code as on generating the tests and code quality in general. The service launched out of stealth 18 months ago and so far, the company says, over 1 million developers have tried its solutions and a number of Fortune 100 companies have a

Sep 30, 2024

p0 uses LLMs to save enterprises from code catastrophes

p0 uses LLMs to save enterprises from code catastrophes

Startup p0 is named after catastrophic events that can cause a platform to crash, leading to potential security breaches and loss of customer trust in businesses. Those are the problems that the p0 was created to solve, using large language models to help developers catch serious issues in code before it is shipped. The startup […]

Jan 30, 2024

AI coding assistants can help startups develop products, seed VCs believe

AI coding assistants can help startups develop products, seed VCs believe

By now, there’s hardly a coder in the world who isn’t using an AI copilot in some way. But using GitHub Copilot or Cursor.AI to ask technical questions and get debugging help could be just the beginning. AI coding may one day involve agents that can write the programs themselves based on a natural language prompt. Such programs may even replace human engineers. AI coding startups that can generate code from a natural language prompt include Replit and Bubble, among many others. Eventually, some

Nov 6, 2024