Du wirst angemeldet...

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

Artikel · Montag, 15. Juni 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 BongartsTech38 Ausgaben
← Zur aktuellen Ausgabe
Ausgaben6 / 38
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
Agentic Coding
Montag, 15. Juni 2026
AI Agents - Agentic Coding

Verification-first skills, Context Engineering Kit ships sub-agents, Obsidian becomes your context layer

1 Min. Lesezeit

Verification skills first

Anthropic says you're building skills in the wrong order.

Their internal field report reveals verification skills—not generation—deliver the highest measurable impact on Claude's output quality [Source: Substack]. The recommendation: spend a full week optimizing verification before tackling other skill types. Use deterministic test harnesses with recorded output and programmatic assertions instead of natural language prompts. The report also introduces a nine-bucket taxonomy where single-purpose skills outperform multi-category ones—routing accuracy degrades when skills try to do too much.

Build the proof layer before you build the generation layer.

Context Engineering Kit

Your sub-agent workflows just got a serious upgrade.

The Context Engineering Kit ships specialized plugins for different development patterns [Source: GitHub]. Spec-Driven Development claims 99% working code on production projects by dispatching researcher, architect, developer, and code-reviewer agents in sequence. The Reflexion plugin introduces self-refinement loops that improve output quality by 8-21%. You also get the /memorize command that extracts resolution strategies so agents stop repeating the same mistakes across sessions.

The 7x token cost from yesterday's coverage now has mitigation patterns.

Obsidian as context layer

Your notes aren't just notes anymore—they're your AI's working memory.

A new guide frames Obsidian as the context layer Claude needs to think alongside you [Source: Substack]. The setup uses AGENTS.md or CLAUDE.md files that load as default context each session, daily notes for chronological activity, and a zettelkasten for synthesized thinking. Key best practices: use markdown headings as retrieval handles, place critical directives at the beginning or end of context windows, and aggressively prune outdated information to avoid context pollution.

Structure your PKM for machines, not just yourself.

Quellen
GitHub - NeoLabHQ/context-engineering-kit
GitHub - NeoLabHQ/context-engineering-kit
21 hours ago ... Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.
github.com
KI-Zusammenfassung

The Context Engineering Kit provides advanced context management techniques specifically designed for Claude Code and similar AI coding tools. Key features include token-efficient prompts organized around sub-agents and specialized skills, with a focus on improving agent reliability and code quality. The toolkit offers multiple plugins addressing different development workflows: Spec-Driven Development achieves 99% working code on production projects through structured planning with multiple specialized agents (researcher, architect, developer, code-reviewer); Subagent-Driven Development enables fast iteration with quality gates by dispatching fresh sub-agents for each task; and the Review plugin uses multiple specialized agents (bug-hunter, code-quality-reviewer, security-auditor, test-coverage-reviewer) for comprehensive code and PR reviews. The Reflexion plugin introduces self-refinement loops that improve output quality by 8-21%, while the /memorize command helps agents extract and remember resolution strategies to avoid repeating mistakes. For agentic coding workflows, the kit includes debugging-focused plugins like Kaizen for root-cause analysis and FPF for transparent, hypothesis-driven decision-making with audit trails.

Quelle öffnen
The Skill Nobody Builds First (And Why Anthropic Says It Should Be)
The Skill Nobody Builds First (And Why Anthropic Says It Should Be)
22 hours ago ... claude/skills/ in the repo works. For larger orgs, a plugin marketplace keeps context budgets under control. Every installed skill costs tokens in the listing.
varunbhanot.substack.com
KI-Zusammenfassung

Anthropic's internal field report reveals that verification skills—not generation skills—deliver the highest measurable impact on Claude's output quality, with the company recommending engineers invest a full week optimizing verification before tackling other skill categories. The report introduces a nine-bucket taxonomy (Library reference, Product verification, Data fetching, Business automation, Scaffolding, Code review, CI/CD, Runbooks, Infrastructure) emphasizing that the best skills fit cleanly into one category; multi-category skills degrade routing accuracy and confuse the agent. Verification skills should use deterministic test harnesses with recorded output, programmatic assertions, and tools like Playwright for browser flows rather than relying on natural language prompts alone. The report challenges conventional wisdom on skill design: instead of prescriptive step-by-step instructions, Anthropic recommends stating goals and constraints to improve resilience; prioritize "gotchas"—specific edge cases and warnings accumulated from production failures—over generic instructions; use skill descriptions as trigger contracts with the actual verbs users say rather than formal specifications; and structure skills as folders with progressive disclosure (references/, assets/, examples/, scripts/) rather than single markdown files. For implementation, focus on verification first to prove correctness before building other skill types, lead with documented edge cases, keep skills single-purpose, and use the filesystem structure to manage context efficiently.

Quelle öffnen
Context Engineering - 100x Claude Code Effectiveness With Obsidian
Context Engineering - 100x Claude Code Effectiveness With Obsidian
16 hours ago ... When I started combining Claude Code with Obsidian, I started to see the power of AI to help with my task management, harvest daily knowledge and wisdom, and ...
emergentinsights.substack.com
KI-Zusammenfassung

The content discusses context engineering as a critical practice for working effectively with Claude Code and AI agents. Context engineering—providing structured, well-organized information rather than relying solely on prompt engineering—significantly improves AI output quality. The article emphasizes maintaining a Personal Knowledge Management (PKM) system using tools like Obsidian with properly structured files including an AGENTS.md or CLAUDE.md file that loads as default context each session, daily notes capturing chronological activity, task notes for commitments, and a zettelkasten for synthesized thinking. Key best practices include using markdown headings as retrieval handles for machine readability, maintaining clear semantic sections with metadata and inter-document links, strategically placing critical directives at the beginning or end of context windows, and avoiding context pollution from outdated or irrelevant information. The approach treats notes as a living environment where AI operates, enabling it to understand projects, priorities, and work patterns—multiplying effectiveness when working on agentic coding tasks and complex infrastructure work like Terraform documentation and compliance reporting.

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