Skip to content

Blog

Building a flock in the open

Leif ·

CorvidLabs is not a startup chasing one big exit. It is a flock of builders, where each tool sharpens the next. spec-sync keeps fledge honest. fledge feeds Merlin. Merlin helps build the next tool. Every new primitive at the bottom makes everything above it sharper.

This blog is where we write that down: the decisions, the trade-offs, and what we are shipping. It replaces our old /now page, which was a single person's running notes. A blog scales to a team and leaves a trail others can read.

What we build

A few threads run through everything:

  • Developer tools. fledge is one CLI for the whole dev lifecycle. spec-sync makes Markdown specs into CI-enforced contracts. augur scores diff risk with no LLM in the loop. attest records signed provenance for a change.
  • The agent runner. Merlin drives those tools. It talks to providers over their APIs directly, with no CLI to shell out to, and every tool it can reach is a fledge plugin.
  • Showcase products. Quill (local-first voice dictation) and a weather stack (Podo plus the Rita API) are where the primitives prove themselves on real software people use.

The bet

Plugin architecture is the moat. Most tools have a fixed surface; ours have a protocol. Change a plugin, change what the agent can do. That composability is what lets a small team ship a catalogue this wide without it collapsing under its own weight.

More to come. If a tool fits how you build, take it: everything public lives on GitHub.

← All posts