DevCurationThe Premier Voice of the Entire Tech Ecosystem
Read Where the Money Moved
Home
Where the Money Moved
News
Events
Investor Spotlight
Company Spotlight
Frameworks
DevCuration
Home
Where the Money Moved
News
Events
Investor Spotlight
Company Spotlight
Frameworks
DevCuration
Latest
Kleiner PerkinsKleiner Perkins|Superblocks 3.0 Brings Enterprise Vibe Coding Inside AWSSuperblocks 3.0 Brings Enterprise Vibe Coding Inside AWS|The 2026 LP Tech Summit Builds the LP Operating SystemThe 2026 LP Tech Summit Builds the LP Operating System|WorkatoWorkato|The Future of Open-Source AIThe Future of Open-Source AI|Adams Street Raises Over $5B for Secondaries ProgramAdams Street Raises Over $5B for Secondaries Program|Bridge & LuminAx Launch $500M Supplier-Financing DealBridge & LuminAx Launch $500M Supplier-Financing Deal|Aurelius Systems Raises $40M Series A for Laser DefenseAurelius Systems Raises $40M Series A for Laser Defense|WindBorne Systems Raises $37M Series B to Scale Weather AI NetworkWindBorne Systems Raises $37M Series B to Scale Weather AI Network|Pinegap Raises $8M Series A for Institutional AI ToolsPinegap Raises $8M Series A for Institutional AI Tools|Kleiner PerkinsKleiner Perkins|Superblocks 3.0 Brings Enterprise Vibe Coding Inside AWSSuperblocks 3.0 Brings Enterprise Vibe Coding Inside AWS|The 2026 LP Tech Summit Builds the LP Operating SystemThe 2026 LP Tech Summit Builds the LP Operating System|WorkatoWorkato|The Future of Open-Source AIThe Future of Open-Source AI|Adams Street Raises Over $5B for Secondaries ProgramAdams Street Raises Over $5B for Secondaries Program|Bridge & LuminAx Launch $500M Supplier-Financing DealBridge & LuminAx Launch $500M Supplier-Financing Deal|Aurelius Systems Raises $40M Series A for Laser DefenseAurelius Systems Raises $40M Series A for Laser Defense|WindBorne Systems Raises $37M Series B to Scale Weather AI NetworkWindBorne Systems Raises $37M Series B to Scale Weather AI Network|Pinegap Raises $8M Series A for Institutional AI ToolsPinegap Raises $8M Series A for Institutional AI Tools
DevCuration

The premier voice of the tech ecosystem, from ideation to enterprise.

Explore

  • Where the Money Moved
  • Events
  • Articles & Analysis

Spotlights

  • Investor Spotlight
  • Company Spotlight
  • Frameworks

Company

  • About Us
  • Privacy Policy
  • Terms of Service
© 2026 DevCuration. All rights reserved.
TwitterLinkedIn
Logos provided by Logo.dev
Back to articles
August 06, 2026
•Jesse LandryJesse Landry

Superblocks 3.0 Brings Enterprise Vibe Coding Inside AWS

Superblocks has launched Superblocks 3.0, a new version of its enterprise application-building platform designed to run inside a customer's Amazon Web Services environment. CEO and Co-Founder Brad Menezes and CTO and Co-Founder Ran Ma described the release as a partnership with AWS that gives business teams AI-assisted development tools while allowing IT and security teams to retain control of the underlying infrastructure.

The release moves the governed application platform, its runtime, and AI inference into the customer's AWS VPC. Superblocks says the architecture keeps application data, code, prompts, and infrastructure inside the customer's security perimeter, where existing AWS identity, networking, encryption, and audit policies already apply.

That boundary is the important part of this startup news. Vibe coding made software creation faster, but the enterprise problem was never limited to generating an interface. It was getting that interface through security, procurement, data governance, and production without turning speed into a new class of shadow IT.

What Superblocks 3.0 Changes

The Superblocks 3.0 announcement introduces a private-cloud deployment model for AI-generated business applications. Organizations can run the platform inside their AWS VPC, use existing IAM roles and network policies, and route model inference through their own Amazon Bedrock account using models their teams have approved.

Superblocks also says the platform can provision AWS Aurora databases or Amazon S3 storage when an application requires them, then manage environment migrations as an app moves from development into production. IT teams manage those resources through the Superblocks control plane while retaining visibility and ownership within their AWS account.

The company is pairing that deployment model with software security controls. Superblocks says it can restrict package access to a private registry, scan code with deterministic analyzers and specialized security agents, maintain a software bill of materials for every application, and continuously monitor deployed dependencies for newly disclosed vulnerabilities.

Why the AWS Boundary Matters

Consumer-facing AI builders made it normal for employees to describe a tool in plain language and receive working software. That created a useful wave of experimentation, but it also pushed sensitive data, unreviewed dependencies, and ad hoc applications into environments enterprise security teams could not always see.

Superblocks 3.0 takes a different approach. Business users can still build applications, but every application inherits enterprise controls before reaching production. Identity, permissions, secrets, audit history, networking, data access, and model governance become part of the environment instead of cleanup work assigned after a successful demo.

The AWS Marketplace listing for Superblocks also describes the platform's AWS deployment model and its integrations with Amazon Bedrock, Amazon Redshift, Amazon S3, Amazon DynamoDB, and Amazon Athena. It describes Clark, the Superblocks AI agent, as a system that generates applications, workflows, and jobs while producing React and TypeScript code that engineers can review and extend.

Governance Becomes a Product Feature

