artificial-intelligence.
72 writings found
Page 4
AI as an Organizational Multiplier: Why Your Company's Experience Will Be Wildly Different
AI amplifies what you already do, for better or worse. From agentic patterns to security constraints, here's what actually matters in production.
Teaching AI to Navigate Maps: Why Path Tracing Matters More Than You Think
Google's MapTrace tackles a fundamental gap in multimodal AI: teaching models to trace valid paths on maps through synthetic data generation.
Teaching AI to Read Maps: Why Your GPS Assistant Still Gets Lost
Google's MapTrace tackles a fundamental gap in multimodal AI: teaching models to actually navigate maps instead of just recognizing them.
Teaching AI to Read Maps: Google's MapTrace Pipeline
Google's synthetic data approach teaches language models spatial reasoning through 2M generated map paths, revealing a fundamental gap in AI capabilities.
I Built a Mac Presentation App in 45 Minutes Using AI Coding Agents
Vibe coding a native macOS presentation tool with Claude Code: what it means for engineers who want to expand beyond their comfort zones
Teaching AI to Actually Navigate Maps: Why Path Tracing Is Harder Than It Looks
Google's MapTrace shows how synthetic data generation can teach multimodal LLMs spatial reasoning they never learned from internet scraping.
The Map That Became the Territory: AI, Specifications, and What We Mean When We Say 'I Built This'
On AI agents, observability, bespoke software, and the uncomfortable question of who actually built what when LLMs generate our code.
Agentic Engineering: The Professional's Approach to AI-Assisted Development
Simon Willison's new project documents coding patterns for the emerging discipline where professional engineers use AI agents that generate, execute, and iterate on code.
Teaching AI to Navigate: Why Path Tracing on Maps Is Harder Than It Looks
Google's MapTrace reveals a surprising gap in AI capabilities: multimodal models can recognize images but struggle with basic spatial navigation on maps.
Teaching AI to Navigate Maps Like Humans Do
Google's MapTrace shows how synthetic data generation can teach multimodal models spatial reasoning they never learned from training data alone.
The Governor Is Gone: AI, Cognitive Limits, and the Mess We're Making
AI removed the natural ceiling on how much we can produce. Now the only limit is cognitive endurance, and most of us are blowing past it.
Just-in-Time Tests: How Meta Is Rethinking Software Testing for the Agentic Era
Meta's JiTTests use LLMs to auto-generate bespoke tests per code change, killing false positives and test maintenance overhead in agentic dev workflows.
Teaching AI to Navigate Maps Like Humans Do
Google's MapTrace tackles a fundamental gap in multimodal models: teaching AI to trace valid paths on maps through synthetic data generation.
Teaching AI Models to Actually Read Maps: Google's MapTrace Pipeline
Google researchers built a synthetic data pipeline to teach multimodal LLMs spatial reasoning. Turns out, tracing paths on maps is surprisingly hard for AI.
Just-in-Time Tests: When AI Writes Your Tests Right Before Deployment
Meta's Catching JiTTests use LLMs to auto-generate tests on-demand, targeting regressions without maintenance overhead. A radical shift in testing philosophy.