Signing you in...

Please wait while we verify your authentication

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

AEM skills land for Claude Code, Cowork goes cloud-native, Copilot trims hidden costs

1 min read

AEM Agent Skills

Adobe just shipped a full skill suite for AEM developers using Claude Code and Cursor.

The package includes six reusable skills: ensure-agents-md bootstraps project-specific context files, create-component scaffolds complete AEM components by reading your pom.xml structure, dispatcher handles Apache config, migration guides Cloud Service upgrades, workflow covers model design, and code-assessment catches best-practice violations [Source: Adobe]. Two MCP servers round it out—one exposes live runtime data from local SDK instances, another validates Dispatcher config on the fly. Install via marketplace or CLI.

If you're touching AEM at all, this is the AGENTS.md template you didn't have to write yourself.

Cowork Cloud Execution

Claude Cowork now runs your knowledge-work tasks in the cloud while you step away.

Building on the agentic architecture you already know from Claude Code, Cowork handles multi-step outcomes—formatted docs, organized files, synthesized research—and persists progress across devices [Source: Anthropic]. Three permission modes control autonomy: Manual for full approval, Auto with built-in safety checks that scan for data exfiltration, and Skip for trusted workflows. Scheduled recurring tasks and folder-level instructions keep your agent aligned without babysitting.

Pair this with your persistent planning files from yesterday for end-to-end task continuity.

Copilot Cost Efficiency

Shorter model outputs can actually cost you more—GitHub just explained why.

Copilot's team found that trimming tokens too aggressively forces agents to rerun commands or reopen saved output, inflating total session costs [Source: GitHub]. Their fixes: preserve useful context while stripping repetitive output, drop unused formatting like line-number prefixes (which alone cut inference cost by roughly five percent), compress prompts without losing intended behaviors, and deliver background results directly instead of requiring extra retrieval. Each change gets validated across Copilot CLI, code review, and the app.

Same principle as the rtk shell-truncation trick you saw last week—hygiene at the edges compounds fast.

Sources
Local Development with AI Tools | Adobe Experience Manager
Local Development with AI Tools | Adobe Experience Manager
6 hours ago ... AI coding agents (Claude Code, Cursor, GitHub Copilot, and similar ... Bootstraps AGENTS.md and CLAUDE.md tailored to the project's actual module structure.
experienceleague.adobe.com
AI Summary

AI coding agents like Claude Code and Cursor lack built-in knowledge of AEM development best practices, so Adobe provides four complementary components to address this gap. AGENTS.md is a project-specific markdown file generated at your project root that grounds AI tools with essential AEM Cloud Service Java-stack expertise for every session. Agent Skills are reusable instruction sets encoding multi-step workflows: ensure-agents-md bootstraps tailored AGENTS.md files, create-component scaffolds complete AEM components, dispatcher handles Apache HTTPD configuration, migration guides modernization to AEM as a Cloud Service, workflow covers workflow model design and debugging, and code-assessment detects and fixes best-practice violations. Both Claude Code and Cursor support installing these skills via marketplace or CLI, and the create-component skill automatically detects project structure from pom.xml to streamline component generation. Additionally, the AEM Quickstart MCP server exposes live runtime data from local AEM SDK instances to support troubleshooting, while the Dispatcher MCP server enables runtime validation of Dispatcher configuration.

Visit source
Get started with Claude Cowork | Anthropic Help Center
Get started with Claude Cowork | Anthropic Help Center
5 hours ago ... Claude Cowork uses the same agentic architecture that powers Claude Code, with no terminal required. Instead of responding to prompts one at a time, Claude can ...
support.claude.com
AI Summary

Claude Cowork extends Claude Code's agentic architecture to knowledge work tasks beyond coding, allowing users to describe complex multi-step outcomes and have Claude execute them autonomously. Key features include cloud-based task execution that persists across devices, three permission modes (Manual, Auto, and Skip) to control when Claude requests approval before actions, global and folder-level instructions for consistent task parameters, scheduled recurring tasks, and plugin support for role-specific customization. The system incorporates safety checks in Auto mode where Claude reviews actions for threats like data exfiltration before execution, though users working with high-stakes tasks are advised to stay close and review Claude's work or use Manual mode for greater control.

Visit source
How we make AI coding more cost efficient without sacrificing task ...
How we make AI coding more cost efficient without sacrificing task ...
11 hours ago ... Each change needs to be measured in the workflow where it runs. Five lessons for building efficient AI coding agents. Optimize the completed task, not the tool ...
github.blog
AI Summary

GitHub Copilot has implemented five key efficiency improvements for agentic coding workflows. Rather than optimizing individual tool calls, the focus is on completing full tasks efficiently: preserving useful context while removing repetitive output, eliminating unused formatting like line-number prefixes (which reduced inference cost by ~5%), compressing prompts without losing intended behaviors, and delivering background task results directly without requiring extra retrieval steps. The core principle is optimizing for completed task outcomes rather than token minimization—shorter responses can paradoxically increase total costs if agents must rerun commands or reopen saved output to recover missing information. Changes are validated through offline benchmarks and online experiments across different Copilot products (CLI, code review, app) to ensure results hold across varied workflows.

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