Week in Review: AI, SRE & Observability — March 2–8, 2026

This was a week where the AI race got tangibly closer to your desktop, the Kubernetes ecosystem said goodbye to an old friend, and the observability world kept tightening its grip around OpenTelemetry as the universal standard. If you only have five minutes, the headlines are: GPT-5.4 can now operate your computer better than most humans, Ingress NGINX is officially done, and Google Cloud now speaks fluent OTLP. AI & Machine Learning OpenAI releases GPT-5.4 with native computer use — and it beats human performance. OpenAI’s latest frontier model isn’t just another benchmark bump. GPT-5.4 is the first general-purpose model to ship with production-ready computer use capabilities, scoring 75.0% on OSWorld-Verified desktop tasks — above the 72.4% human expert baseline. It supports up to 1M tokens of context, brings a new “reasoning plan preview” that lets users steer the model mid-thought, and introduces tool search for navigating large ecosystems of APIs and connectors. Available in ChatGPT (as GPT-5.4 Thinking), Codex, and the API. The agentic future just got a lot more concrete. Source: OpenAI ...

March 8, 2026 · Aditya Konarde

Look ma, I made an AI Frankenstein

The bottleneck in AI-assisted coding isn’t the models—it’s the interface. After months of experimenting with various AI-powered development tools, I’ve landed on a voice-first, multi-agent setup that removes the friction between thought and code. For context, my primary role is an Engineering Manager. I don’t write production code at work, but I build apps on the side and experiment with new AI tooling. The challenge: typing instructions slows down iteration, especially when exploring ideas or debugging complex problems. ...

January 5, 2026 · Aditya Konarde

My Multi-LLM Development Workflow: Leveraging Different AI Models

After I switched to engineering management, I realized that I missed coding. With my new job, I spend more time on github, and innovation is very much encouraged at the company. As such, I’ve been fiddling around with LLM’s to see what works (and not). As I explore various models and learn more, I’ve developed a workflow that leverages multiple LLMs, each chosen for its specific strengths. Here’s how I use various AI models to boost my development productivity. ...

November 1, 2025 · Aditya Konarde