cd/sources/tacoda-auto-discovered· home sources Tacoda (auto-discovered)
cat /sources/tacoda-auto-discovered.feed | wc -l → 14

Tacoda (auto-discovered)

articles 14 domain tacoda.medium.com → feed RSS
17:23
2026-07-27
tacoda.medium.com
developer-tools

The middle path between a stock agent and a custom harness

A developer proposes a middle path between stock coding agents and custom harnesses, introducing pi, an open-source terminal coding agent that ships a general terminal-agent harness with replaceable c…

15:22
2026-07-23
tacoda.medium.com
artificial-intelligence

The book I wrote because “harness” meant four different things

A developer wrote 'Harness Engineering: Building Reliable Systems Around Non-Deterministic Agents' to address the inconsistency of coding agents across different repositories. The book teaches techniq…

15:24
2026-07-08
tacoda.medium.com
ai-agents

The Governance Gap Is a Boundary Problem

A developer building open-refinery, a control plane for AI-driven work, discovered that audit trails alone cannot prevent unwanted actions—governance must gate actions before they occur. The tool enfo…

23:47
2026-06-30
tacoda.medium.com
ai-agents

Charter and Harness: What Each One Is

A developer introduces the concepts of 'charter' and 'harness' to clarify how agentic coding systems are governed. The charter is defined as all authored material specifying agent behavior, including …

23:16
2026-06-25
tacoda.medium.com
artificial-intelligence

This just rearranged my view on harness engineering

A developer explores the concept of loop engineering as software engineering, inspired by an article on LinkedIn. They built a Python prototype using Claude and highlight the importance of distributed…

02:47
2026-06-25
tacoda.medium.com
artificial-intelligence

This One’s Not AI

A developer with over a decade of web development experience describes their journey using AI tools like Claude Code, emphasizing the importance of harness engineering and critical oversight. They cau…

16:21
2026-06-24
tacoda.medium.com
artificial-intelligence

Reading the Agent Log Like a Detective

An engineer investigating a broken migration caused by an AI coding agent found that the agent followed a stale rule in its harness rather than the live schema file. The incident highlights five commo…

14:47
2026-06-23
tacoda.medium.com
ai-agents

What Breaks When You Skip the Harness

An engineer at a development team found that AI coding agents often fail not because of the model itself but due to a missing 'harness'—the files, rules, tools, and feedback loops surrounding the mode…

15:30
2026-06-22
tacoda.medium.com
artificial-intelligence

Tools Are Harness Too

A developer found that giving an AI coding agent a tool to check code health before commits achieved 100% compliance, compared to only 70-85% with a written rule. The tool, an MCP server entry point c…

15:14
2026-06-21
tacoda.medium.com
developer-tools

Why I Still Live in the Terminal

A developer recounts their enduring preference for the terminal over graphical interfaces, tracing it back to their first Linux experience with RedHat 6.2. They argue that Unix pipes and command-line …

15:15
2026-06-20
tacoda.medium.com
ai-agents

Sensors: The Other Half of the Harness

An engineer argues that agent harnesses for AI coding agents need more than just rules; they require 'sensors'—automated checks that enforce rules. The engineer describes a four-line shell script that…

15:14
2026-06-18
tacoda.medium.com
developer-tools

The Harness Is Also Onboarding

A developer discovered that the CLAUDE.md file, originally written for AI agents, serves as a superior onboarding document for new engineers. The file captures the team's learned conventions, mistakes…

19:41
2026-06-17
tacoda.medium.com
ai-agents

Keystone 2.0 — A Worthy 2.0

Keystone 2.0, an agent harness framework, introduces a new vocabulary with eleven primitive kinds in two layers and a dashboard for observability. The update includes a built-in MCP server, evals with…