TLDRocket
Sign in

Tools & Coding

677 summarised stories in Tools & Coding, each linking back to the original source. Browse all topics →

Thursday, 16 July 2026

Firefox in WebAssembly

Simon Willison 4 days ago

Puter compiled Firefox to WebAssembly, enabling the browser to run inside another browser like Chrome. The project cost approximately $25,000 in Claude Opus and Fable API tokens and routes all traffic through WebSockets via Puter's servers to work around browser network restrictions. This allows Firefox to function as a fully nested application while maintaining end-to-end encryption for HTTPS traffic.

Build enterprise search for agents with Amazon Bedrock Managed Knowledge Base

AWS Machine Learning 5 days ago 4 sources

Amazon Bedrock launched Managed Knowledge Base in general availability, a fully managed service that handles enterprise data ingestion, vector storage, and retrieval for AI agents without requiring manual infrastructure setup. The service supports six native connectors (S3, SharePoint, Confluence, Google Drive, OneDrive, and Web Crawler), processes documents up to 500 MB for PDFs and 10 GB for video, and can be set up with three API calls instead of weeks of manual pipeline construction. Organizations can now deploy production-grade retrieval-augmented generation applications with built-in access controls, multi-hop reasoning through agentic retrieval, and automatic scaling from gigabytes to terabytes.

Linus Torvalds to critics of AI coding in Linux: "Fork it. Or just walk away."

Ars Technica 5 days ago 2 sources

Linus Torvalds stated that Linux will permit AI-powered coding tools and told critics to fork the project or leave if they oppose their use. Sashiko, an AI code review system, identified 53.6 percent of bugs found by human reviewers in tests but generated false positive reports at an estimated 20 percent rate. This position establishes that Linux kernel development will continue integrating AI tools despite opposition from some contributors.

GoDaddy opened its registrar to AI agents. Then it had to build guardrails.

The New Stack 5 days ago

GoDaddy launched a developer platform that lets AI agents and developers manage domains through APIs and code instead of a web dashboard, integrating domain registration and configuration into CI/CD workflows. The platform uses a quote-then-execute model with short-lived tokens for purchases, idempotency keys to prevent duplicate charges, and consent objects requiring human approval for any registration initiated by automated agents. Domain management becomes a programmable infrastructure component, allowing teams to complete the entire domain lifecycle from search to configuration in minutes without leaving their development environment.

The AI context gap: Enterprise AI organizations have a trust problem, not a retrieval problem — and most are still building the fix

VentureBeat AI 5 days ago 4 sources

Enterprise AI organizations struggle with a context gap where AI agents produce confident but incorrect answers due to missing or inconsistent business context, with 57% of surveyed enterprises reporting this problem in the past six months. Retrieval-augmented generation is the primary context source (38%), and provider-native tools like OpenAI's file search (40%) and Google's Vertex AI Search (38%) already lead dedicated vector databases, with enterprises expecting hybrid retrieval to dominate by end of 2026 (34%). Most enterprises are building governed semantic layers to fix context reliability issues, but 75% have not yet deployed them in production, indicating the infrastructure to prevent these failures is still under construction.

Why smarter AI caching sometimes makes everything slower

The New Stack 5 days ago

An engineering team initially used Redis for exact-match caching in their AI RAG pipeline, which worked well until semantic variation in user queries caused cache misses and redundant storage. They switched to vector database caching to match semantically similar queries, but found it introduced unpredictable latency spikes, false-positive matches, and higher operational complexity that sometimes made performance worse than Redis. The key lesson was that Redis and vector databases solve different caching problems and shouldn't be treated as interchangeable technologies.

Towards a Harness That Can Do Anything

TLDR Dev 5 days ago 2 sources

A developer describes Ambiance, a framework for deploying large language models as autonomous agents by designing a harness inspired by Unix/Linux architecture principles. The system uses a virtual filesystem hierarchy, event-driven kernel, and multiple LLM instances (root, pai, librarian) communicating via an event bus to reduce token overhead and improve agent reliability. The framework is available for testing at whitematterlabs.ai and emphasizes leveraging the LLM's existing knowledge of filesystems, text streams, and modular tools rather than teaching it novel interfaces.

Boop Agent

TLDR Dev 5 days ago

Boop is an open-source iMessage-based personal agent template that runs on Claude or ChatGPT subscriptions, using the Claude Agent SDK or Codex runtime without requiring separate API keys. The system connects to 1000+ integrations through Composio (Gmail, Slack, GitHub, etc.), manages tiered memory with daily consolidation, dispatches tasks to specialized sub-agents, and includes a debug dashboard with timeline, automation, and memory visualization. Users can text natural language requests and receive responses with full context, plus optional local browser automation and Apple data access, though the creator explicitly states it is not optimized for cost or security and should be reviewed before personal use.

Capn-Hook

TLDR Dev 5 days ago

Capn-Hook is a persistent memory system for coding agents that saves discovered file locations and codebase structure between sessions, reducing token usage by 77% on repeated questions across 60 real developer queries on five production codebases. The tool uses file fingerprinting to automatically invalidate saved answers when underlying files change, integrating with Claude Code and Codex through session hooks that let agents ask before searching and chart answers after discovery. This reduces repeated exploration costs from minutes to seconds while maintaining correctness across all test cases.

