Agent Harnesses, React Projections, and the Compiler Analogy: The Week AI Rewrote the Stack

Published on 08.05.2026

motyl.dev<div></div></>FRONTEND

Flue: The Agent Harness Framework

TLDR: Flue is a new TypeScript framework that lets you build programmable agent harnesses, giving your AI agents a filesystem, a sandbox, memory, and session management out of the box. It compiles to an HTTP server or runs from the CLI, positioning itself as the open alternative to closed-off AI tooling platforms.

Flue: The Agent Harness Framework


GitHub: vercel-labs/just-bash: Bash for Agents

TLDR: Vercel Labs released just-bash, a package that provides a simulated bash environment with a virtual filesystem, designed specifically for agent workloads that need to run shell-style operations without touching the real system.

GitHub: vercel-labs/just-bash


16 Ways to Make a Small Language Model Think Bigger

TLDR: Oracle's agent-reasoning library wraps any Ollama-served model with 16 research-backed reasoning strategies, applied via a simple tag appended to the model name, no code changes required. Chain of Thought alone pushes a 9-billion-parameter model from 81% to 88% accuracy on mixed benchmarks.

16 Ways to Make a Small Language Model Think Bigger


Projecting React

TLDR: Tanner Linsley built a minimal, AI-assisted React-compatible runtime called @tanstack/redact that is 80 to 85 percent smaller than standard React, 2 to 3 times faster for SSR, and currently running in production on two real sites. He's not marketing it; he built it to understand the shape of his own dependency.

Projecting React


The Self-Driving Codebase: Building Horizon at WorkOS

TLDR: WorkOS built an internal autonomous code factory called Horizon that responds to webhook events from Linear, GitHub, and Slack, spawns isolated cloud agent sessions, and drives implementation work end-to-end with humans reviewing pull requests rather than writing code. The compounding feedback loop is the real investment.

The Self-Driving Codebase: Building Horizon at WorkOS


tsz: A TypeScript Compiler in Rust

TLDR: tsz is a Rust-based TypeScript type checker and language service targeting 2x the speed of tsgo, currently at 99.5% conformance on TypeScript's own test suite and nearly ready for production use.

tsz: A TypeScript Compiler in Rust


React Doctor: Your Agent Writes Bad React. This Catches It.

TLDR: React Doctor is a CLI tool and lint plugin from Million.js that scans your React codebase and produces a 0 to 100 health score with actionable diagnostics across state management, performance, architecture, security, accessibility, and dead code. It also installs as context for your coding agent so it stops writing the bad patterns in the first place.

GitHub: millionco/react-doctor


Datatype: A Variable Font That Turns Text Into Charts

TLDR: Datatype is an OpenType variable font that renders inline bar charts, sparklines, and pie charts using only CSS and a text expression syntax, with no JavaScript or rendering library required. It works anywhere text does.

Datatype: A Variable Font That Turns Text Into Charts


Treat Agent Output Like Compiler Output

TLDR: The reason lights-out codebases feel scary is not the volume of AI-generated code; it's that we haven't built the equivalent of the compiler verification apparatus around agent output. The compiler analogy tells us exactly what we need to build.

Treat Agent Output Like Compiler Output


The Anatomy of an Agent Harness

TLDR: LangChain's Vivek Trivedy defines exactly what a harness is and derives each component from first principles, working backward from what models cannot do on their own. The model contains intelligence; the harness makes that intelligence useful.

The Anatomy of an Agent Harness