Signing you in...

Please wait while we verify your authentication

Article · Friday, September 4, 2026

Agentic Coding

Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.

By Marius BongartsTech103 editions
← See today's latest
Editions
17 / 103
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Friday, September 4, 2026
AI Agents - Agentic Coding

430K-line Claude Code guide drops, Fowler draws the vibe-coding line

1 min read

Ultimate Claude Code Guide

Someone finally wrote the reference manual you've been assembling piecemeal.

A new open-source guide clocks in at over 430,000 lines and covers the full stack of agentic patterns you care about—Agent Harness Engineering, Context Engineering, Loop and Graph Engineering for bounded autonomy, plus decision frameworks for when to reach for skills versus commands versus MCP servers [Source: GitHub]. It ships with reusable templates for TDD, Spec-First, and Plan-Driven workflows, along with context budget math, memory architecture docs, and production reliability checklists tuned for solo founders. There's even an MCP server so you can query the guide directly from your coding client.

Bookmark it before your next AGENTS.md rewrite.

Vibe Coding vs Agentic Programming

Martin Fowler just drew a line most developers hadn't articulated yet.

His May essay distinguishes vibe coding—prompting an LLM to build something without reading the output—from agentic programming, where you let the model write all the code but still care about structure, maintainability, and correctness [Source: Fowler]. Vibe coding works fine for throwaway prototypes, he argues, but carries real risk when security or long-term maintenance matter. Agentic programming is how experienced developers actually ship with Cursor and Claude Code: full delegation, full review.

If you're explaining your workflow to skeptics, now you have the vocabulary.

Interrogatory LLM Pattern

Your PRD prompts might work better as interviews.

Fowler's Interrogatory LLM technique flips the usual flow: instead of dumping requirements into a single prompt, you let the model ask you one structured question at a time until the context document writes itself [Source: Fowler]. The approach surfaces gaps you'd otherwise miss and produces cleaner input for your planning files—exactly the persistent-state pattern from two days ago. It's especially useful when you're scoping a feature you haven't fully thought through.

Try it on your next spec before handing off to the agent.

Sources
FlorianBruniaux/claude-code-ultimate-guide - GitHub
FlorianBruniaux/claude-code-ultimate-guide - GitHub
12 hours ago ... The most comprehensive Claude Code guide: agentic workflows, hooks, skills, MCP servers, quizzes, and production-ready templates. 430K+ lines.
github.com
AI Summary

This is a comprehensive guide to Claude Code, agentic AI systems, and advanced workflow techniques that directly aligns with the user's interests. The guide covers Agent Harness Engineering for designing agent systems, Context Engineering for managing prompt and memory architecture, Loop & Graph Engineering for bounded autonomous workflows, and multiple specialized workflows including TDD, Spec-First Development, and Plan-Driven Development. It provides decision frameworks for choosing between CLI commands, skills, agents, hooks, plugins, and MCP servers based on task requirements, plus practical guidance on context budget optimization, memory systems, and cross-session state management. The repository includes reusable examples, security hardening procedures, team adoption strategies, and production reliability checks specifically designed for solo founders and small SaaS teams using Claude Code and similar tools daily. Advanced sections cover agentic software factories, agent teams coordination, code review workflows, and cost optimization through AI Unit Economics, with machine-readable indexes and an MCP server for querying the guide from coding clients.

Visit source
Bliki - Martin Fowler
Bliki - Martin Fowler
19 hours ago ... Vibe coding is building a software application by prompting an LLM, telling ... code exists, so it's really a different thing that I call Agentic Programming.
martinfowler.com
AI Summary

The website content from martinfowler.com/bliki/ contains one article directly relevant to the user's interests: "Vibe Coding" (21 May 2026). This article discusses vibe coding as a technique where developers prompt LLMs like Cursor Composer to build applications without reading the generated code, contrasting it with agentic programming where experienced developers review and maintain the code structure. The article explains that while vibe coding is useful for disposable prototypes and rapid development, it carries risks around maintainability, security, and correctness. The piece also covers the distinction between vibe coding (forgetting code exists) and agentic programming (caring about code structure), noting that agentic programming represents how many experienced programmers now work with LLMs, getting them to write all code while maintaining attention to internal structure and quality. Additionally, "Interrogatory LLM" (14 May 2026) provides relevant context on using LLMs to create structured prompts and context documents by having the LLM interview humans with one question at a time, which relates to efficient agentic coding workflows and prompt engineering techniques.

Visit source
Compiled overnight by MorningMail.aiDelivered at 04:55 AM