TLDRocket
Sign in

AI Agents

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

Friday, 10 July 2026

Build a semantic layer for agentic AI on AWS with Stardog and Amazon Bedrock AgentCore

AWS Machine Learning 6 days ago

AWS and Stardog demonstrated building a semantic layer for agentic AI by connecting Amazon Aurora and Amazon Redshift through a federated knowledge graph that enables agents running on Amazon Bedrock AgentCore to answer cross-database questions without ETL pipelines. The solution uses an ontology-driven knowledge graph with virtual graphs mapping to live data sources, allowing the foundation model to compose answers across fragmented enterprise data while maintaining business logic rules and access controls. By separating the model layer, meaning layer, and agent runtime layer, organizations can enable AI agents to reason over enterprise data with the same fluency as senior analysts without duplicating business definitions across multiple systems.

Scaling agentic workflows with native case management in Amazon Quick Automate

AWS Machine Learning 6 days ago

Amazon Quick Automate adds native case management to help enterprises run AI agents at scale, tracking work items through defined lifecycle stages while handling human oversight and parallel processing. The service enables organizations to process thousands of work items in production by providing visibility into workflow state, exception handling, and human-in-the-loop capabilities with built-in audit logging. Case management allows enterprises to automate complex business processes reliably by separating data ingestion from processing, enabling multiple parallel processors to handle concurrent work items and meet service level agreements.

How KTern.AI built agentic AI for SAP on Amazon Bedrock AgentCore

AWS Machine Learning 6 days ago

KTern.AI built agentic AI agents on Amazon Bedrock AgentCore to automate SAP digital transformation workflows including reverse engineering, process analysis, and exception mining. The platform achieved 45 percent reduction in SAP project timelines, 60–70 percent faster discovery and assessment phases, and new agents deploy to production in 4–6 hours versus the previous 2–3 week development cycle. The shift eliminated custom infrastructure overhead and freed 480 engineering hours per month that the company reinvested into agent capabilities.

Stop being the code review bottleneck

TLDR 6 days ago

PostHog engineers are removing themselves from code review bottlenecks by delegating reviews to multiple AI agents with different instructions rather than trying to review faster themselves. In one quarter, their StampHog agent automatically approved roughly one in three pull requests merged to their main repository, reducing 1.6K Slack interruptions for engineers. Teams can now focus human review only on genuinely risky changes by using deterministic checks for routing and having agents decompose large changes into small, independently observable pull requests.

Zuckerberg Pledges 'Aggressive' Pricing With Meta's First Pay-to-Use AI

TLDR 6 days ago

Meta's Muse Spark 1.1 model now offers a paid tier for developers at pricing approximately 25% of the cost of competing models. Zuckerberg characterized the model as having state-of-the-art agentic reasoning and tool use capabilities. The pricing strategy aims to undercut competitors while establishing a commercial revenue stream for Meta's AI division.

OpenAI launches GPT-5.6 Sol, Terra, and Luna on apps and API

TLDR 6 days ago

OpenAI released GPT-5.6, a new model family with three tiers—Sol, Terra, and Luna—across ChatGPT, Codex, and its API, rolling out globally starting today. Sol costs $5 input and $30 output per million tokens, Terra costs $2.50 input and $15 output, and Luna costs $1 input and $6 output per million tokens. The release adds multi-agent coordination through an ultra setting, stronger artifact generation for presentations and documents, and improved performance on coding, cybersecurity, and scientific tasks.

OpenAI is Discontinuing ChatGPT Atlas

The Neuron 6 days ago

OpenAI is discontinuing ChatGPT Atlas, its standalone desktop browser, in favor of a new unified ChatGPT desktop app that includes a Work agent and browser capabilities. The deprecation date is set for August 9, 2026. Users will migrate to the new desktop app, which also offers a Chrome plugin for those preferring to stay in their existing browser.

[AINews] OpenAI launches GPT 5.6 Sol/Terra/Luna, Codex becomes ChatGPT superapp

Latent Space 6 days ago

OpenAI released GPT-5.6 in three sizes (Sol, Terra, Luna) with a new "ultra" reasoning mode that coordinates multiple agents in parallel to handle complex tasks. Terra matches Claude Fable 5's performance in one-third the time at one-quarter the cost, while Luna outperforms Opus 4.8 at roughly one-sixth the cost per task. OpenAI integrated these models into ChatGPT Work, a new desktop app merging Codex and ChatGPT, along with multi-agent capabilities and programmatic tool calling to support automated workflows.

Behavioral Privacy Leakage in Agentic Negotiation: Formalizing and Mitigating Inference Attacks via Randomized Policies

Apple ML Research 6 days ago

Researchers developed an adaptive stochastic policy for autonomous negotiation agents that protects behavioral privacy by preventing adversaries from inferring private constraints from observable negotiation dynamics like concession patterns and timing. The mechanism achieved a 43-50% reduction in adversarial inference accuracy while maintaining negotiation success rates and utility above 90% across 3,000 synthetic bilateral negotiations. This approach enables negotiation agents to operate with differential privacy guarantees without substantially sacrificing negotiation performance or deal completion rates.