Posts

Google Maps Presents: Traffic Trauma Live

Image
Cartoon co-created with Copilot. See more of my AI co-creations Google Maps officially rolled out AI-powered audio notifications for accident-prone areas (Sample: "Accident prone area for the next 500 meters") and proactive congestion alerts  ("Congestion 1km ahead. You're on the best route") in India in November, 2025. While basic traffic alerts have been around for years, this specific update introduced "Accident-Prone Area Alerts" and "Proactive Traffic Alerts" as part of a major integration of Gemini AI into the app. Maps also displays official speed limits beside the in-app speedometer. India was a pioneer market for these specific AI-driven safety features. The proactive and accident-specific audio notifications were part of a specialized " India-First " push. What was "India-First"? Accident-Prone Area Alerts: This feature was developed specifically for the Indian road context. Google collaborated directly with loca...

This Week I Learned - Week 16 2026

This Week I Learned -  * From The Batch - - Alignment training teaches LLMs to behave like assistants, but it tethers them to that behavior only loosely. Beyond alignment training, system prompts act as behavioral guardrails, but motivated users can bypass them.  - The lengths of tasks completed autonomously by AI agents have doubled roughly every seven months, according to METR, an independent testing organization - LLMs' knowledge is still relatively limited with respect to infrastructure and the complex tradeoffs good engineers must make...finding infrastructure bugs — say, a subtle network misconfiguration — can be incredibly difficult and requires deep engineering expertise.  - Research involves thinking through new ideas, formulating hypotheses, running experiments, interpreting them to potentially modify the hypotheses, and iterating until we reach conclusions. Coding agents can speed up the pace at which we can write research code. - Meta has pivoted from its ope...

A Guide to Spec-Driven Development: Plan, Implement, and Validate

Image
The DeepLearning.AI short course on  Spec-Driven Development with Coding Agents  introduces a professional paradigm shift in how we build applications using agentic coding assistance.  Rather than "vibe coding"—where developers rely on quick, high-level prompts that often lead to technical debt—SDD brings engineering rigour back to the process.  Agent is the muscle, but the SPEC is the brain - In this workflow, the human takes on the role of a senior architect, providing the "blueprints" (specifications), while the AI agent acts as the "muscle" to implement those designs.   The 1 Hour 20 Minute video course has 15 short lessons - Introduction - 4 mins Why spec−driven development? - 4 mins Workflow overview - 3 mins Set up your environment - 5 mins Setup - 1 min Creating the constitution - 10 mins Feature specification - 3 mins Feature implementation - 1 min Feature validation -...