Du wirst angemeldet...

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

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.

Von Marius BongartsTech44 Ausgaben
Ausgaben
1 / 44
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
Agentic Coding
Dienstag, 7. Juli 2026
AI Agents - Agentic Coding

Cosmos ships enterprise compliance, coding agents get benchmarked, onboarding prompts emerge

1 Min. Lesezeit

Augment Cosmos control plane

Enterprise teams finally have a compliant agent orchestrator.

Augment Cosmos hit general availability as a unified cloud platform for coordinating AI agents across your dev workflow [Source: Augment]. It's the first AI coding assistant to earn ISO/IEC 42001 certification this year, and it ships with CMEK encryption, SIEM integration, and human approval gates for agent runs. The architecture uses three primitives—Environments, Experts, and Sessions—with event-driven hooks into GitHub, GitLab, Slack, and CI/CD tools. Pricing lands at $100/month for up to 50 pooled seats plus a 40% service fee on LLM costs. JetBrains Central remains in early access without published pricing.

If you need governance docs before your compliance team will greenlight agents, this is your shortcut.

Coding agent benchmarks

Someone finally scored the tools you're actually using.

A new independent rubric evaluated 20 coding agents on 36 criteria, and Claude Code and Cursor both landed at 3/4 on action capability [Source: Agentic.ai]. The evaluation highlights that codebase awareness beats model size—agents indexing full repos and maintaining cross-session context outperform raw parameter counts. Autonomy gets ranked on a spectrum from Level 2 approval-required edits to Level 5 independent multi-file refactors. Integration depth into IDEs and CI/CD pipelines turns out to be the hidden differentiator that cuts context switching.

Worth checking where your current setup lands before you invest in new tooling.

Onboarding prompt patterns

Landing in an unfamiliar repo just got faster.

A curated directory ships example prompts for mapping architecture, locating feature implementations, and persisting what you learn to memory so your next session picks up where you left off [Source: ClaudeDirectory]. The patterns combine code-explorer agents with skills and MCP servers to surface conventions before you write your first line. One prompt generates top-level documentation, another traces how a feature flows through the codebase, and memory hooks ensure you don't repeat discovery work tomorrow.

If onboarding eats your first week on a new project, these prompts compress it.

Agentic systems deep dive

The perceive-reason-act-learn loop is the architecture that matters.

Databricks published a primer explaining how agentic AI differs from generative AI: agents use LLMs as reasoning engines paired with external tools, memory stores, and orchestration layers to complete long-running workflows end to end [Source: Databricks]. Production-grade deployments need robust orchestration for task dependencies, retries, and observability through traces and logs. The recommended rollout starts with minimal agents in sandboxed environments, centralized secrets, minimal permissions per agent, human-in-the-loop escalation, and regression testing before promoting updated models.

Solid reading if you're moving from single-agent experiments to multi-agent production.

Quellen
JetBrains Central vs Augment Cosmos: Control Plane Comparison
JetBrains Central vs Augment Cosmos: Control Plane Comparison
14 hours ago ... ... benchmarks, and the reviewed materials did not include ... AI Development Assistant Comparison: Tabnine vs Claude Code vs Augment Code for Enterprise Teams ...
augmentcode.com
KI-Zusammenfassung

Augment Cosmos is now generally available as a unified cloud agents platform for coordinating AI agents across software development workflows, with ISO/IEC 42001 certification (first AI coding assistant to achieve this in 2025), CMEK encryption with key revocation controls, SIEM integration, human approval controls for agent runs, and support for 400,000+ files in large codebases. The Business plan costs $100/month for up to 50 pooled seats with LLM costs plus 40% service fee. Cosmos uses three core primitives—Environments, Experts, and Sessions—with event-driven integrations across GitHub, GitLab, Slack, and CI/CD tools, making it suitable for teams with mixed toolchains that need a deployable control plane today. JetBrains Central remains in Early Access without published pricing or Central-specific compliance documentation, though it offers deeper integration for organizations already standardized on JetBrains IDEs, TeamCity, and YouTrack.

Quelle öffnen
20 Best AI Coding Agents in 2026
20 Best AI Coding Agents in 2026
17 hours ago ... It supports everything from inline suggestions to agentic coding workflows with broader model choices and enterprise controls. Code Execution. B2B. CLI. +3.
agentic.ai
KI-Zusammenfassung

Claude Code is Anthropic's agentic coding tool that lives in your terminal and operates through a Unix philosophy loop of reading, planning, editing, and verifying. It understands entire codebases, makes multi-file edits, runs commands, manages git workflows, integrates with MCP for tool integration, and is noted as the fastest-growing product in the coding agent category. Cursor is a developer-focused AI environment combining editor interface, CLI, and cloud agent API to automate code review, bug fixing, and CI hygiene for individual developers and engineering teams. The comparison shows both tools score 3/4 on Action Capability with notable MCP Support and File Access features, though reliability metrics remain to be evidenced. For advanced agentic workflows, the evaluation emphasizes that codebase awareness matters more than model size, with the best coding agents indexing full repositories and maintaining context across sessions. Autonomy exists on a spectrum from approval-required changes (Level 2–3) to independent multi-file refactors (Level 4–5), and integration depth into IDEs and CI/CD pipelines proves to be a hidden differentiator that reduces context switching compared to separate chat interfaces.

Quelle öffnen
Best Claude Code setups for codebase onboarding (July 2026)
16 hours ago ... Advanced context engineering techniques and patterns with minimal token footprint for efficient Claude Code sessions ... The best new Claude Code prompts ...
claudedirectory.org
KI-Zusammenfassung

Claude Code includes practical features for efficiently onboarding to new codebases, combining agents, skills, and MCP servers to help map architecture, surface conventions, and build mental models quickly. The resource provides concrete example prompts for tasks like generating documentation, mapping top-level architecture using code-explorer agents, locating feature implementations, and persisting learning across sessions through memory systems that load on subsequent work sessions.

Quelle öffnen
Guide to Agentic Systems and AI Agents | Databricks Blog
Guide to Agentic Systems and AI Agents | Databricks Blog
3 hours ago ... Every agentic workflow should also have a named human owner ... code submission, is one of the most active areas of enterprise automation investment.
databricks.com
KI-Zusammenfassung

Agentic AI systems autonomously plan, execute, and adapt multi-step workflows to achieve specific goals with minimal human intervention, fundamentally differing from generative AI which only produces content in response to prompts. Key architectural components include the perceive-reason-act-learn loop where agents continuously ingest inputs, reason over them using LLMs, execute actions via external tools, and learn from outcomes. Production-grade agentic systems require robust orchestration layers that coordinate multiple specialized agents, manage task dependencies, handle retries, and provide comprehensive observability through traces, logs, and metrics — essential for advanced workflows that generative AI cannot address in a single pass. In software development, agentic AI systems can autonomously generate code, run unit tests, open pull requests, and annotate changes by operating across the full development lifecycle from issue triage to code submission. Effective deployment requires starting with minimal agents in sandboxed environments, centralized secrets management, strong governance controls with minimal per-agent permission sets, human-in-the-loop escalation paths for consequential decisions, and comprehensive audit trails. Success metrics should tie to business outcomes rather than just technical metrics, with model versioning and regression testing required before promoting updated LLMs to production to prevent unexpected behavior shifts.

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

Mehr aus Tech

Alle Newsletter aus Tech ansehen →