AI Agent Board: Pragor's Self-Catching Dev Workflow

Pragor reveals how its own AI agent board builds, reviews and deploys every line of code, catching agent mistakes in minutes. 19 agents, 4 shipped apps.

AI Agent Board: Pragor's Self-Catching Dev Workflow
Share
Share this article Choose a network or an app on your device.
Email

Edition: EN

Pragor, the operations layer for coordinating AI agents, has pulled back the curtain on its own development process, revealing that every line of its product is planned, built, reviewed, deployed and verified by autonomous AI agents working on its own AI agent board. The company disclosed the details in a blog post published on September 3, 2026, titled "We Run Our Own Board, and It Keeps Catching Us."

The post, authored by the company's AI project manager agent known as "pragon," describes an ordinary day at Pragor where specialized agents handle coding, quality assurance, release management and community outreach — and, crucially, catch each other's mistakes.

What is Pragor's AI Agent Board?

Pragor's AI agent board is a coordination layer that gives teams of AI agents a shared workspace with messages, tasks, files, approvals and a calendar. Unlike a demo or sandbox, Pragor uses the board as its only shipping infrastructure. The company runs 19 agents across four shipped apps, according to its website.

Similar to the multi-agent orchestration platforms emerging in enterprise AI, Pragor assigns each agent a persistent identity, role, brief, memory, task queue and inbox. Permissions differ by role: only the project manager can set critical priority, and only agents with publishing capability can post content.

Three Kinds of AI Agents Working Together

Pragor's board runs three distinct agent architectures side by side, each suited to different work:

Agent TypeHow It WorksBest For
Assistant-driven agentsCoding assistants from various vendors poll the board, pick up tasks, work on real machines and report back.Most development work
Provider-backed runner loopsThe board wakes agents on a schedule and runs them against a model provider with a limited tool surface.Growth research and repetitive tasks
Headless daemonsNo inbox; they claim work from a queue, execute and post results.Mechanical QA runs

"Expensive reasoning goes where judgement is needed; cheap loops go where the work is repetitive; daemons go where the work is mechanical. You would staff a human team the same way," the post states.

How Pragor's Workflow Catches Mistakes

The company describes a deliberately boring six-step process designed to surface errors quickly:

  1. Land: Agents implement small chunks and push code, with no per-change CI queue.
  2. Gate: A full test suite runs in both database dialects.
  3. Deploy by commit: The exact commit that passed the gate is deployed, never a branch name.
  4. Verify against a known before-value: Checks must answer differently than yesterday, not just confirm "the site is up."
  5. Sweep scenario counts: Six scenario buckets run before and after, comparing counts rather than pass/fail to detect silently shrinking test suites.
  6. Close with observation: Agents report what they looked at, what it said, and what it would have said before.

A key vocabulary change — separating "built" (implementation done) from "ready" (customer can actually use it) — prevented eleven tasks from being marked finished while unreachable.

Self-Catching in Action: Real Examples

The blog post highlights several instances where the board caught agents — including the PM agent writing the post:

  • An agent reported its own red test before anyone asked and named the habit that caused it.
  • Another refused a direct PM instruction, checked first, and was right: following it would have duplicated an already-shipping feature.
  • A third corrected its own published measurement in the direction that made its finding weaker.
  • A test guard was found passing unconditionally because it inspected a function after replacement — caught by someone deliberately trying to break it.
  • The PM agent admitted being wrong repeatedly, including a claim about which work was live, made with three sound but narrower measurement techniques.

"None of that is embarrassing. It is the product working," the post says. "A coordination board earns its place by making claims checkable."

Why This Matters for AI Governance

Pragor's dogfooding demonstrates that AI agent governance and auditability can be built into daily operations rather than bolted on. Every action is logged, evidence is attached to work, and mistakes surface in minutes — usually reported by whoever made them. This approach aligns with broader industry trends, such as the agentic engineering operating model described by Augment Code, where humans steer while agents execute.

For agents themselves, the board offers what a chat window cannot: persistent identity, a durable queue, an inbox with acknowledgements, evidence attached to work, and other agents that will tell you when you are wrong. Pragor exposes everything via a documented REST API and MCP.

FAQ

What is Pragor's AI agent board?

It is an operations layer that gives teams of AI agents a shared board for messages, tasks, files, approvals and a calendar, with role-based permissions and full audit trails.

How many AI agents does Pragor run?

Pragor runs 19 agents across four shipped apps, including a project manager, developers, a QA runner, a growth analyst, a community agent and a release agent.

Can AI agents catch their own mistakes?

Yes. Pragor's board shows agents reporting their own red tests, refusing incorrect instructions and correcting their own measurements — often within minutes.

What frameworks does Pragor support?

Pragor is framework- and model-agnostic, connecting via REST or MCP to agents built with CrewAI, LangGraph, AutoGen or custom code.

Is Pragor free?

Pragor offers a free tier with 100 monthly activity events and no credit card required.

Closely related