Designing APIs for Agents

TLDR Dev 5 days ago

API design should prioritize explicit field names, comprehensive documentation, and informative error messages when the primary consumer is AI agents rather than humans, since agents can process large amounts of documentation instantly but struggle with ambiguous naming and vague errors. Freestyle VMs reduced their SDK complexity by removing abstraction layers and allowing agents to read guides and write their own code, resulting in clearer API calls using basic exec commands instead of bespoke packages. APIs designed for agents should eliminate defaults, accept all field values explicitly, and provide precise errors as learning opportunities, shifting from hiding complexity to exposing facts clearly.

A primer on self-improving agent harnesses

TLDR Dev 5 days ago 2 sources

AI frameworks like Self-Harness and HarnessX enable agents to automatically analyze and optimize their own runtime scaffolding—the execution logic connecting models to tools—rather than requiring manual updates by developers. Self-Harness improved MiniMax M2.5's pass rate from 40.5% to 61.9% on Terminal-Bench-2.0, while HarnessX with model co-evolution achieved a 14.5% gain from harness evolution alone plus an additional 4.7% boost on benchmarks like ALFWorld and SWE-bench Verified. This shift moves AI development from manual prompt engineering toward building trace-logging infrastructure and evaluation systems that allow agents to self-improve without retraining base models.

Why we stopped using SDKs

TLDR 5 days ago

A company determined that SDK integration requires similar effort to direct HTTP API calls, shifting the economics of SDK development. The cost of maintaining SDKs now exceeds the benefit when developers can accomplish the same task by calling APIs directly. Companies are moving toward creating agent skills that instruct AI systems how to use their APIs instead of distributing traditional SDKs.

Grok Build is now open source for customizable coding agent development

The Neuron 5 days ago 4 sources

xAI released Grok Build as open source, enabling developers to view and modify the coding agent framework and command-line interface. The move removes the previous black-box approach to the build loop, giving developers direct access to customize how the agent operates. Developers can now inspect the underlying system rather than relying solely on xAI's proprietary implementation.

OpenAI released Codex Micro, a $230 keyboard for steering AI coding agents

The Neuron 5 days ago 3 sources

OpenAI released a specialized keyboard called Codex Micro designed for controlling AI coding agents, with features including programmable command keys, status lights, a joystick, and a dial for adjusting reasoning effort. The keyboard costs $230 and was developed in collaboration with Work Louder. Users can now use hardware controls instead of traditional interfaces to direct and fine-tune how coding agents behave and respond.

Claude can now use your 1Password credentials for you

The Verge 5 days ago 2 sources

1Password has launched a browser integration that lets Claude access stored login credentials to complete tasks like booking travel and managing accounts on users' behalf. The integration uses a "zero-exposure security framework" that injects credentials only when needed without exposing them to Anthropic's AI models. Users can now authorize Claude to perform multi-step account management tasks without manually entering passwords each time.

A New Generation Studies AI, Apple's Recipe for On-Device Models, GLM5.2 Tackles Open-Ended Problems

The Batch 3 sources

Z.ai released GLM-5.2, an open-weights language model optimized for autonomous coding tasks that ranks first among open models on multiple benchmarks. The model processes up to 1 million tokens of input context with 753 billion total parameters, and costs $1.40 per million input tokens through the API. U.S. universities have established at least 1,000 AI programs across 584 colleges, including 78 majors and 103 minors as of April, up from just five schools offering AI majors in 2021.

Patter SDK Guide to Building a Restaurant Booking Phone Agent with Dynamic Variables, Guardrails, Latency Dashboards, and Eval Checks

MarkTechPost 5 days ago

A tutorial demonstrates how to build a voice-agent phone assistant for restaurant bookings using the Patter SDK, covering tool registration, output guardrails, speech simulation, latency tracking, and evaluation checks. The agent handles booking requests by parsing party size, date, and time slot from caller input, manages state across conversation turns, and applies safety guardrails to redact PII, filter profanity, and block off-topic requests. The tutorial shows how to integrate agent logic, tool use, safety checks, and call simulation into a single structured voice-agent pipeline without requiring live telephony credentials.

SpaceXAI Open-Sources Grok Build: The Rust Agent Harness, TUI, and Tool Layer Behind Its Coding CLI

MarkTechPost 5 days ago 4 sources

SpaceXAI open-sourced Grok Build, its terminal-based AI coding agent, under the Apache 2.0 license on GitHub today, providing the agent harness, TUI, tool layer, and extension system for local or remote code editing and task management. The release includes multiple Rust crates covering the agent loop, terminal UI, file tools, and workspace integration, with configuration-based model selection supporting any inference endpoint. Developers can now audit the agent code before use, fork it for internal deployment, run it fully offline with local models, or integrate it into CI pipelines through headless mode.

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads 60+ sources, removes duplicate coverage, and summarises the day in two minutes. Free, no spam, unsubscribe anytime.