Source coverage · refreshed from the daily record

InfoQ AI/ML in the AI ethics record

A source-linked view of 56 news records gathered from InfoQ AI/ML. This page tracks what entered the ethics.ai source fleet; it is not a complete archive of the publisher and does not imply its endorsement.

Records by publication daylatest 90 days
2026-05-18 2026-08-15
56records in archive
56latest 90 days
28distinct publication days
15 August 2026latest published record

Most common automatic topics

Agents & autonomy 39
Regulation 9
Jobs & economy 4
Military & security 3
Environment 3
Finance, VC & PE 3
Safety & alignment 2
Privacy 2
Transparency 2
Healthcare 1

Source status and scope

last source check succeeded. The source is configured on a daily cadence and was last checked 53m ago.

Topic labels are automatic and can be imperfect. Counts measure records captured by ethics.ai, not everything the publisher produced, readership, importance or agreement with a claim.

Latest records from InfoQ AI/ML

All tracked sources →
InfoQ AI/ML

Presentation: From Models to Agents: Building Context-Aware Consumer AI at Scale at DoorDash — open the original publisher

Sudeep Das shares how DoorDash shifts from legacy one-shot predictions to an agentic recommendation platform. He discusses leveraging language-native consumer memory, RQ-VAE semantic IDs for catalog representation, and grounded search to dramatically boost relevance and conversion metrics. By Sudeep Das

News Agents & autonomy
InfoQ AI/ML

Cloudflare Adds Agent Tracing, with Truncation Limits and Uneven Payload Defaults — open the original publisher

Cloudflare launched agent tracing, adding spans for agent invocations, model calls, tool runs, and approvals to existing Workers traces. Sessions replay turn by turn, though the docs warn traces are not lossless and payloads may be truncated. Payload recording defaults differ by framework, and from October 1, 2026 every span counts as a billable event. By Steef-Jan Wiggers

News Agents & autonomy
InfoQ AI/ML

Presentation: The Right 300 Tokens Beat 100k Noisy Ones: The Architecture of Context Engineering — open the original publisher

Baruch Sadogursky and Patrick Debois discuss why coding agents fail due to bloated context windows and stuffed prompts. They explain practical context engineering fixes, including lazy-loaded skills, versioned context artifacts, externalized memory banks, and LLM-as-a-judge evals. Software architects & engineering leaders will learn how to turn raw markdown files into reliable agentic workflows. By Patrick Debois, Baruch Sadogursky

News Agents & autonomy
InfoQ AI/ML

Meta Open-Sources Muse Glimmer: A 30B Local Agentic Model Optimised for On-Device Execution — open the original publisher

Meta AI Research has introduced Muse Glimmer, a 30-billion-parameter open-weight model under the Apache 2.0 license, designed for local workflows. It enables autonomous agents and complex task execution on consumer GPUs without relying on cloud APIs. The model employs a multi-stage training approach for efficient performance and supports multimodal inputs, enhancing coding and automation tasks. By Olimpiu Pop

News Jobs & economyAgents & autonomy
InfoQ AI/ML

Anthropic's Claude Breaches Sandbox During Model Security Evaluations — open the original publisher

Anthropic conducted an audit of 141006 evaluation runs after OpenAI's sandbox escape disclosure. The review identified three incidents where Claude models accessed the internet due to misconfigurations. These incidents involved unauthorised attacks on live targets. Anthropic has suspended offensive evaluations and plans to enhance security measures and collaborate with external auditors. By Olimpiu Pop

News Transparency
InfoQ AI/ML

MCP Goes Stateless, and Developers Ask Whether That Just Makes It an API Again — open the original publisher

The MCP 2026-07-28 specification removes the initialize handshake and session header, and adds required method and tool-name headers so gateways can route agent traffic without parsing JSON. Reaction split between developers calling it a rediscovery of REST and those arguing the standard itself was always the point. By Steef-Jan Wiggers

News Agents & autonomy
InfoQ AI/ML

CloudFlare Previews Automatic WebMCP Support for Web Pages — open the original publisher

Cloudflare announced a developer preview that lets any website enable a WebMCP (Web Model Context Protocol) interface with a single dashboard switch. This allows browser-based AI agents to interact with unmodified web pages through structured tools instead of scraping or guessing, keeping human traffic and control on the original site. By Sergio De Simone

News Agents & autonomy
InfoQ AI/ML

Presentation: Leveraging Adversary Emulation for GenAI Red Teaming — open the original publisher

Kennedy Torkura discusses practical GenAI red teaming techniques to safeguard LLMs and knowledge bases against security threats like data poisoning and LLMjacking on AWS. He explains how engineering leaders and architects can bridge traditional cloud security with MITRE ATLAS frameworks to proactively identify vulnerabilities, implement guardrails, and secure production AI applications. By Kennedy Torkura

