blog

thoughts, updates, and insights from the superagent team.

engineering·June 25, 2025·7 min read

Vibex: Rebuilding OpenAI Codex with VibeKit

Vibex is our open-source attempt to understand and rebuild OpenAI Codex using modern developer tools. It's a real coding agent that takes plain-language tasks, runs them in secure E2B containers via VibeKit, and produces working GitHub pull requests. No demo shell or fake eval—just structured coding workflows that install packages, write code, run tests, and push changes.

read more

opinions·April 21, 2025·4 min read

On vibe coding

A new way of building software is catching on. People are skipping the traditional engineering process and using tools like Replit, LLM apps, and code agents...

read more

opinions·March 31, 2025·3 min read

Prompting is not a skill, prompting is engineering

Today, our interactions with language models are largely limited to discrete, isolated tasks: drafting emails, generating content snippets, analyzing small...

read more

opinions·February 19, 2025·3 min read

The death of AI agents

AI agents as we know them are about to become extinct. The complex, over-engineered systems we build today—with their carefully crafted prompts, intricate...

read more

engineering·January 26, 2025·7 min read

ReAG: Reasoning-Augmented Generation

Until now, systems that combine language models with external knowledge have relied on a two-step process: first, retrieve relevant documents using semantic...

read more

engineering·January 8, 2025·3 min read

Agents that write their own tools

For an agent to be really useful, it needs tools — specialized pieces of code that help complete specific tasks, like browsing the web. Today, these tools are...

read more

join our newsletter

updates on securing code and agents, vulnerability research, and product news.