Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Lawyers could face ‘severe’ penalties for fake AI-generated citations, UK court warns

    June 7, 2025

    iOS 19: All the rumored changes Apple could be bringing to its new operating system

    June 7, 2025

    Trump administration takes aim at Biden and Obama cybersecurity rules

    June 7, 2025
    Facebook X (Twitter) Instagram
    • Home
    • Technology
    • Gaming
    • Phones
    • Buy Now
    Facebook X (Twitter) Instagram Pinterest Vimeo
    My BlogMy Blog
    • Home
    • Features
      • Example Post
      • Typography
      • Contact
      • View All On Demos
    • Technology

      Is the Hyperloop Doomed? What Elon Musk’s Latest Setback Really Means

      March 10, 2022

      The Best Early Black Friday Deals on Gaming Laptops and Accessories

      March 10, 2022

      Apple Watch’s ECG Can Help Diagnose Heart Problem: Research

      January 19, 2021

      Simple Tips and Tricks to Take Care of Your Expensive DSLR Camera

      January 16, 2021

      Tech Study Reveals Effects of Mobile Technology on Professionals

      January 15, 2021
    • Typography
    • Phones
      1. Technology
      2. Gaming
      3. Gadgets
      4. View All

      Is the Hyperloop Doomed? What Elon Musk’s Latest Setback Really Means

      March 10, 2022

      The Best Early Black Friday Deals on Gaming Laptops and Accessories

      March 10, 2022

      Apple Watch’s ECG Can Help Diagnose Heart Problem: Research

      January 19, 2021

      Simple Tips and Tricks to Take Care of Your Expensive DSLR Camera

      January 16, 2021

      Game Development This Week: Save On Essential Tools and More

      November 19, 2022

      Riot Games Acquires a Wargaming Studio to Help With Live Game Development

      March 10, 2022

      Keep Talking and Nobody Explodes: A Boomer Gaming in VR

      March 12, 2021

      Hologate Announces New Plans for First Large Format World VR Arcade

      January 16, 2021
      8.9

      DJI Avata Review: Immersive FPV Flying For Drone Enthusiasts

      January 15, 2021
      8.9

      Bose QuietComfort Earbuds II: Noise-Cancellation Kings Reviewed

      January 15, 2021

      Thousands Of PC Games Discounted In New Black Friday Sale

      January 15, 2021

      Could Solar-Powered Headphones Be The Next Must-Have?

      January 15, 2021

      Will Using a VPN on Phone Helps Protect You from Ransomware?

      January 14, 2021

      Popular New Xbox Game Pass Game Being Review Bombed With “0s”

      January 14, 2021

      Google Says Surveillance Vendor Targeted Samsung Phones

      January 14, 2021

      Why Are iPhones More Expensive Than Android Phones?

      January 14, 2021
    • Buy Now
    Subscribe
    My BlogMy Blog
    Home»Uncategorized»Superblocks CEO: How to find a unicorn idea by studying AI system prompts
    Uncategorized

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

    Y U RajuBy Y U RajuJune 7, 2025No Comments4 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Brad Menezes, CEO of enterprise vibe coding startup Superblocks, believes the next crop of billion-dollar startup ideas are hiding in almost plain sight: the system prompts used by existing unicorn AI startups.

    System prompts are the lengthy prompts — over 5,000-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’s tweet went viral, viewed by almost 2 million 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, bringing its total to $60 million for its vibe coding tools geared to 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,” Menezes 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 he’s not yet running the multi-billion startup of his dreams, Superblock has landed some notable companies as customers, it said, including Instacart and Paypaya 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 balance the assignments of the human sales engineers.

    “This is basically a way for us to build the tools and not buy the tools,” he sais.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleAfter its data was wiped, KiranaPro’s co-founder cannot rule out an external hack
    Next Article Will Musk vs. Trump affect xAI’s $5 billion debt deal?
    Y U Raju

    Related Posts

    Uncategorized

    Lawyers could face ‘severe’ penalties for fake AI-generated citations, UK court warns

    June 7, 2025
    Uncategorized

    iOS 19: All the rumored changes Apple could be bringing to its new operating system

    June 7, 2025
    Uncategorized

    Trump administration takes aim at Biden and Obama cybersecurity rules

    June 7, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Demo
    Top Posts

    Windsurf says Anthropic is limiting its direct access to Claude AI models

    June 4, 20255 Views

    IBM acquires data analysis startup Seek AI, opens AI accelerator in NYC

    June 2, 20255 Views

    White House investigating how Trump’s chief of staff’s phone was hacked

    May 30, 20255 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews
    85
    Featured

    Pico 4 Review: Should You Actually Buy One Instead Of Quest 2?

    thf0oJanuary 15, 2021
    8.1
    Uncategorized

    A Review of the Venus Optics Argus 18mm f/0.95 MFT APO Lens

    thf0oJanuary 15, 2021
    8.9
    Editor's Picks

    DJI Avata Review: Immersive FPV Flying For Drone Enthusiasts

    thf0oJanuary 15, 2021

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Demo
    Most Popular

    Windsurf says Anthropic is limiting its direct access to Claude AI models

    June 4, 20255 Views

    IBM acquires data analysis startup Seek AI, opens AI accelerator in NYC

    June 2, 20255 Views

    White House investigating how Trump’s chief of staff’s phone was hacked

    May 30, 20255 Views
    Our Picks

    Lawyers could face ‘severe’ penalties for fake AI-generated citations, UK court warns

    June 7, 2025

    iOS 19: All the rumored changes Apple could be bringing to its new operating system

    June 7, 2025

    Trump administration takes aim at Biden and Obama cybersecurity rules

    June 7, 2025

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Facebook X (Twitter) Instagram Pinterest
    • Home
    • Technology
    • Gaming
    • Phones
    • Buy Now
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.