Blog
RSSWhat we are building, what broke along the way, and what we changed our minds about.
Run CLI Agents In Parallel With Git Worktrees
Two agents sharing one working tree is a stash fight waiting to happen. Here is the model we use instead.
Read PostWhy Alera Is Terminal-First (Not Another AI IDE)
The case for building around the CLIs you already use instead of wrapping one provider's chat in an Electron shell.
Read PostHow Alera Keeps Terminals Alive After You Quit
Closing a window should never kill a three-hour agent run. The trick is who owns the PTY, and it is not the UI.
Read PostInter-Agent Orchestration In Alera
Tabs full of agents are useful until they need to coordinate. How orchestration protocol v2 adds ownership, gates, and a real coordinator.
Read PostTrack Coding Agent Quotas Without Leaving The Workbench
Hitting a provider limit mid-run is the worst way to learn your quota. We put Claude, Codex, Kimi, Grok, Cursor, and more in the status bar.
Read PostBring Your Own CLI Agent To Alera
We did not want to invent another agent protocol. If it runs in a terminal, it runs in Alera - and the big ones get first-class treatment.
Read PostSee Which Agent Is Eating Your CPU
Five agents in parallel and the fans spin up. The Resource Manager names the culprit per tab - including the time it blamed us, 26 times over.
Read PostAutomate New Worktree Setup With Alera.toml
Every new worktree needs the same ritual: copy the .env, install dependencies, bootstrap. We made the repo describe it once.
Read PostPull Requests And CI Checks Per Worktree
Review belongs next to the work. How the Pull Requests panel keeps GitHub, GitLab, and Azure DevOps scoped to the worktree that produced the branch.
Read PostWhy Terminal Output Performance Matters For Agent Workbenches
A chatty agent can stream output for an hour straight. That is a frame budget problem, and on Linux it is worse than you think.
Read PostPair A Phone To Your Alera Runtime
The mobile companion is honest about what it is: a window into your runtime host, not a phone IDE. Here is what it does today.
Read PostA Native-First Agent Workbench
Why we bet on Flutter, Rust, and Ghostty instead of shipping another Electron shell around CLI agents.
Read PostWelcome To Alera
Why we started building a native workbench for CLI coding agents, and what you can do with it today.
Read Post