Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Windows Tipps & SecurityWindows-Update beschädigt wichtige Datenrettungsfunktion(22.09.2026 um 09:04 Uhr)
Sichere ProgrammierungBuilding an Accessible Ecommerce Product Page with WCAG 2.2(22.09.2026 um 03:39 Uhr)
Sichere ProgrammierungGet Your Website Protected in 10 Minutes with SafeLine WAF(22.09.2026 um 08:42 Uhr)
Sichere ProgrammierungIntroduction to SPRINGBOOT(22.09.2026 um 08:42 Uhr)
Windows Tipps & SecurityWindows-Update beschädigt wichtige Datenrettungsfunktion(22.09.2026 um 09:04 Uhr)
Sichere ProgrammierungBuilding an Accessible Ecommerce Product Page with WCAG 2.2(22.09.2026 um 03:39 Uhr)
Sichere ProgrammierungGet Your Website Protected in 10 Minutes with SafeLine WAF(22.09.2026 um 08:42 Uhr)
Sichere ProgrammierungIntroduction to SPRINGBOOT(22.09.2026 um 08:42 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

From Copilots to Colleagues: What the Agent Era Actually Looks Like

For the last two years, "AI assistant" meant roughly the same thing everywhere: a chat box you typed into, got an answer from, and then went back to doing your actual job. Useful, sometimes impressive, but fundamentally passive. You asked,…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

For the last two years, "AI assistant" meant roughly the same thing everywhere: a chat box you typed into, got an answer from, and then went back to doing your actual job. Useful, sometimes impressive, but fundamentally passive. You asked, it answered.



That model is getting replaced. Not gradually — the shift happening in 2025–26 is more structural than that.






The Copilot model had a ceiling



Copilots were built around a simple loop: human prompts, AI responds, human decides what to do next. The human was always the connective tissue between each step. Which worked fine for drafting emails or explaining code. But it doesn't scale to anything complex.



If you want AI to help you ship a feature — not just write a function, but plan the work, write the code, test it, catch edge cases, and flag what it couldn't handle — the prompt-response loop breaks down immediately. You'd spend more time babysitting the model than doing the work yourself.



Agentic systems are an attempt to fix that. Instead of waiting for a human to prompt each step, an agent is given a goal and a set of tools, and it figures out what to do next. It plans. It calls APIs. It checks its own output. It retries when something fails. The human sets the objective and reviews the outcome; the model handles what happens in between.



The shift isn't theoretical anymore. Organizations are waking up to the fact that AI workers aren't coming — they're already here. Agents are increasingly managing complex workflows without needing constant human oversight. SS&C Blue Prism






Where multi-agent systems come in



Single agents have their own ceiling. One model, one context window, one loop — it works for bounded tasks, but breaks down when the work itself is too big or too varied for any single system to handle reliably.



The architectural shift happening in enterprise AI isn't about larger models. It's about more agents. Orchestrated networks of specialized agents — each scoped to a domain, coordinated by an orchestrator, grounded by shared memory — can complete workflows that would exhaust a single model's context window or exceed its reliability threshold. Fordel Studios



The analogy people keep reaching for is microservices. Just as monolithic applications eventually gave way to distributed service architectures, single all-purpose agents are being replaced by orchestrated teams of specialized agents — "puppeteer" orchestrators that coordinate specialist agents. Gartner reported a 1,445% surge in multi-agent system inquiries from Q1 2024 to Q2 2025. MachineLearningMastery



The insurance industry offers a clean illustration of what this looks like in practice. One notable project is a multi-agent system that employs seven specialized agents to process a single claim: a Planner Agent that starts the workflow, a Coverage Agent that verifies policy, a Fraud Agent that checks for anomalies, a Payout Agent that determines the amount, and an Audit Agent that summarizes everything for human review. The result was an 80% reduction in processing time, cutting claims from days to hours. [x]cube LABS



That's not AI as a smarter search bar. That's AI as a functional team.






Software development is the clearest test case



Software development is where multi-agent architecture makes the most intuitive sense because the workflow is already structured in roles — planning, coding, review, testing, deployment. It maps almost directly onto what agents can do.



Gartner predicts that 40% of enterprise applications will feature task-specific AI agents by end of 2026, up from less than 5% in 2025. Joget A lot of that growth is concentrated in developer tooling — systems where a Coder Agent writes the implementation, a QA Agent runs test coverage, and an Orchestrator decides what needs to be revisited. The humans on the team shift from doing the work to reviewing what the agents produce and handling the judgment calls the agents can't make.



Microsoft has a name for this emerging role: "agent boss." Their survey of AI-mature organizations found that leaders at these firms are less likely to fear AI replacing their jobs (21% vs. 43% globally) precisely because they see their role shifting toward management and strategic delegation. [x]cube LABS






Healthcare is moving fast too — but carefully



The application that's probably moving fastest outside tech is healthcare, and specifically clinical trials. The bottlenecks there are enormous: paperwork, patient matching, protocol design, data review across dozens of disconnected sources.



AstraZeneca built a multiagent tool that lets clinical trial teams ask questions in natural language and receive insights from structured and unstructured data. Their agent fleet includes a terminology agent for decoding pharmaceutical acronyms, a clinical agent for trial-related data, a regulatory agent for compliance queries, and a database agent for technical operations — breaking down silos between clinical, regulatory, and safety domains. HealthTech



A McKinsey estimate put AI-assisted trial operations — site selection, data cleaning, document drafting — at already shortening trial timelines by roughly 6 months on average per program. Medium That's not a marginal gain in a field where a single trial can cost hundreds of millions of dollars.



But the same research also points to something the optimistic takes skip over. Multi-agent frameworks in clinical trial matching achieved 87.3% accuracy and improved clinician screening efficiency significantly — but also showed an "unreliability tax" of 15–50× higher token consumption compared to standalone models, with risk of cascading errors where initial hallucinations get amplified across the agent collective. MDPI



That last part deserves more attention than it usually gets.






The part people aren't talking about enough



The narrative around agents tends to skip directly from "what they can do" to "what they'll replace." The messier middle — where agents fail in production in ways that don't show up in demos — is underreported.



40% of agentic AI projects fail due to inadequate infrastructure, and the top barriers to deployment are cybersecurity concerns (35% of organizations), data privacy (30%), and regulatory clarity (21%). Landbase



Multi-agent systems fail differently than single models. When an orchestrator misroutes a task, or an agent produces a confident-sounding wrong answer that the next agent treats as ground truth, errors compound in ways that are hard to trace. They fail hardest when teams skip the architectural discipline required to make them reliable — and they fail at rates that would be unacceptable in conventional software. Fordel Studios



This is why the governance conversation is becoming unavoidable. By 2028, 38% of organizations expect AI agents to be formal team members within human teams. The organizations that will succeed aren't the ones that deployed fastest — they're the ones that built governance and auditability into the system from the start. SS&C Blue Prism






The protocols underneath



One thing worth watching that doesn't get enough coverage: the infrastructure layer enabling all of this.



Anthropic's Model Context Protocol and Google's Agent-to-Agent Protocol are establishing something like HTTP-equivalent standards for agentic AI. MCP standardizes how agents connect to external tools, databases, and APIs. A2A goes further, defining how agents from different vendors communicate with each other. MachineLearningMastery



IBM's Kate Blair, who leads the BeeAI and Agent Stack initiatives, put it plainly: 2026 is when these patterns come out of the lab and into real life. The Linux Foundation recently formed the Agentic AI Foundation, and Anthropic contributed MCP to open governance — which Blair sees as the unlock for broader ecosystem innovation. IBM



Without standard protocols, every multi-agent deployment is a custom integration project. With them, you get something closer to plug-and-play. That infrastructure maturity is probably the less glamorous but more important story of 2026.






What this actually means right now



The "agents are the future" framing is already outdated. In November 2025, IEEE's global survey of technology leaders concluded that agentic AI will reach consumer mass-market adoption in 2026 — with 96% of technology leaders expecting adoption to continue at rapid speed, and 43% allocating more than half their AI budget to agentic systems. EvoluteIQ



The question isn't whether multi-agent systems will change how organizations work. They already are. The question is whether the teams building and deploying them are being honest about where the systems actually fail, and whether the governance and infrastructure are in place before things break at scale rather than after.



The demos are impressive. The production deployments are harder. That gap is where most of the real work is happening right now.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten From Copilots to Colleagues: What the Agent Era Actually Looks Like

Thematisch verwandte Begriffe: From, Copilots, Colleagues, What · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-55210 | Joplin is an open source note-taking and to-do application that organise…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick