Operations | Monitoring | ITSM | DevOps | Cloud

AI, Anxiety & 400 Open Windows: GEOFF WRIGHT RETURNS

Geoff Wright returns to unpack the messy reality of work in the AI era. From having 400 windows open and feeling less productive, to explaining why AI should fuel curiosity rather than replace human judgment, Geoff brings his usual mix of optimism, humor, and hard-earned perspective. The conversation explores prompt engineering, digital overwhelm, enterprise adoption, and why “being human first” matters more than ever. It is a wide-ranging, thoughtful discussion on anxiety, complexity, and the promise of AI, with a surprisingly funny detour into why the robots might eventually just leave Earth for Pluto.

Multi-Agent AI SRE Has Landed and Its Built for Your Most Complex Stacks

Once upon a time, a monolith running on a handful of servers meant that incident management, even at 2:17 AM, was something a single generalist could handle. One person with enough context across the stack could reasonably diagnose whether the database was choking, a config had changed, or a server was running hot. They’d fix it and go back to sleep.

Stop Vibe Coding Everything: The Case for Spec-Driven Dev

Spec-driven development with AI coding agents could change how you build software. In this GitKon 2025 talk, Erik Hanchett, Senior Developer Advocate at AWS, breaks down why AI coding assistants perform dramatically better when they start with structured specifications instead of raw prompts. If you've been vibe coding your way through complex features and wondering why your AI keeps going off the rails, this is the video for you.

Nano Banana 2 API in Production: Real Use Cases and Why APIPASS Makes It Accessible

That first question is not which of the models in Google's Nano Banana model family looks better on a benchmark, but instead, which should you actually ship with? Nano Banana Pro has always had the luxury edge: higher reasoning, maximal photorealism, studio-grade fidelity. Nano Banana 2, based on Gemini 3.1 Flash Image, came with an entirely different promise - the Pro-world knowledge and output quality to Flash-speed infrastructure at penny-pinch levels of pricing.

FastAPI Testing: Mock LLM APIs for Free

Testing a FastAPI app that calls OpenAI, Anthropic, or Gemini gets expensive fast. The problem is not just the API bill in production. It is all the repeated traffic in development: prompt tweaks, CI runs, regression checks, and the load tests you keep putting off because every run burns tokens. Hand-written mocks do not help much once the app is doing multi-step LLM work.

Observability Lessons From OpenAI

Writing code is moving from the good old IDE into the realm of autonomous AI agents. One example of this is OpenAI, which has been developing internally with 0 lines of manually written code. You can read about their workflow in their engineering blog: Harness engineering: leveraging Codex in an agent-first world. For me, the main takeaway of OpenAI’s article is how AI has rewritten the constraints equation.

70% to 90% of AI Projects FAIL. Here's Why.

Why are so many modern AI initiatives falling short of their ROI? In this episode of iOPEX, Malcolm Lett (Technical Lead) breaks down the critical mistakes companies make when implementing AI and how to choose the right tools for real success. Most organizations treat Generative AI as a "one-size-fits-all" solution, but it’s only one piece of the puzzle. Malcolm explores the four essential domains you need to balance to build a winning strategy.

How Vibe Coding A Self-Help App Made Me An AI Believer

For longer than I’m proud of, I was an AI skeptic. Then, over the holidays, I vibe coded an app whose sole purpose was to make me a better person. The app is a motivator. It’s programmed to send me timely reminders along certain themes, like reading every day, making healthy eating choices, and giving myself plenty of time to plan for anniversaries and birthdays.

NVIDIA's Jensen Huang just described your next big cost problem

On March 18, Jensen Huang took the stage at NVIDIA’s GTC conference in San Jose for a keynote that ran well over two hours — covering everything from CUDA’s 20-year history to humanoid robots that may one day wander Disneyland. But buried inside the spectacle was a remarkably clear-eyed articulation of the economic forces now bearing down on every enterprise that builds on cloud infrastructure.

Annotate traces to improve LLM quality with Datadog LLM Observability

LLM applications rarely crash. They degrade quietly. Once these applications are shipped to production, subtle quality failures become harder to catch with traditional signals. Tone shifts, hallucinated details, off-topic responses, and incomplete reasoning can emerge while latency and token usage look stable.