cloud native notes

Technology, musings and anything else that comes to mind.

Agentic Enterprise: OCI GenAI Agents Are Secure, Observable, and Scalable (A Step-by-Step Guide)

2026-03-23 post Matt Ferguson
In this post I move beyond a simple RAG agent and build an enterprise-ready architecture that is secure, observable, and scales. This is a step-by-step, code-first deployment of OCI’s Generative AI Agent Service using Terraform, OCI CLI, and Python to build a resilient AI agent. Continue reading

Building a Personal AI Agent: From Packets to Prompts (Step-by-Step)

2025-12-16 post Matt Ferguson
This post walks through how I built a personal knowledge AI agent that answers questions about my professional career, grounded entirely on me (my resume, certifications, interviews, blog posts). Along the way, I’ll trace the path of a prompt from user input to AI response, just like I used to trace packets through a network stack. Continue reading