Du wirst angemeldet...

Bitte warte, während wir deine Anmeldung überprüfen

Artikel · Samstag, 12. September 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.

Von Marius BongartsTech103 Ausgaben
← Zur aktuellen Ausgabe
Ausgaben
9 / 103
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
Agentic Coding
Samstag, 12. September 2026
AI Agents - Agentic Coding

Agentic Engineering book drops chapters now, ECC ships 68 agents, Codex context guide lands

1 Min. Lesezeit

Agentic Engineering Book

The framework you've been assembling piecemeal now has a proper textbook.

Addy Osmani announced his O'Reilly book Agentic Engineering with chapters releasing progressively starting now—full edition arrives early 2027 [Source: LinkedIn]. He covers loops, goals, context engineering, harnesses, verification, specs, and autonomy—the exact stack you've been wiring together with Paperclip and Cole's skills library. Osmani says his views shifted significantly through hands-on experimentation, and the book will evolve alongside the field rather than freeze a snapshot.

Early chapters are live now if you want the theory behind your setup.

ECC Plugin System

68 specialized agents and 292 skills in one Claude Code plugin—that's ECC.

Engineering Coordinated Cargo is an open-source orchestration system that manages context through a planning-test-implement-review-verify-remember-improve cycle [Source: GitHub]. You get persistent memory across sessions, PRD-driven development support, AgentShield security scanning, and language-specific rules that enforce standards without cluttering your prompts. It works with Claude Code's native plugin system and supports optional AGENTS.md and Skills frameworks you're already using.

Worth testing if Cole's skill library left you wanting tighter coordination.

Codex Context Guide

Context management in Codex finally has a definitive playbook.

A new guide breaks down exactly where your durable context belongs: version-controlled AGENTS.md files discovered hierarchically from global to directory level, plus reusable Skills packaged as directories with SKILL.md files [Source: Iceberg]. Task-specific context stays in prompts. The guide warns against common mistakes—skipping project guidance, overly broad tasks, ignoring review steps, and adding MCP complexity when code-level context suffices. Advanced patterns cover multi-agent parallel work using Git worktrees.

Same principles apply to Claude Code—steal the layering strategy.

Quellen
Codex Context Management: Context Windows, AGENTS.md, and ...
Codex Context Management: Context Windows, AGENTS.md, and ...
17 hours ago ... Include examples of your code style. Show the agent what “good” looks like in your codebase. Document your testing strategy. Tell the agent which test framework ...
iceberglakehouse.com
KI-Zusammenfassung

Codex context management involves strategically organizing repository files, instructions, tools, and task details for AI coding agents. The most durable context belongs in version-controlled AGENTS.md files and reusable Skills, while task-specific context belongs in prompts. AGENTS.md serves as the foundation, discovered hierarchically from global to directory-specific levels, and should include project overview, coding standards, architecture, and constraints. Skills package repeatable workflows in directories with SKILL.md files and optional scripts, useful for multi-step processes like API endpoint creation or database migration. The Codex CLI supports Model Context Protocol (MCP) for connecting external tools like databases and browsers, but should be used only when agents need information outside the repository. Advanced patterns include context layering across multiple AGENTS.md levels, multi-agent parallel work using Git worktrees, and exploration-first prompts for complex tasks. Common mistakes include skipping durable project guidance, writing overly broad tasks, ignoring review steps, and adding unnecessary complexity with MCP when pure code-level context suffices.

Quelle öffnen
ECC/README.md at main · affaan-m/ECC - GitHub
ECC/README.md at main · affaan-m/ECC - GitHub
22 hours ago ... The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, ...
github.com
KI-Zusammenfassung

ECC (Engineering Coordinated Cargo) is an open-source Claude Code plugin and orchestration system designed for agentic coding workflows. It provides 68 specialized agents, 292 reusable skills, and 94 command shims that manage context efficiently, enforce testing practices, and automate code review through a coordinated planning-test-implement-review-verify-remember-improve cycle. For solo SaaS founders using Claude Code and Cursor, ECC offers advanced context management through skills-first workflows, persistent memory across sessions, and specialized agents for planning, TDD, security review, and build error resolution. The system supports PRD-driven development with optional AGENTS.md and Skills frameworks that keep context focused and repeatable. Key features include continuous learning that extracts patterns into reusable workflows, AgentShield security scanning for agent configurations, and a unified memory vault for handoffs between harnesses. Installation uses guided setup, works with Claude Code's native plugin system, and provides language-specific rules and hooks that enforce standards without cluttering prompts. For developers seeking advanced vibe coding practices, ECC coordinates the engineer-agent partnership through deterministic verification loops and fresh-context review agents rather than relying on repeated reminders in chat.

Quelle öffnen
Addy Osmani - ai #programming #softwareengineering - LinkedIn
Addy Osmani - ai #programming #softwareengineering - LinkedIn
22 hours ago ... ... agentic engineering: loops, goals, context engineering, harnesses, verification, specs, autonomy, software factories and what all of this means for the job ...
linkedin.com
KI-Zusammenfassung

Addy Osmani announced his upcoming O'Reilly book "Agentic Engineering," with chapters being released progressively starting now, with the full edition arriving in early 2027. Over the past six months, Osmani has been writing about agentic engineering fundamentals including loops, goals, context engineering, harnesses, verification, specs, autonomy, and software factories. He emphasizes that the book provides a framework for understanding how software engineering is evolving as AI agents take on increasingly larger pieces of work, covering practical aspects like delegating tasks, building harnesses, managing context limits, and determining what can safely be automated versus what requires human judgment. Osmani notes his views have evolved significantly through hands-on experimentation with bleeding-edge tools and workflows, with the expectation that many currently experimental practices will become standard by 2027.

Quelle öffnen
Über Nacht zusammengestellt von MorningMail.aiZugestellt um 04:55