Signing you in...

Please wait while we verify your authentication

Article · Wednesday, July 8, 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 BongartsTech61 editions
← See today's latest
Editions
17 / 61
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Wednesday, July 8, 2026
AI Agents - Agentic Coding

System prompts hit 515+, Qt's token diet, DataCamp ships Claude Code 101

1 min read

System prompts expand again

Claude Code's inner monologue just got bigger—and you can read all of it.

The Piebald AI repo now tracks 515+ system prompt strings across 230 versions, up from the 350 we covered three days ago [Source: GitHub]. Each prompt includes exact token counts, and the repo updates within minutes of every Claude Code release. The new additions cover expanded agent prompts for Explore, Plan, code-review, and security-review modes. If you want to customize pieces, tweakcc lets you patch individual prompts as markdown files and handles conflict resolution when Anthropic ships updates.

Knowing what the system prompt expects is how you stop fighting it.

Enterprise token diet

Tokens are the new cloud bill—and Qt just published the diet plan.

Their engineering team documented four practices that cut AI inference costs across agentic workflows [Source: Qt]. The biggest win: documentation MCPs that return focused API excerpts instead of full HTML pages. Domain-specific skills for UI coding, code review, and testing pushed a frontier model's success rate from 64% to 75% by eliminating correction cycles. They also recommend running deterministic linters and profilers before agents engage, so you're not burning tokens on mechanical checks. The hybrid model that worked best combines lightweight always-on skills with human-triggered expensive analysis.

Worth stealing if your monthly token spend keeps climbing.

DataCamp's Claude Code 101

Structured learning for Claude Code just landed.

DataCamp shipped a Claude Code 101 course covering approval mode, auto-accept, and Plan Mode as the core levers for guiding agent behavior [Source: DataCamp]. The curriculum walks you through end-to-end development workflows using structured prompting techniques. If you've been learning through trial and error—or assembling knowledge from scattered repos—this gives you a sequenced path instead. The course dropped within the last 24 hours, so community feedback is still thin.

Could be the fastest way to onboard teammates who aren't yet fluent.

Sources
Piebald-AI/claude-code-system-prompts - GitHub
Piebald-AI/claude-code-system-prompts - GitHub
7 hours ago ... All parts of Claude Code's system prompt, 27 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, ...
github.com
AI Summary

# Piebald AI and Claude Code System Prompts Repository The Piebald AI team maintains an actively updated GitHub repository documenting Claude Code's 515+ system prompts (expanded from 350 in June 2026), with real-time tracking across 230 versions since v2.0.14. Each prompt is extracted directly from Claude Code's compiled source and includes exact token counts—currently 500+ strings that change with each release, along with detailed agent prompts for Explore, Plan, code-review, and security-review functionality. The repository enables advanced customization through tweakcc, which allows users to modify individual system prompt pieces as markdown files and patch them into their local Claude Code installation with conflict resolution. Developers can leverage documented slash commands like /batch for orchestrating codebase-wide changes, multi-phase /code-review with configurable effort levels and verification modes, and /security-review for exploitation-focused vulnerability scanning. The extensive reference data includes Claude API SDKs (Python, TypeScript, Go, Java, C#, PHP, Ruby, cURL), Managed Agents API patterns for multi-agent coordination, tool-use fundamentals, and prompt-caching optimization techniques—directly supporting the agentic coding workflows and advanced Claude Code proficiency that align with your efficiency and best-practices focus.

Visit source
Claude Code 101 Course - DataCamp
Claude Code 101 Course - DataCamp
20 hours ago ... structured prompting techniques using approval mode, auto-accept, and Plan Mode to guide agent behavior effectively. Execute end-to-end development ...
datacamp.com
AI Summary

""

Visit source
How to Reduce AI Token Usage in Enterprise Agentic Development ...
How to Reduce AI Token Usage in Enterprise Agentic Development ...
11 hours ago ... ... coding portion of the workflow. Each avoided correction pass is not just a quality win; it is a direct cost saving under usage-based pricing. Deterministic ...
qt.io
AI Summary

Enterprise teams can reduce AI token usage in agentic development workflows through four key practices: structured documentation access that eliminates wasteful web searches, domain-specific skills that prevent costly correction iterations, deterministic tooling for non-reasoning tasks, and intentional model tier selection. Qt's approach demonstrates these techniques—their documentation MCP returns focused API excerpts instead of full HTML pages, reducing tokens per lookup; domain-specific skills for UI coding, code review, and testing improved a frontier model's success rate from 64% to 75%, eliminating correction cycles; and deterministic linters and profiling tools handle mechanical work before AI agents engage, allowing lower-cost models for routine phases. Token-efficient agentic coding also requires balancing cost against human effort replaced—code review is expensive in tokens but justifiable when it replaces hours of engineer time—and choosing between autonomous skill invocation for consistency and explicit human triggers for cost predictability, with a hybrid model combining lightweight always-on skills and human-triggered expensive analysis proving most effective for enterprise teams.

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