Google releases Agent Development Kit for Java

Java engineering teams can now leverage Google’s Agent Development Kit to streamline complex tooling and architecture. AI is transitioning from Python experiments into mature, production-grade deployments. This maturation demands frameworks that respect existing system architectures rather than forcing entirely new paradigms. Recognising this requirement, Google has officially released version 1.0 of the Agent Development Kit …

Google tests internal AI agent for coding tasks and workflows

A shift is taking place inside software teams. Coding assistants that once helped with small tasks are starting to take on larger roles. At Google, that shift is showing up in an internal system known as “Agent Smith,” an AI agent designed to handle parts of the development workflow with less human input. Details about …

Why HTML5 game development is having its biggest year yet

HTML5 game development is not a side channel, and the numbers make that clear. In 2025, more than 15,000 HTML5 games were launched globally, 2.7 times more than the previous year, while web gaming revenue is projected to nearly triple by 2028. For developers, this is not growth. It signals a structural change in where …

AI coding tools move into performance tracking at enterprise level

A quiet shift is taking place inside large engineering teams. Writing code is no longer the only expectation. Using AI coding tools to help write that code is starting to matter just as much. At JPMorgan Chase, that shift now appears to be part of how developers are assessed. The bank has begun pushing its …

Matters arising: When software reaches end-of-life

Software in production commonly outlives the components it’s built with. Enterprise systems remain because replacement of libraries and frameworks is costly. Every component follows its own lifecycles: Libraries and runtimes reach end of life while the systems that depend on them remain active. When an individual component’s version reaches end-of-life, vulnerability discovery should not. Security …

Isolating dynamic AI agent code execution with Cloudflare’s API

Securing dynamic AI agent code execution requires true workload isolation—a challenge Cloudflare’s new API was built to solve. Letting AI operate autonomously introduces engineering difficulties, particularly when securing the environment where these tasks execute. We are seeing agents perform tasks by writing programs to interact with APIs rather than making standard tool calls. Directly evaluating …

How AI and modern languages boost developer team efficiency

To boost efficiency, any developer team must assess how modern programming languages and AI interface with diverse hardware. Tools like Cursor now serve as daily drivers for many engineers. However, the recent creation of a C compiler by Anthropic’s Claude model highlights where machine learning excels—and where its limitations lie. Integrating large language models provides …

Nvidia builds open AI coalition alongside new developer tooling

Nvidia has brought together a group of AI firms under what it calls the Nemotron Coalition, a joint effort to build and distribute open frontier models. According to Tom’s Hardware, the group includes companies like Mistral and Perplexity, each working on a different part of the AI stack, including models and orchestration frameworks, as well …

Schema drift is breaking your document database pipelines

Author: Daniyar Mussakulov, Senior Software Engineering Manager at 3T Software Labs Document databases, like MongoDB, Amazon DocumentDB, and Azure Cosmos DB, are a key part of modern application development. Teams use document databases for their flexible, schema-less structure and JSON-based data models, which make it easier to ship features quickly, evolve structures without complex migrations, …

OpenAI offers free AI coding tools to open-source maintainers

Open-source projects form much of the foundation of modern software, with many systems used in the industry relying on code written and maintained by volunteers or small teams. Those maintainers often face a heavy workload. They review pull requests, fix bugs, update documentation, and manage security issues. OpenAI is now offering free access to some …