MarkTechPost
·
2 days ago
● 4 sources
NVIDIA released DeepStream 9.1, a video analytics toolkit update that adds Multi-View 3D Tracking (MV3DT) and AutoMagicCalib (AMC) to track objects across multiple cameras without manual calibration. The update includes 13 agentic skills that allow developers to build tracking pipelines using natural language prompts instead of manual configuration. Developers can now deploy multi-camera vision systems faster by describing intent to coding agents, which automatically handle camera calibration, model downloading, and pipeline setup.
The New Stack
·
3 days ago
● 4 sources
AI agent reliability problems stem from insufficient infrastructure around context management, tool retrieval, and execution guardrails rather than model capability limitations. Teams building production agents must implement compiled context layers that structure organizational knowledge (Karpathy's wiki reached 100 articles and 400,000 words), hypothetical-invocation matching for tool selection instead of semantic similarity, and execution isolation layers that validate every tool call before it reaches downstream systems. The differentiator between reliable and unreliable agent systems is investment in context plumbing, observability, continuous evaluation against production data, and configuration management—not upgrading to smarter models.
The New Stack
·
3 days ago
Platform engineering teams face a new challenge as AI coding agents generate hundreds of concurrent environment requests per day, orders of magnitude more than human developers. GitHub's Copilot alone opened over 1 million pull requests in five months, with agents requiring environment validation in seconds rather than hours, making traditional provisioning and shared staging models economically unfeasible. Platform teams must shift from provisioning isolated environments to serving shared infrastructure that routes only changed services through ephemeral deployments, enabling agents to provision environments as API calls within their own validation loops.
The New Stack
·
3 days ago
● 4 sources
SpaceX AI open-sourced Grok Build, a terminal coding agent, to compete with Anthropic's Claude Code while Anthropic simultaneously pays SpaceX AI $1.25 billion monthly for computing power. Grok Build scored approximately 70% on the SWE-bench coding benchmark and uses Grok 4.5, positioned as one of the cheapest models at its performance level. The move creates an unusual dynamic where SpaceX AI benefits from the broader coding-agent market expansion regardless of whether developers choose competing products, while simultaneously dealing with internal organizational problems including all eleven xAI co-founders departing and privacy issues that emerged during the open-source release.
MarkTechPost
·
3 days ago
Google Cloud released Always-On Memory Agent, a reference implementation that maintains continuous context for AI agents by running as a 24/7 background process using Gemini 3.1 Flash-Lite and SQLite instead of vector databases and embeddings. The agent consolidates memories every 30 minutes by default, linking related information and generating insights while idle, and supports ingestion of 27 file types across text, images, audio, video, and documents. This approach enables agents to build evolving context over time, allowing applications like research assistants and support systems to answer questions with cited references to previously stored information.