News Safety & alignment
InfoQ AI/ML

Presentation: Keeping ChatGPT Fast as AI Development Accelerates — open the original publisher

Martin Spier explains how agentic workflows dramatically increase code change volume at OpenAI. He discusses the hidden systemic performance costs of rapid shipping beyond GPUs, and shares how deploying always-on AI agents automates profiling, regression detection, and continuous optimization to maintain product speed and scalability at massive global scale. By Martin Spier

News Agents & autonomy
InfoQ AI/ML

Cloudflare's Precursor Detects Bots and AI Agents Through Continuous Behavioral Analysis — open the original publisher

Cloudflare recently introduced Precursor, a client-side behavioral analysis engine that continuously evaluates session interactions, such as mouse movements and keyboard timing, to improve detection of sophisticated bots and AI agents without relying solely on one-time challenges like CAPTCHAs. By Renato Losio

News Agents & autonomy
InfoQ AI/ML

Cloudflare Launches Persistent, Stateful, Computer-like Environments for Agents — open the original publisher

Cloudflare has introduced Cloudflare Computer, a new open-source runtime designed to give AI agents something closer to a real "computer" instead of just ephemeral containers. It leverages Cloudflare isolates for fast serverless execution, making agents cheaper, faster, and more scalable, according to the company. By Sergio De Simone

News Agents & autonomyEnvironment
InfoQ AI/ML

Instacart Builds Blueberry, an AI-Powered Assistant to Help On-Call Engineers Investigate Incidents — open the original publisher

Instacart introduced Blueberry, an AI-assisted incident response system that helps on-call engineers investigate production issues faster. It combines AI agents, operational data, and historical incident knowledge to generate grounded root cause hypotheses in Slack. It uses parallel subagents, MCP integrations, and incident history to reduce investigation time while keeping engineers in control. By Leela Kumili

News Agents & autonomyFinance, VC & PE
InfoQ AI/ML

Presentation: Rewriting All of Spotify's Code Base, All the Time — open the original publisher

Jo Kelly-Fenton and Aleksandar Mitic explain how Spotify created "Honk," an AI coding agent, to handle complex fleet-wide codebase migrations. They share key architectural insights on decoupling CI verification runtimes from AI agents, dealing with automated pull request bottlenecks, and driving aggressive standardization across thousands of engineering repositories. By Jo Kelly-Fenton, Aleksandar Mitic

News Agents & autonomy
InfoQ AI/ML

Azure API Management Adds Dedicated AI Gateway Tier, Governing Models and MCP Tools — open the original publisher

Microsoft released a dedicated AI Gateway tier of Azure API Management in public preview, with a control plane built around models, MCP servers and tools rather than APIs. It fronts Foundry, Bedrock, Vertex AI and OpenAI behind one endpoint, with policy cards instead of XML. Architects welcomed the consolidation while questioning where the governance boundary sits. By Steef-Jan Wiggers

News Regulation
InfoQ AI/ML

Pods as Workers, Not Agents: Rethinking the Deployment Unit for AI Agents on Kubernetes — open the original publisher

Running AI agents on Kubernetes raises a key question: should each agent get its own Pod? The kagent project argues no—agents are bursty, short-lived, can spawn subagents, and may wait for human approval, making one Pod per agent wasteful. Agent-substrate adds a control plane to schedule logical “Actors” onto long-lived worker Pods. By Mark Silvester

News Agents & autonomy
InfoQ AI/ML

Vercel Labs Ships Zero: A Graph-First Language Built So Agents Write the Code — open the original publisher

Vercel Labs has introduced Zero, an experimental systems programming language aimed at AI rather than human users. It employs unique features like a specific toolchain contract and structured error messages. Reaching version 0.3.4, it compiles to native binaries for major operating systems. The language prioritizes size, speed, and agent usability, though it is still in development. By Daniel Curtis

News Agents & autonomy
InfoQ AI/ML

Ponytail Agent Skill Corrects Its Own Benchmark After Contributor Challenge — open the original publisher

A single-author repo of instruction files, not code, Ponytail passed 44,000 GitHub stars in nine days by making coding agents stop over-building. Its headline claim of 80-94% less code came from a flawed baseline; after a contributor said so, the maintainer rebuilt the benchmark as a real agentic run and published a lower figure of 54%. By Steef-Jan Wiggers

News Agents & autonomy

Method and reuse

ethics.ai stores source metadata, short summaries and links to the original publisher. It does not republish full articles. Use the permanent evidence link for citation, retain the original source link, and verify consequential claims with the publisher. See the methodology and corrections policy and reuse terms.