From The New Stack · 26 stories
Agent Lightning v1.0.1 Released to Optimize AI Agents
Agent Lightning v1.0.1, a new skill for coding agents, has been released to help optimize other AI agents. It guides systematic improvements to prompts, tools, workflows, models, and reasoning settings, balancing accuracy, cost, latency, and reliability.
Microsoft Open-Sources Comic Chat, the App that Popularized Comic Sans
Microsoft has released the source code for Comic Chat, an innovative 1996 chat client. By making it open source, Microsoft preserves a key part of internet history and allows developers to explore or innovate on its original design. Comic Chat turned IRC conversations into comic strips, introducing the widely recognized Comic Sans font.
GLM-5.3 (max) Model Benchmarked by Artificial Analysis
Artificial Analysis has benchmarked the GLM-5.3 (max) model, finding it scores 60 on their Intelligence Index, placing it above the median for comparable models. The model is noted for its 1M token context window, moderate pricing, and slower-than-average speed.
Warp introduces Warp Factories for building cloud software factories
Warp has launched Warp Factories, an open infrastructure designed to help developers build cloud software factories and automate software development. This new offering addresses challenges in measuring coding agent ROI and ensuring governance and control within these automated systems.
Technology journalist Darryl K. Taft dies at 67
Darryl K. Taft, a technology journalist who covered development, cloud computing, AI, DevOps, and open source for over 40 years, died on August 3, 2026, at the age of 67. Taft worked at publications including eWEEK, TechTarget, and The New Stack, where he served as news editor.
Temporal Increases AI Spending Fivefold, Doubles Revenue, Mandates AI Adoption for Employees
Temporal, a company providing durable execution software, increased its AI spending by 500% and doubled its revenue. CEO Samar Abbas stated that all 500+ employees are expected to adopt AI tools in their workflows, with non-compliance potentially leading to job loss.
Pilot Protocol Launches Platform and Agent App Store to Enable Inter-Agent Communication
Pilot Protocol has launched its platform, which includes an agent App Store, to facilitate communication and interaction between software agents. The platform provides agents with network addresses, allowing them to discover and utilize other agents, tools, and applications to enhance their capabilities. This development aims to move beyond isolated agents to foster an "agent economy" where agents can autonomously interact.
DeepSeek V4 Flash Vision Exp vs. Gemini 3.7 Flash: A Comparison of Vision Models
DeepSeek released V4 Flash Vision Exp, its first vision model, which is compared against Google's Gemini 3.7 Flash for image input capabilities. The comparison focuses on performance, cost, and speed for tasks like chart reading, invoice auditing, and incident diagnosis. This analysis helps developers choose between two budget-friendly vision models based on specific application needs.
Anthropic's Files API saves time but not money compared to pasting for LLM prompts
Anthropic released its Files API and browser-use toolset, allowing developers to upload documents once and reference them by ID in subsequent requests to large language models. A test comparing this method to pasting content directly into each prompt found that while the Files API saves development time, it does not reduce token usage or cost.
Observability faces data storage challenges exacerbated by AI-generated telemetry
The observability industry struggles with cost-effectively storing and analyzing full-fidelity telemetry data, leading to incomplete system visibility. The rise of AI systems generating more logs, traces, and metrics is expected to worsen this existing data problem, increasing costs and blind spots for teams.
AI Agent Traces Transition from Telemetry to Application Data
The article discusses how the execution records of AI agents, initially considered telemetry, are becoming application data due to requirements for durability, retrieval, and display in product workflows. This shift impacts storage decisions and how agent behavior is managed and audited.
Anthropic's New Playground Tool Compared to OpenAI's Incumbent
Anthropic replaced its Workbench prompt-testing tool with Playground, a stateless version that removes features like saved prompts and version history. This change aligns with OpenAI's decision to shut down its own saved Prompts and Evals platform, indicating a shared industry conclusion that prompts should reside in code rather than web consoles. The article compares the functionality of Anthropic's new Playground with OpenAI's long-standing Playground.
Challenges in achieving real-time AI at scale due to data pipeline issues
Real-time AI systems often face performance degradation in production due to data pipeline problems, not model inaccuracies. Issues like tail latency spikes under concurrent load and stale feature data significantly impact accuracy and system responsiveness. Addressing these challenges requires architectural considerations rather than simple fixes.
Mistral's Shift to MCP for Data Retrieval Requires Manual Migration and Raises Data Governance Questions
Mistral is transitioning its Vibe Work platform from an internal indexed data system to a new MCP (common interface) based retrieval method for Google Drive and SharePoint, requiring administrators to manually install replacements. This change moves data retrieval off-platform, raising concerns about data governance and how third-party connectors handle customer data and permissions.
DNS Management Should Adopt Infrastructure as Code Principles
DNS management should be treated with the same operational rigor as other infrastructure components, such as servers and cloud resources. This approach, termed "domain management as code," aims to prevent outages caused by misconfigurations and improve accountability.
Cloud Security Teams Struggle with Alert Overload, Not Negligence, Says IOmergent Founder
Jon Rose, founder of IOmergent, states that cloud security teams are overwhelmed by alerts and lack the operational capacity to act on them, rather than ignoring security. This issue persists despite increased adoption of Cloud Security Posture Management (CSPM) tools, which generate numerous findings but do not solve the problem of prioritization and remediation.
Personalization is a Ranking Problem Requiring Architectural Solutions
Effective personalization in products is fundamentally a ranking problem, not a quality issue, and often fails due to architectural limitations rather than signal collection. Systems need to weigh user intent, item quality, user history, availability, and business priorities simultaneously and in real-time to deliver relevant results. The challenge lies in combining these diverse signals efficiently during query-time ranking.
Strategies to manage tracing data overload for system failure detection
Tracing data provides insights into system failures but can lead to data overload due to storage costs and difficulty in analysis. Techniques like head sampling, tail sampling, and dynamic sampling can mitigate these issues. These methods help optimize data collection and retention, making tracing more practical for identifying system problems.
Pollen Robotics and Hugging Face launch Microduck, an open-source, retrainable robot
Pollen Robotics, in collaboration with Hugging Face, has launched Microduck, a small, open-source robot designed for reinforcement learning. Users can retrain its behaviors in simulation and deploy them on the physical robot, with all software components available under an Apache-2.0 license.
AI Coding Tools Lead to Decreased Code Quality and Increased Incidents
The adoption of AI coding tools has led to a decline in pull-request review quality, an increase in incidents, and more bugs per developer, according to a report from Faros AI. This suggests that the push for "software factories" using AI without human oversight may be premature and detrimental to codebases.
Code Review Evolves Beyond Bug Catching to Focus on Collaboration and Judgment
Code review is shifting from primarily bug detection to a process focused on collaboration, knowledge sharing, and verifying product suitability, especially as AI generates more code. This change redefines its role in software development, emphasizing judgment over line-by-line inspection.
Hyperscaler AI Infrastructure Spending: Growth, Profitability, and Efficiency
The article analyzes financial data from major cloud providers (AWS, Google Cloud, Azure) to assess the financial implications of their AI infrastructure spending. It concludes that growth is accelerating, profitability scales with size, and capital expenditure efficiency is improving, countering criticisms about excessive spending.
The Rise of Platform Engineering in Software Development
The role of software engineers is shifting from writing code to building tools that enable machines to write code, leading to a convergence of product and platform engineering. This change is driven by the increasing use of AI in code generation, which necessitates more focus on shared toolchains and workflows to prevent fragmentation.
Automating Code Verification to Accelerate Software Delivery
The increasing speed of AI-generated code necessitates a shift from human-centric code review to automated verification processes. This change allows development teams to ship code faster by reducing reliance on manual checks, moving humans from directly reviewing every change to overseeing automated systems.
Five Steps for Building Service Architecture and Operational Resilience
This article outlines five steps for designing service architecture to improve operational resilience and incident recovery. It emphasizes the importance of clear service mapping for both human and AI-driven incident response systems. The guidance helps organizations minimize service disruptions and accelerate root cause analysis.
Routing Keys Isolate Kafka Consumer Tests on Shared Brokers
Testing Kafka consumers in shared environments is challenging because traditional request routing methods do not apply to asynchronous message queues. A pattern using routing keys, producer stamping, and consumer filtering can isolate changes for testing without duplicating the entire stack. This approach allows developers to validate consumer changes against realistic systems efficiently.