AI

GitLab introduces AI agent-enabled devsecops platform
Moving forward on AI, GitLab is offering a public beta of GitLab Duo Agent Platform, a devsecops orchestration platform intended to unlock asynchronous collaboration between developers and AI agents. Announced July 17, GitLab Duo Agent Platform estab...
2025-07-18 21:06
Oracle launches MCP server to power context-aware AI agents for enterprise data
Oracle has come out with a new Model Context Protocol (MCP) server to help enterprises build agentic applications that can autonomously query, retrieve, and reason over enterprise data stored in Oracle Databases and generate more context-aware outputs...
2025-07-18 11:58
Alternative clouds are on the rise
After attending a recent analyst and influencer event hosted by one of the major hyperscalers, I found myself reflecting not just on the future of the big cloud providers but also on the evolution of the entire cloud computing market. The event’s fo...
2025-07-18 09:00
AI’s not-so-secret agents
The buzz around agentic AI is getting louder, and this month’s picks showcase the breadth of what is possible—or in some cases, not yet possible. Spin up an AI agent of your own with Google’s new Agent Development Kit, take notes on how Deutsche...
2025-07-18 09:00
AWS previews enterprise services to ease AI agent deployment
AWS has launched a preview of Amazon Bedrock AgentCore, a set of enterprise-grade services developers can use to securely deploy and operate AI agents at scale using any framework and model. Announced July 16, AgentCore services can be hosted on Amazo...
2025-07-17 20:49
Build with Veo 3, now available in the Gemini API
Veo 3, Google’s latest AI video generation model, is now available in paid preview via the Gemini API and Google AI Studio. Unveiled at Google I/O 2025, Veo 3 can generate both video and synchronized audio, including dialogue, background sounds, and ...
2025-07-17 17:00
MCP server announced for JFrog supply chain management platform
Software supply chain management provider JFrog has become the latest vendor to release a Model Context Protocol (MCP) server for its platform so developers can securely link Large Language Models (LLMs) and AI agents to tools and data sources. “Unt...
2025-07-17 13:16
From prompts to specs: AWS’s Kiro signals the next phase of AI coding tools
AWS has previewed Kiro, a new agentic AI-driven integrated development environment (IDE) that the hyperscaler claims is better suited for structured, large-scale software development workflows, favored mostly by enterprise engineering teams seeking au...
2025-07-17 10:46
How to create your own RAG applications in R
One of the handiest tasks large language models can do for us is answer questions about a specific collection of information. This is often done using a technique called RAG, or retrieval augmented generation. Instead of relying on what the model know...
2025-07-17 09:00
Taking .NET Aspire for a spin
.NET Aspire is an interesting piece of the .NET ecosystem, providing a framework for building, testing, and deploying cloud-native applications. Still relatively new, Aspire takes an opinionated approach to distributed systems development while also p...
2025-07-17 09:00
.NET 10 Preview 6 brings JIT improvements, one-shot tool execution
A newly arrived sixth preview of Microsoft’s planned .NET 10 application development platform touts improved JIT code generation for struct arguments, one-shot tool execution, and other enhancements in the .NET libraries, runtime, and SDK, as well ...
2025-07-17 01:15
Unlock Gemini’s reasoning: A step-by-step guide to logprobs on Vertex AI
The `logprobs` feature has been officially introduced in the Gemini API on Vertex AI, provides insight into the model's decision-making by showing probability scores for chosen and alternative tokens. This step-by-step guide will walk you through how t...
2025-07-16 22:00
Qdrant Cloud adds service for generating text and image embeddings
Qdrant has launched Qdrant Cloud Inference, a managed service that allows developers to generate, store, and index text and image embeddings in the Qdrant Cloud. The service, which uses integrated models within a managed vector search engine, is desig...
2025-07-16 21:31
Simplify your Agent "vibe building" flow with ADK and Gemini CLI
The updated Agent Development Kit (ADK) simplifies and accelerates the process of building AI agents by providing the CLI with a deep, cost-effective understanding of the ADK framework, allowing developers to quickly ideate, generate, test, and improve...
2025-07-16 20:00
Perforce unveils agentic AI test tool for web and mobile apps
Seeking to ease web and mobile app testing by leveraging AI, Perforce Software has unveiled Perfecto AI, an agentic AI testing tool that removes the need for test scripts, frameworks, or maintenance and streamlines testing workflows, according to the ...
2025-07-16 19:21
Stanford’s Marin foundation model: The first fully open model developed using JAX
The Marin project aims to expand the definition of 'open' in AI to include the entire scientific process, not just the model itself, by making the complete development journey accessible and reproducible. This effort, powered by the JAX framework and i...
2025-07-16 17:00
AWS looks to cut storage costs for LLM embeddings with Amazon S3 Vectors
AWS is previewing a specialized storage offering, Amazon S3 Vectors, that it claims can cut the cost of uploading, storing, and querying vectors by up to 90% compared to using a vector database, a move likely to be of interest to those running generat...
2025-07-16 14:46
4 tips for getting started with free-threaded Python
Until recently, Python threads ran without true parallelism, as threads yielded to each other for CPU-bound operations. The introduction of free-threaded or ‘no-GIL’ builds in Python 3.13 was one of the biggest architectural changes to the CPython...
2025-07-16 09:00
ECMAScript 2025: The best new features in JavaScript
This year’s update to the JavaScript specification covers a lot of ground. The headline addition is the new built-in Iterator object and its functional operators. Other updates include new Set methods, a direct JSON module import, improvements to re...
2025-07-16 09:00
Database design tips for developers
It is a universal truth that everything in software eventually rots. Things slowly get worse. What starts out as cool and clean becomes “what the hell were they thinking” before you know it. But that doesn’t mean we sit back and let it happen...
2025-07-16 09:00