For years, enterprise software treated governance as a stage gate. A team builds something, security reviews it, procurement asks questions, and the project waits. AI compresses the building phase so dramatically that the old sequence becomes difficult to sustain because a prototype can appear in an afternoon while governance processes still operate on quarterly timelines.

Superblocks is betting that governance has to move into the application-building experience itself. If every application inherits access rules, audit logs, approved integrations, network boundaries, and deployment policies by default, IT can manage a growing application portfolio without reviewing every component from scratch.

That approach also changes the role of business users. They are no longer limited to filing requests with engineering, but they are not given an unrestricted production environment either. The platform makes the organization's existing controls the foundation of what they can create.

Model Choice Meets Cost Control

Superblocks 3.0 also includes what the company calls Smart Router, which breaks application-building work into different tasks and routes each task to an appropriate frontier or open model. Superblocks estimates the approach can reduce AI inference costs by up to 30%, although that figure is company-reported and should not be interpreted as an independently verified outcome.

The more durable idea is task-level model selection. Enterprises may not need the most expensive model for every code-generation, transformation, or routine execution task, particularly when all inference runs through an organization-controlled Amazon Bedrock account with its own approved model list and audit trail.

That shifts model selection from a leaderboard discussion to an operational decision. The important questions become which model best fits a specific task, what data it can access, what the execution costs, and whether the result remains inside the organization's established risk boundary.

Superblocks' Enterprise Position

Superblocks was founded by Brad Menezes and Ran Ma and operates across enterprise software, developer tools, and AI application development. The company announced a $23M Series A extension in May 2025 that brought disclosed funding to $60M. Its current positioning centers on helping business, IT, and engineering teams build internal applications on a single governed platform.

The AWS launch gives that positioning a clearer infrastructure story. Superblocks is not asking enterprises to replace their existing cloud controls. It is trying to make those controls the environment where AI-generated applications are built, deployed, and managed.

What This Signals for Enterprise AI

The first phase of vibe coding rewarded spectacle because the distance between prompt and prototype became the headline. The next phase will be less theatrical and more valuable: turning generated software into managed systems that can survive user-access reviews, dependency incidents, regulatory scrutiny, and the everyday realities of production.

That is why this release matters beyond a single product cycle. Enterprise AI adoption will depend on whether organizations can expand who builds software without losing control over where data travels, which models run, what code reaches production, and who remains accountable when something breaks.

Superblocks and AWS are testing a practical answer: allow teams to build quickly while making the private cloud, identity system, policy layer, and audit record inseparable from the act of building. If that model succeeds at scale, the winner in enterprise vibe coding may not be the platform that generates the flashiest demo. It may be the one that makes the demo routine enough for security to approve and valuable enough for the business to keep using.

DevCuration Data

Developer Tools funding, last 30 days

DevCuration's funding database tracked 4 Developer Tools rounds totaling $58.8M in disclosed capital over the past 30 days. Recent deals we covered:

  • Weave Raises $13.5M Series A to Measure AI Engineering ROISeries A · $13.5M · Jul 31
  • Paper Raises $34M Series A for Agent-Native Design PlatformSeries A · $34M · Jul 25
  • Reo.Dev Raises $11.3M Series A Led by Elevation Capital to Expand AI GTM PlatformSeries A · $11.3M · Jul 21
  • Vercel Acquires Better Auth to Strengthen Open Source Authentication for AI AgentsJul 10
All tracked rounds

Frequently Asked Questions

Why does Superblocks 3.0 run inside a customer's AWS account?

The deployment model keeps application data, code, infrastructure, and AI inference within the customer's AWS security perimeter. Existing IAM, network, encryption, and audit policies can govern the applications from development through production.

How does Superblocks 3.0 use Amazon Bedrock?

Organizations can route AI inference through their own Amazon Bedrock account and limit model use to options they approve. That gives IT visibility into model activity while keeping prompts and data within the organization's AWS environment.

What problem does governed enterprise vibe coding solve?

It lets business teams build internal applications with AI without separating speed from security. Governance controls such as identity, permissions, secrets, audit logs, and deployment policies are applied as part of the platform rather than after an untracked prototype reaches production.

What should enterprises verify before adopting AI app builders?

Teams should verify where data and inference run, which models and packages are allowed, how code is reviewed, how applications inherit identity controls, and whether security can audit deployed software over time. Company-reported cost or security claims should also be tested in the buyer's own environment.

Back to all articles
Newsletter

Where the Money Moved

The intelligence briefing of the innovation economy. Funding, M&A, debt and fund closes, read as market signal rather than deal announcements.

Subscribe to Where the Money Moved
Superblocks

Superblocks

Enterprise application-building platform designed to run inside a customer's AWS environment.

WebsiteLinkedIn

Key Executives

  • Brad Menezes
  • CEO & Co-Founder; Ran Ma
+1 more (coming soon)

Related Articles

News
Lilian Weng Returns to OpenAI After Leaving Thinking Machines
Aug 4, 2026
News
Jake Paul Builds a Family Office for His Business Empire
Jul 30, 2026
News
Alpaca and Vacuumlabs Link European Fintech Infrastructure
Jul 29, 2026
News
AlphaSense Crosses $700M ARR as IPO Plans Take Shape
Jul 28, 2026
News
Sunwave Names Corey Hansen CEO, Launches Crest Board
Jul 27, 2026

More from Jesse Landry

Investor Spotlight
Kleiner Perkins
Aug 6, 2026
Events
The 2026 LP Tech Summit Builds the LP Operating System
Aug 6, 2026
Company Spotlight
Workato
Aug 6, 2026