Signing you in...

Please wait while we verify your authentication

Article · Tuesday, September 15, 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
6 / 103
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Tuesday, September 15, 2026
AI Agents - Agentic Coding

Dynamic workflows fix agentic drift, tips repo surfaces, harness curation grows

1 min read

Dynamic Workflows

Your long Claude Code sessions have a new safety net.

A detailed guide on dynamic workflows explains how to combat the three failure modes you've probably hit: agentic laziness where tasks finish half-done, self-preferential bias where the agent grades its own sloppy work too kindly, and goal drift where your original intent erodes over extended conversations [Source: ClaudeFast]. The fix isolates work across multiple subagents, each with a fresh context window and a single focused task. Six composable patterns—classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done—let Claude write custom orchestration on the fly. Building blocks include agent() for spawning, pipeline() for stages, and parallel() for synchronized work.

The catch: workflows burn more tokens, so reserve them for tasks genuinely too large or parallel for a single context window.

Tips & Tricks Repo

A new tips-and-tricks repo just dropped for Claude Code power users.

The collection on GitHub curates practical shortcuts for daily Claude Code work—exactly the kind of incremental wins that compound when you're shipping solo [Source: GitHub]. It's early-stage and contribution-driven, so expect it to grow as the community adds battle-tested patterns. Following up on Cole's skills library, this repo takes a lighter approach: quick tips rather than a full orchestration framework.

Worth bookmarking and checking back weekly as the list fills out.

Harness Engineering Curation

The awesome-harness-engineering list keeps growing.

The GitHub repo now sits at 4.2K stars and 526 forks, signaling serious community momentum around orchestration patterns for agentic coding [Source: GitHub]. If you've been following the ECC harness and Ouroboros coverage from earlier this week, this curated list is where those projects—and dozens more—get indexed. It's a useful discovery layer when you're deciding which harness architecture fits your workflow.

Check it before building something the community already solved.

Sources
My favorite Claude Code tips & tricks - GitHub
My favorite Claude Code tips & tricks - GitHub
14 hours ago ... Example: .claude/agents/ReadOnly.md. --- name: ReadOnly description: Read ... Add isolation: worktree to a subagent's frontmatter and Claude Code runs that agent ...
github.com
Dynamic Workflows in Claude Code: How the Harness Actually Works
Dynamic Workflows in Claude Code: How the Harness Actually Works
19 hours ago ... The patterns later in this guide are just different shapes of "spread the work across isolated agents and check the results before they reach you." How a ...
claudefa.st
AI Summary

Dynamic workflows in Claude Code address three critical failure modes in agentic coding: agentic laziness (incomplete task completion), self-preferential bias (biased self-verification), and goal drift (eroded objectives across long conversations). The solution isolates work across multiple agents with fresh context windows, each handling a single focused task. Claude writes custom orchestration programs on the fly using six composable patterns—classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done—each structured to prevent one or more failure modes. Key building blocks include agent() for spawning isolated subagents, pipeline() for multi-stage processing, and parallel() for synchronized tasks. Real-world applications span migrations, deep research, verification chains, memory rule adherence (checking CLAUDE.md compliance), root-cause investigation, and exploratory design work. Workflows run in background with visibility through the run browser, support pausing and resuming, and cache completed stages for cost efficiency. The efficiency principle: workflows earn their higher token cost only on tasks genuinely too large, parallel, or prone to self-grading for a single context window; smaller tasks should use single agents to avoid waste.

Visit source
GitHub - ai-boost/awesome-harness-engineering
GitHub - ai-boost/awesome-harness-engineering
20 hours ago ... ... agentic coding, chatbots, document processing. Provides reference patterns ... Building Effective Agents — Covers in-context, external, and procedural memory ...
github.com
Compiled overnight by MorningMail.aiDelivered at 04:55 AM