AMArvind Menoninarvindand.hashnode.dev·3d ago · 6 min readHow much specification does an agent need?Working with coding agents has made me pay closer attention to what I leave implicit in a task. I can describe the change I want and still leave room for decisions that affect the system's behaviour. 00
SZStefano Zaghiinai-harness-skills.hashnode.dev·Aug 26 · 15 min readThin Skills, Thick Context: How I Engineered My Claude Code HarnessAt some point I did something embarrassing: I counted. My Claude Code setup had dozens of skills and plugins installed, and I had never read the description of most of them. I installed them the way m00
DNDaniel Nwaneriinfreecodecamp.org·Aug 26 · 11 min readHow to Stop Letting AI Agents Fake Their Own TestsI signed off a hallucination fix as verified. We now had zero out of five fabricated responses, clean run, done. Then I ran it again under harder conditions and got 66.7%. The number I'd trusted enoug00
Ffluentdb-devinithyno.hashnode.dev·Aug 25 · 5 min readI Built ithyno to Bring Shared Specs and Role Separation to Vibe CodingI built ithyno, an open-source app and extension that coordinates AI coding work around OpenSpec. GitHub: https://github.com/fluentdb-dev/ithyno Documentation: https://fluentdb-dev.github.io/ithyno-pa00
RFReisidalt F. Coutoinobjectcode.hashnode.dev·Aug 23 · 11 min readClassical Foundations in AI-Assisted Software EngineeringUnbridled force yields only aimless speed; it is engineering discipline that transforms generative momentum into direction and purpose. In the contemporary computing landscape, the rise of language m10
NSNITIN SHRIVASTAVAinnitinvshrivastava.hashnode.dev·Aug 9 · 8 min readWhy Agentic Development Still Needs Specification DisciplineAgentic development has changed the speed at which we can move from an idea to working code. A developer can describe a feature, ask an AI coding agent to explore a repository, generate an implementat00
RKRemco Koedootinremcokoedoot.hashnode.dev·Aug 8 · 7 min readHow It All Fits TogetherThis is the final post in this series and if you have read the others, you have probably already seen where it is going. Domain-Driven Design. Spec-Driven Development. Clean Architecture. Hypervelocit00
NSNITIN SHRIVASTAVAinnitinvshrivastava.hashnode.dev·Aug 9 · 15 min readHow SpecNexus Brings Specification Discipline to Agentic DevelopmentSpecNexus is an agentic development workflow for turning mixed feature input into framework-native specifications, outcome-based slices, validation evidence, and a traceable delivery path. Introductio00
JVJason Vertreesinjvertrees.hashnode.dev·Aug 4 · 7 min readHow an AI-Native Team Organizes the BuildOnce a team has capable, harnessed agents, the slowest part of shipping software stops being the code. An agent can carry a large share of the build. What it cannot do is decide, correctly, what to bu00
ARAreef Rezainareefreza.hashnode.dev·Jul 27 · 24 min readAutonomous Coding Is Commodity. The Harness Is the Product.TL;DR: My team keeps the PRD, the scope and the live progress of every feature we build in a shared service called spec-hub. Foreman is the daemon that acts on it. It picks up a Linear ticket the mome12K