TLDRocket
Sign in

AI Agents

397 summarised stories about AI Agents, each linking back to the original source. Browse all topics →

Monday, 13 July 2026

Prefect just bought Dagster, another big Airflow rival — and it’s not a data pipeline story

The New Stack 2 days ago

Prefect acquired Dagster, consolidating two major Apache Airflow competitors into a single company with 40 Dagster employees joining Prefect while maintaining separate product identities. The combined entity will offer orchestration for AI agents, with Dagster handling goal-setting through outcome tracking and Prefect managing execution, alongside Prefect's FastMCP tool for controlling agent interactions. Prefect aims to challenge Airflow's market dominance by combining both companies' strengths in workflow orchestration to serve the emerging agentic AI workload category.

Better Call Sol The Workhorse

Zvi (Don't Worry About the Vase) 2 days ago

OpenAI released GPT-5.6 Sol, a new frontier model priced at $5/$30, alongside cheaper variants Terra ($2.50/$15) and Luna ($1/$6), positioned as more cost-effective alternatives to existing models like Fable and Opus. Sol achieved notable results including proving the 50-year-old Cycle Double Cover Conjecture using 64 subagents in under one hour and outperforming physician-written responses in healthcare evaluations, though some benchmarks show Sol remains behind Fable in raw capability. The release reflects OpenAI's push toward reducing AI costs per task while expanding agent and coding capabilities, with Sol intended for practical task execution rather than complex reasoning compared to Fable.

Building an agentic AI solution at Bluesight with Amazon Bedrock

AWS Machine Learning 3 days ago

Bluesight built Prism, an agentic AI solution using Amazon Bedrock AgentCore that automates compliance work across six healthcare products by orchestrating multiple AI agents that query live hospital data. The company deployed Prism Assistant for ControlCheck in May 2026 with 20 health systems already using it, after developing a working prototype in a three-day AWS engagement and reaching production in nine months. The system achieved 100% invoice discovery rate and 93% evidence justification accuracy by separating LLM-driven orchestration from deterministic, rule-based compliance scoring that must be auditable for hospital regulators.

Implement on-behalf-of token exchange for multi-tenant agents with Amazon Bedrock AgentCore Gateway

AWS Machine Learning 3 days ago

Amazon Bedrock AgentCore Gateway now supports OAuth 2.0 Token Exchange (RFC 8693) to enable secure on-behalf-of token exchange in multi-tenant AI agent architectures, allowing agents to call downstream APIs with tokens bound to specific users and tenants rather than the agent's service identity. The reference implementation demonstrates the pattern using TravelBot, a multi-tenant booking assistant serving two example tenants (Acme and Globex) with token exchanges orchestrated transparently by AgentCore without requiring agent-side exchange logic. This approach preserves user identity end-to-end through the sub claim while cryptographically scoping each downstream call to a single service through the aud claim, preventing confused deputy vulnerabilities and enabling independent token validation by downstream APIs.

Agent Draw creates and updates TLDraw canvases from voice descriptions

The Neuron 3 days ago

Agent Draw uses voice descriptions to automatically create and update drawings on tldraw, an infinite-canvas SDK, while a user presents by speaking descriptions into rectangular areas they define. Claude Opus 3.5 demonstrated the strongest results, producing a fully realized cricket scene with the pen tool, while smaller models like Claude Haiku and Gemini Flash settled for simpler primitive shapes. The implementation queues multiple capture requests, transcribes speech via Mistral's Voxtral model, and removes unnecessary agent actions like camera repositioning and shape-overlap review to reduce model calls by roughly half per drawing.

Toyo brings AI-powered email and Slack triaging with meeting prep and follow-up management

The Neuron 3 days ago

Toyo launched an AI assistant that handles email triage, meeting scheduling, and follow-up management across Gmail, Calendar, and Slack using GPT-5.6. The service integrates with 18+ tools including Google Workspace, Notion, and HubSpot, operating through text, voice notes, or phone calls without requiring app installation. Users can now delegate inbox management and administrative tasks while the assistant learns their communication style and business priorities.

Scarlett brings recurring reports and multi-step automation to Slack

The Neuron 3 days ago

Scarlett is an AI assistant that integrates with Slack and over 3,000 external tools to automate recurring reports, data analysis, and multi-step workflows across business functions. The product can be set up in under 3 minutes, connects to tools like Stripe, Notion, and GitHub, and executes tasks end-to-end rather than just generating text. Users can automate daily briefs, weekly reports, customer feedback analysis, and other recurring work that previously required manual effort.

Microsoft Research releases Flint, a visualization language for the AI era

The Neuron 3 days ago

Microsoft Research released Flint, an open-source visualization language that lets AI agents generate polished charts from simple, human-editable specifications. In evaluation across three AI models on Tidy Tuesdays test data, Flint achieved judge scores of 16.27 with GPT-5.1 compared to 15.91 for a baseline direct Vega-Lite approach. The same Flint specification can compile to multiple visualization backends including Vega-Lite, Apache ECharts, and Chart.js, with an accompanying MCP server enabling agents to create and render charts directly in chat environments.

GitHub Spec Kit enables spec-first workflow for coding agents

The Neuron 3 days ago

GitHub released Spec Kit, an open-source toolkit that enables developers to write executable specifications that directly generate working code implementations through AI coding agents. The toolkit installs via `uv tool install specify-cli` and works with over 30 AI coding agents including GitHub Copilot and Claude. Users define project principles, create specifications describing what to build, establish technical plans and task lists, then execute implementation—shifting development from code-first to specification-first workflows.

DeepMind's delegation framework provides practical guidance for human-AI work handoffs

The Neuron 3 days ago

DeepMind developed a delegation framework that enables AI agents to safely hand off tasks to other AI agents and humans by incorporating task allocation, authority transfer, accountability, and trust mechanisms. The framework addresses limitations in existing methods that rely on simple heuristics and cannot dynamically adapt to environmental changes or handle unexpected failures. This approach establishes structured protocols for human-AI collaboration that could inform standards as AI agents take on increasingly complex autonomous work.

What building Shippy taught us about building agents

Allen Institute (AI2) 3 days ago

Ai2's Skylight team built Shippy, an AI agent for maritime domain awareness that makes high-stakes operational decisions based on real-time satellite and vessel data. The system uses a modular architecture with a versioned Docker image containing the agent's persona and skills, a deterministic CLI interface to the Skylight API to prevent subtle bugs, and Mothership, a Kubernetes-based hosting platform that isolates each user's session and data with dedicated pods. The team developed a custom evaluation framework scored by subject-matter experts against live data, and Shippy will expand to control Skylight's map interface, route queries to smaller models, and maintain cross-thread memory for persistent user context.