Product bridge

In the product,
it's a wiki.

Plain Markdown in a git repo you own. Every page cites its sources. paniolo wiki keeps it valid, and your agents search it through MCP.

Why this tooling

Discipline you already
know from code.

01

Version control

Knowledge lives in git beside the repo — branchable, reviewable, yours.

02

Lint · consistency · provenance

paniolo wiki treats the corpus like code: page shape, links that resolve, and a cited source on every page. Rename or move a page and every link is rewritten.

03

Local · Rust · on demand

Local search in milliseconds, without burning a single token from your AI vendor. Agents search what they need on demand through MCP, and a hook adds relevant results automatically.

The Evolution Loop
Tasks
Real-world coding benchmarks
Trajectories
Agent execution traces
Structured Experience
Distilled root causes
Harness Mutation
Falsifiable edits with predictions
Verified Improvement
Measured, reverted if failing
Core Principles

The foundation of
reliable AI engineering

Built from years of production experience — before the industry named it harness engineering.

01

Every AI error is infrastructure debt.

When an agent makes a mistake, the right response is not to fix the output and move on. It is to update the harness so the same failure is structurally prevented. Errors are signals. Signals become infrastructure.

02

Harness quality is model-agnostic.

A well-engineered harness outperforms a better base model with a weak one. This is empirically validated at ICLR 2026, and it is the core premise Paniolo is built on. The infrastructure layer is the lever.

03

Observability before optimization.

You cannot reliably improve what you cannot see. Every component, trajectory, and decision in the harness must be auditable before any evolution loop can be trusted. Structure precedes speed.

Research-Validated Framework

Three pillars of
observability

Validated at ICLR 2026. The methodology that makes autonomous harness evolution reliable.

Component
Observability

Every harness component — capstone file, tool descriptions, middleware, skills, sub-agent configs, long-term memory — gets a file-level representation. The action space becomes explicit, auditable, and revertible.

Experience
Observability

Raw agent traces are distilled into a structured evidence corpus — root causes your evolving harness can act on. The intelligence layer compounds over time without requiring manual inspection.

Decision
Observability

Every harness edit is paired with a self-declared prediction, verified against next-round outcomes. Each edit becomes a falsifiable contract. Ineffective edits are rolled back automatically.

69.7% 77.0% Pass@1 lift via AHE Terminal-Bench 2 · ICLR 2026
10 iters Autonomous evolution rounds ~32 hours to full campaign
-12% Token reduction vs baseline Better results, lower cost
3 families Cross-model portability GPT · Qwen · Gemini · DeepSeek