InfoQ Homepage News
-
Xcode 26.3 Brings Integrated Agentic Coding for Anthropic Claude Agent and OpenAI Codex
The latest release of Xcode, Xcode 26.3, extends support for coding agents, such as Anthropic's Claude Agent and OpenAI's Codex, helping developers tackle complex tasks and improve their productivity.
-
Cloudflare Launches Vertical Microfrontend Template for Path-Based Edge Routing
Cloudflare has launched a Worker template for Vertical Microfrontends (VMFE), enabling independent teams to manage their stacks for specific URL paths, improving CI/CD efficiency. This architecture streamlines requests with low latency while offering a seamless SPA experience, promoting team autonomy and efficient dev practices. Ideal for large teams, it comes with operational trade-offs.
-
Next Moca Releases Agent Definition Language as an Open Source Specification
Moca has open-sourced Agent Definition Language (ADL), a vendor-neutral specification intended to standardize how AI agents are defined, reviewed, and governed across frameworks and platforms. The project is released under the Apache 2.0 license and is positioned as a missing “definition layer” for AI agents, comparable to the role OpenAPI plays for APIs.
-
Java News Roundup: GlassFish 8.0, OpenHai 1.0, LangChain4j, Infinispan, Hibernate, JobRunr
This week's Java roundup for February 2nd, 2026, features news highlighting: GA releases of GlassFish 8.0 and OpenHai 1.0; point releases of LangChain4j, Infinispan and JBang; maintenance releases of Helidon and JobRunr; and milestone releases of Hibernate ORM, Hibernate Reactive and Hibernate Search.
-
How CNAME Ordering in RFC Specs Caused Cloudflare 1.1.1.1 Outage
In a recent article titled "What came first- the CNAME or the A record?" Cloudflare explains how an unclear RFC specification caused the popular Cloudflare’s 1.1.1.1 service to break. After identifying the breakage and the ambiguity in older DNS standards regarding record order, Cloudflare proposes a clarified specification.
-
Cloudflare Demonstrates Moltworker, Bringing Self-Hosted AI Agents to the Edge
Cloudflare has introduced Moltworker, an open-source solution for running Moltbot—a self-hosted personal AI agent—on its Developer Platform, eliminating the need for local hardware, such as Mac minis. Rebranded from Clawdbot, Moltbot serves as a personal assistant in chat applications, integrating with AI models, browsers, and third-party tools while maintaining user control.
-
Google Supercharges Gemini 3 Flash with Agentic Vision
Google has added agentic vision to Gemini 3 Flash, combining visual reasoning with code execution to "ground answers in visual evidence". According to Google, this not only improves accuracy, but more importantly unlocks entirely new AI-driven behaviors.
-
LinkedIn Leverages GitHub Actions, CodeQL, and Semgrep for Code Scanning
LinkedIn has rebuilt its static application security testing (SAST) pipeline using GitHub Actions and custom workflows, enabling consistent, enforceable code scanning across thousands of repositories. The redesign improves security coverage, developer workflow, and observability while supporting the company’s shift-left strategy.
-
Datadog Integrates Google Agent Development Kit into LLM Observability Tools
Datadog recently announced that its LLM Observability platform now provides automatic instrumentation for applications built with Google's Agent Development Kit (ADK), offering deeper visibility into the behavior, performance, cost, and safety of AI-driven agentic systems.
-
MUI Releases Base UI 1 with 35 Accessible Components
Base UI 1.0 has officially launched! This unstyled React component library, backed by MUI, offers 35 accessible components with a commitment to long-term maintenance. With refined APIs and enhanced performance, it empowers developers to create custom designs effortlessly while ensuring robust accessibility out of the box.
-
Conductor Quantum Introduces Coda, a Natural Language Interface for Quantum Computing
Conductor Quantum has announced Coda, a natural language interface for running quantum programs on real quantum hardware. The system is positioned as a software layer that translates high-level user intent into executable quantum circuits.
-
OpenCode: an Open-source AI Coding Agent Competing with Claude Code and Copilot
Open-source AI coding tool OpenCode features a native terminal-based UI, multi-session support, and compatibility with over 75 models, including Claude, OpenAI, Gemini, and local models. In addition to its CLI tool, OpenCode is also available as a desktop app and and an IDE extension for VS Code, Cursor, and other tools.
-
Getting Feedback from Test-Driven Development and Testing in Production
Teams rely on strong unit and integration tests instead of end-to-end tests. Using TDD, pair programming, and good design, they ship small changes often, test in production for real feedback, and use feature toggles to reduce risk, Ola Hast and Asgaut Mjølne Söderbom mentioned in their talk about continuous delivery with pair programming.
-
Google Pushes for gRPC Support in Model Context Protocol
Google Cloud is bridging a critical gap for enterprises by introducing a gRPC transport package for the Model Context Protocol (MCP), enhancing integration for businesses already using gRPC. This game-changer reduces development friction, ensuring AI agents seamlessly connect with existing services while boosting performance and efficiency. Join the evolving landscape of AI integration!
-
LinkedIn Re-Architects Service Discovery: Replacing Zookeeper with Kafka and xDS at Scale
LinkedIn's engineering team successfully upgraded its legacy ZooKeeper service discovery platform to enhance scalability and performance. By leveraging Apache Kafka and the xDS protocol, the new architecture enables eventual consistency, supports multiple languages, and allows migration without downtime. Post-upgrade, latency vastly improved, facilitating hundreds of thousands of app instances.