Skip to main content

Blog

Thoughts on software engineering, architecture, and building things.

August 18, 2026

Everything Can Happen Now

In traditional software, if there's no requirement, nothing happens. In an agentic system, if there's no requirement, something happens anyway — and that single inversion rewrites how you design, test, and monitor everything.

AIagentic AIsoftware engineeringLLMOpsobservability

Read more →

March 29, 2026

From Coder to Conductor: The 2026 Skill Stack for the Agent-Driven Engineer

AI Agents are now closing Jira tickets autonomously. The question isn't whether to adapt — it's what you must master to remain the indispensable architect of the system.

careerAIagentssoftware engineeringLLMOpssystem design

Read more →

March 29, 2026

Architecting Agentic Workflows for Automated Issue Resolution: A Cross-Cloud Comparison

Comparing AWS Bedrock, GCP Vertex AI, and Azure OpenAI as platforms for deploying agents that autonomously resolve Jira tickets — from webhook ingestion through code generation and PR creation.

AIagentic AIcloudAWSGCPAzureDevOpsarchitectureRAG

Read more →

March 18, 2026

From Prompt to Action: Building Agentic AI Systems That Work

Agentic AI is more than a chatbot with tools bolted on. Designing systems that reliably plan, act, and recover requires rethinking how we architect software around LLMs.

AIarchitectureagentic AIsoftware engineeringLLMs

Read more →

March 17, 2026

Agentic AI and the Future of Infrastructure: Is DevOps a Safer Bet?

Developers are already feeling the pressure from AI, but what about DevOps and infrastructure engineers? With agents that can provision cloud resources, write Terraform, and manage CI/CD pipelines, is the ops side of the house really safer?

AIDevOpsinfrastructurecareeragentic AI

Read more →

March 16, 2026

Surviving (and Thriving) as a Software Engineer in the AI Era

AI can now write code, review PRs, and generate tests. So what's left for human engineers? More than you think — but only if you evolve.

careerAIsoftware engineeringproductivity

Read more →

March 15, 2026

Building a RAG Pipeline from Scratch

A practical walkthrough of building a Retrieval-Augmented Generation pipeline using LangChain, ChromaDB, and Ollama — no cloud APIs required.

architectureAINode.js

Read more →