Simon Willison
·
5 days ago
● 3 sources
xAI open-sourced its Grok Build CLI tool after the tool was discovered uploading entire user directories—including SSH keys, password databases, and personal files—to xAI's cloud infrastructure without explicit consent. The codebase comprises 844,530 lines of Rust, with data retention now disabled by default and all previously retained user data deleted. Users can now audit the code themselves and run Grok Build locally without uploading to xAI's servers.
AWS Machine Learning
·
6 days ago
● 4 sources
Amazon Bedrock now integrates computer vision, AI agents, and the Model Context Protocol to create a unified system where visual information can be captured, understood, and acted upon through a single interface. The solution combines Amazon Rekognition for object detection, Amazon Nova for video analysis, and Claude models for image interpretation, with support for images up to 200 MB and video formats including MP4, AVI, and MOV. This architecture eliminates the need to manage separate integrations between perception, decision-making, and action systems, making visual AI capabilities more accessible to developers building applications on AWS.
AWS Machine Learning
·
6 days ago
AWS published a guide for monitoring SageMaker Pipelines across multiple AWS accounts and regions using CloudWatch custom dashboards with a serverless hub-and-spoke architecture. The solution uses EventBridge, Lambda, and DynamoDB to collect pipeline execution data in real-time from source accounts and display unified status, timing, and step details on a centralized dashboard. Organizations can reduce operational overhead from manually switching between accounts and regions, and extend the monitoring to other ML workloads like Step Functions or Batch jobs.
The New Stack
·
6 days ago
The Linux Foundation formally launched the X402 Foundation in April 2026 to standardize internet-native payments for transactions between AI agents, APIs, and applications, joining two earlier governance bodies focused on token costs and safety verification. Over the past 30 days, X402 has processed more than 75 million transactions worth $24.24 million across 94,060 buyers and 22,000 sellers, with major companies including AWS, Cloudflare, Google, and Stripe already implementing the protocol. The standardized payment framework enables AI agents to access services and APIs without pre-registration or account setup, addressing a critical need for autonomous agents operating across the web at scale.
Hugging Face Blog
·
6 days ago
A team building model routing for AI agents found that selecting which model to use for each task is not simply a classification problem but requires optimizing across multiple system constraints simultaneously. On the AppWorld Test Challenge with 417 tasks, Claude Sonnet cost $79 total while GPT-4.1 cost $155 despite lower per-token pricing, because Sonnet's cache-read pricing was more efficient for agent workloads that reuse context. Effective routing must balance cost, latency, accuracy, and compliance requirements together rather than treating task difficulty or model speed as isolated variables.
TLDR Dev
·
6 days ago
OpenAI's ChatGPT web app serves approximately 1 billion users through a carefully optimized architecture that migrated from Next.js to Remix and now uses React Router 7 with server-side rendering. The initial HTML payload is 84 KB compressed with a time to first byte of 50-65ms, delivering a 548-node DOM that prioritizes the chat input as the primary interaction point. The engineering approach uses off-the-shelf libraries rather than custom frameworks, with the server controlling client behavior through prefetch decisions and streaming data to enable rapid interaction without requiring user authentication.
The Neuron
·
6 days ago
● 2 sources
ClawTeams is a platform that orchestrates multiple AI specialists through messaging apps like Slack and Teams to break down tasks, execute work in parallel, and deliver finished outputs after quality checks. The platform serves 12,000+ teams that have completed 1.2 million tasks, with users reporting an average of 68% time savings compared to doing work by hand. Users assign work by mentioning the AI lead in chat, which coordinates specialists across content, data analysis, compliance, and other domains without requiring users to switch tools or write detailed prompts.
The Neuron
·
6 days ago
● 2 sources
Pazi launched a platform that creates AI teams for functions like DevOps, sales, and SEO, operating continuously within Slack. The system integrates with GitHub, Linear, and Sentry to automate workflows across these tools. Organizations can now delegate routine tasks across multiple departments to AI agents that work around the clock in their existing Slack workspace.
MarkTechPost
·
6 days ago
Google released LiteRT.js, a JavaScript binding that runs .tflite models directly in web browsers by compiling its native on-device inference runtime to WebAssembly. LiteRT.js achieves up to 3x faster performance than other web runtimes and 5–60x speedup over CPU execution when using GPU or NPU backends through WebGPU and WebNN APIs. Web applications can now execute computer vision and audio models locally without server infrastructure, inheriting performance optimizations previously available only on Android, iOS, and desktop platforms.