Signing you in...

Please wait while we verify your authentication

Community newsletter

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 BongartsTech83 editions
Editions
1 / 83
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Monday, August 31, 2026
AI Agents - Agentic Coding

Sub-agents for skills, token hygiene tricks, enterprise adoption friction persists

1 min read

Sub-Agent vs SKILL.md Pattern

Not every instruction belongs in SKILL.md.

A cleaner pattern is emerging: use SKILL.md when the instruction needs to weave into tasks, but move pure outcome-based work to a sub-agent instead [Source: S Anand]. The distinction matters because skills consume context window space on every invocation, while sub-agents get their own isolated window and return only the result. This builds directly on the sub-agent review pattern from yesterday—same principle, broader application.

Audit your .claude/skills folder for anything that could be a delegated task instead.

Token Reduction Shell Trick

Your shell output might be eating your context window.

A developer documents prefixing shell commands with rtk—a wrapper that truncates verbose output before it floods your agent's working memory [Source: S Anand]. The practice pairs with maintaining AGENTS.md notes about which commands are agent-friendly and which need output trimming. Small hygiene, but it compounds fast when you're running multi-step builds that pipe errors through your main context.

Worth aliasing before your next long session.

Enterprise Adoption Still Stuck

Enterprise AI adoption isn't moving as fast as the tooling.

Despite Claude Code shipping auto-review mode, background task execution, and agent teams, most enterprises remain stuck on weaker models like Microsoft Copilot [Source: S Anand]. The gap is creating opportunity for forward-deployed engineers who build AI-native workflows from scratch rather than retrofitting existing processes. Observability tools like AgentsView and orchestrators like T3 Code are filling the ecosystem gaps, but procurement friction persists.

If you're selling to enterprises, expect the integration conversation to take longer than the demo.

Sources
Things I Learned | S Anand
10 hours ago ... Rahul Notes from a Claude Code interview with Simon Willison: Fewer examples. More examples don't help Fable and Opus 4.8. “… removing examples was extremely ...
s-anand.net
AI Summary

Based on the website content provided, I found relevant information related to your interests in AI agents, agentic coding, and advanced development practices. Here's what relates to your specific search intents: Claude Code supports rules with path-specific YAML metadata alongside SKILL.md files for instruction management. When you have a SKILL.md that explains how to do something but you only need its outcome, move it to a sub-agent instead. Use SKILL.md for instructions that need to be woven into tasks. This approach aligns with efficient agent orchestration using PRD documents and Skills. Additionally, the author documents practices like prefixing shell commands with rtk for token reduction, and maintaining AGENTS.md with context about agent-friendly operations. For enterprise adoption signals, the content notes that poor enterprise agent adoption (limited to weaker models like Microsoft Copilot) creates friction, while forward-deployed engineers increasingly engineer AI-native workflows rather than fitting AI into existing processes. Claude Code features like auto-review mode, background task execution, and agent teams enable enterprise-scale operations. The emerging ecosystem includes observability tools like AgentsView, coding orchestrators like T3 Code, and multiple harness options (Claude Code, Codex, Cursor), indicating active enterprise adoption of agentic coding despite remaining adoption friction.

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

More from Tech

See all Tech newsletters →