Hands-On with Azure Local via the Azure Portal
(Mon, 02 Mar 2026)
Steps to Create a Virtual Machine on Azure Local Using the Azure Portal
1. Definition of Keywords
LocalBox
LocalBox is an Azure Local lab environment created by Microsoft’s Azure Jumpstart team. You do not need
to buy hardware such as Dell AX nodes or other vendors' nodes for practice.
Where does LocalBox run?
1.1 On a user's Azure subscription:
This creates a large VM (32 vCPU or 16 vCPU depending on the template). LocalBox runs inside the created VM.
>> Read More
Agentic AI: An Architecture Blueprint for Intelligent Clients
(Mon, 02 Mar 2026)
This article outlines an agentic AI architecture for Android clients, where on-device agents perceive context, reason over user goals, and coordinate with cloud services. It details patterns for
secure orchestration, offline resilience, and explainable decisions, enabling intelligent Android apps that can adapt, personalize, and act autonomously while preserving user trust.
Why Agentic AI on Android?
Most Android apps today are still “screen and API” applications: they render views, call REST endpoints, and wait for the backend to decide everything important. Even when we bolt on AI—say, a
chatbot or autocomplete — it’s usually a single LLM call hidden behind a button.
>> Read More
Code Rewriting With AI and TDD
(Mon, 02 Mar 2026)
This is a report on how we used an AI editor, CursorAI, to rewrite a project. We will describe the context and explain how we leveraged existing tests to develop a new version of the tool we were
using.
This is not a simple success story. We'll try to explain our approach and the pitfalls we experienced, along with the different cases of hallucinations we encountered, and how our salvation is
the attention we have and the reliance on our tests. We hope to give you an example of how rewriting code using AI can take place. It is also a reflection on how we can leverage old code and
tests to ensure this success.
>> Read More
Mastering the AWS Well-Architected AI Stack: A Deep Dive into ML, GenAI, and Sustainability Lenses
(Fri, 27 Feb 2026)
As Artificial Intelligence (AI) shifts from experimental prototypes to mission-critical production systems,
the complexity of managing these workloads has grown exponentially. Organizations no longer just need models that work; they need systems that are secure, cost-effective, reliable, and
sustainable.
To address this, AWS has expanded its Well-Architected Framework with specialized "Lenses." For technical architects and lead engineers, three lenses are now critical: the Machine
Learning (ML) Lens, the Generative AI Lens, and the Sustainability Lens.
>> Read More
DevOps Cafe Ep 79 - Guests: Joseph Jacks and Ben Kehoe
(Mon, 13 Aug 2018)
Triggered by Google Next 2018, John and Damon chat with Joseph Jacks (stealth startup) and Ben Kehoe (iRobot) about their public disagreements — and agreements — about Kubernetes and
Serverless.
>> Read More
DevOps Cafe Ep 78 - Guest: J. Paul Reed
(Mon, 23 Jul 2018)
John and Damon chat with J.Paul Reed (Release Engineering Approaches) about the field of Systems Safety and Human Factors that studies why accidents happen and how to minimize the occurrence and
impact.
Show notes at http://devopscafe.org
>> Read More
DevOps Cafe Ep. 77 - Damon interviews John
(Wed, 20 Jun 2018)
A new season of DevOps Cafe is here. The topic of this episode is "DevSecOps." Damon interviews John about what this term means, why it matters now, and the overall state of security.
Show notes at http://devopscafe.org
>> Read More