Sign InOpen Brain
AI EngineerVideoSource Linked

fighting slop with slop — Vaibhav Gupta, Boundary

Boundary replaces blanket code review with stable architecture rules, agent-generated tests, transcript inspection, execution traces, and human triage—a concrete harness pattern, not a license to skip verification.

AI Engineer · Jul 31, 2026
Open Source Open MarkdownOpen JSON
Source Summary

Boundary says its team uses **no code reviews**, lets engineers choose their AI tools, and anchors agents with a small **architecture.md** containing durable compiler-layer rules. Agents generate BAML programs, inspect transcripts, surface issues, propose fixes, and compare variants by tool calls, errors, and outcomes.

Practical Implication

The reusable idea is to move assurance into executable invariants and observable agent behavior. Keep architecture context stable, record traces, generate adversarial usage, and let humans triage findings rather than manually reading every generated line.

Agent-Ready Context
Boundary says its team uses **no code reviews**, lets engineers choose their AI tools, and anchors agents with a small **architecture.md** containing durable compiler-layer rules. Agents generate BAML programs, inspect transcripts, surface issues, propose fixes, and compare variants by tool calls, errors, and outcomes.

The reusable idea is to move assurance into executable invariants and observable agent behavior. Keep architecture context stable, record traces, generate adversarial usage, and let humans triage findings rather than manually reading every generated line.

This is one team’s process for a programming language, not evidence that review is broadly obsolete. Agent findings can hallucinate or lack judgment, while claims such as effectively free tracing and deterministic A/B comparisons depend on Boundary’s underlying system.
Connected Context · Feed7 Judgment

This offers a strong version of assurance-through-invariants: stable architecture rules, executable validators, traces, and adversarial runs replace line-by-line review for one language team. It reinforces observability-driven agent improvement and model-independent comparison, but directly conflicts with candidates that retain human review for maintainability and larger changes. The evidence supports a bounded workflow, not the general removal of review.

Harness Engineering is not Enough: Why Software Factories Fail — Dex Horthy, HumanLayerBoundary’s no-review process conflicts with HumanLayer’s claim that humans must retain code ownership and review to protect maintainability.From Signal to PR: Anatomy of a Self-Improving Agent — Jason Lopatecki, ArizeBoth turn traces and repository context into proposed fixes, but Arize retains stronger human review as change scope grows while Boundary shifts humans toward triaging findings.How Forward Deployed Engineering is done at Factory — Eno ReyesFactory reinforces the underlying prerequisite: autonomy closes only where workflows have dense validators, observable behavior, and explicit completion criteria.The Unreasonable Effectiveness of Separating the Task from the Model — Maxime Rivest & Isaac MillerDSPy’s separation of task contracts from implementations supports Boundary’s comparison of agent variants against common tool-call, error, and outcome evidence.
Context Map
agentcoding#harness-engineering#agent-evals#observability
Uncertainty
This is one team’s process for a programming language, not evidence that review is broadly obsolete. Agent findings can hallucinate or lack judgment, while claims such as effectively free tracing and deterministic A/B comparisons depend on Boundary’s underlying system.