Waymo in Singapore
Waymo has launched autonomous vehicle services in Singapore. The company is still in the early stages of deployment, with initial visuals reflecting North American driving conditions. (waymo.com)
Claude Code from Source is a technical deep dive that reverse-engineers a widely used AI coding agent by reading its npm source maps and distilling architecture and design choices into 18 focused chapters. It explains the end-to-end agent architecture (six core abstractions), the async-generator-driven agent loop for streaming and error recovery, a 14-step tool-execution pipeline, and multi-agent orchestration techniques like fork agents and prompt-cache sharing that cut input-token costs by ~95%. It also covers practical systems concerns: file-based memory with an LLM-powered “Sonnet” recall that outperforms keyword/embedding search, four-layer context compression, two-phase skill loading with lifecycle hooks and frozen config snapshots for injection resistance, and UI, connectivity, and startup optimizations (240ms cold start, slot reservation behavior, bitmap prefilters).
The work distills ten concrete architectural patterns - e.g., speculative tool execution, concurrent-safe batching, slot reservation escalation, and prompt-prefix sharing - and provides actionable “Apply This” guidance for engineers and technical leaders. The material was produced by extracting original TypeScript from shipped source maps, then synthesized into narrative pseudocode by an automated multi-agent process; no verbatim proprietary code is reproduced. The presentation targets engineers building agentic systems, architects evaluating designs, and anyone curious about how production AI tools are constructed.
Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.
Waymo has launched autonomous vehicle services in Singapore. The company is still in the early stages of deployment, with initial visuals reflecting North American driving conditions. (waymo.com)
Orbital is an open source project that provides an open source version of the Claude AI model, allowing users to retain ownership of their data and context. It aims to offer an alternative to proprietary AI models with transparency and control. (github.com)
ShapeLearn's full models for Qwen 3.8 27B outperform the Lite versions in quality and speed benchmarks, with all five models on the performance frontier. Using GPU-5, these models achieve up to 99.63% of BF16 scores, with options for faster, smaller models depending on memory constraints. (byteshape.com)
Jev is a new AI model that produces only structured output, making it faster and more consistent than traditional LLMs. Its speed enables real-time applications like playing Doom and opens possibilities for new types of programming tasks. (seangoedecke.com)
Alibaba has launched Qwen 3.8 Omni Flash, an upgraded version of its AI language model. The release aims to enhance AI capabilities and performance. (qwen.ai)
Huawei's Ascend 960 SuperPoD uses NPO technology to connect multiple AI computing nodes, addressing data exchange bottlenecks in large-scale models. It supports up to 4,096 NPU cards and offers significant computing power for next-generation AI infrastructure. (technode.com)
Today's best Hacker News stories, summarized and screenshotted, one email a day.