Archive BRAID DAILY
Hacker News discussion: Agentic Coding Is a Trap
Subscribe

Braid Daily · 2026-05-04

Hacker News discussion: Agentic Coding Is a Trap

Captures the practitioner response to Faye's thesis — including a sharp framing from turtleyacht that orchestrating an agent and writing cod

The lead

1

Captures the practitioner response to Faye's thesis — including a sharp framing from turtleyacht that orchestrating an agent and writing code may not even be the same cognitive activity.

Read source

Primary signals

1

Same model, different harness: 52.8% to 66.5% on Terminal-Bench 2.0

@Mason Daugherty (@masondrxy) on X

A specific numeric data point on harness leverage. Fourteen points of benchmark performance from changing scaffolding around a frozen model is the kind of result that should change how teams allocate engineering time.

“the same model in a different harness can yield much different performance”

Read source

Supporting links

6

Agentic Coding is a Trap

larsfaye.com

A senior developer arguing — with citations from Anthropic's own research — that the orchestration workflow is eating the orchestrator. Worth engaging with directly because it names a specific mechanism: the skills that make you a good supervisor are the ones the supervision is d

“You cannot replace a deterministic system with a probabilistic one and expect zero ambiguity.”

Read source

Memtrace: rewind-and-replay context for Claude Code

github.com

A concrete attempt to give a coding agent something a senior engineer takes for granted: a time-aware view of the codebase. The architectural bet — let the compiler do the structural work, don't pay an LLM to re-derive it — is the kind of design decision the harness layer is conv

“You don't pay an LLM to re-derive what your compiler already knows.”

Read source

llama.cpp MTP support now in beta

github.com

Local inference keeps catching up to the production stack. For builders who run open weights on their own hardware, this is the kind of incremental release that materially changes throughput on a Tuesday.

“Between this and the maturing tensor-parallel support, expect most performance gaps between llama.cpp and vLLM, at least when it comes to token generation speeds, to be erased.”

Read source

Background context

1

DeepClaude: Claude Code agent loop with DeepSeek V4 Pro

alattaran

A working demonstration of the harness-as-durable-artifact thesis. Same CLI, same workflow, different model behind a compatible endpoint — and the fact that it's four lines of shell makes the lock-in argument from the Faye essay much more concrete.

“export ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic — that's the whole switch.”

Read source

Companion episode

The Paradox of Supervision, a Four-Line Vendor Swap, and the Chart Its Authors Don't Trust

· 00:27:41

Today's full Braid dispatch is up on the site — every link above ran past the editorial agent before it landed here.