Skip to main content
Agentic AI Skills

Agentic AI Skills

Table of Contents
Building AI that doesn’t just think — it acts. From enterprise agents at scale to open-source frameworks.

The Agentic Stack
#

I work across the full agentic AI stack, from foundation models to production deployment:

flowchart TB
    subgraph LAYER4["🎨 Presentation Layer"]
        AGUI[AG-UI Protocol]
        A2UI[A2UI Blueprints]
    end
    
    subgraph LAYER3["🤝 Coordination Layer"]
        A2A[A2A Protocol]
        MULTI[Multi-Agent Orchestration]
    end
    
    subgraph LAYER2["🔧 Tools & Data Layer"]
        MCP[MCP Protocol]
        RAG[RAG Systems]
        TOOLS[Tool Integration]
    end
    
    subgraph LAYER1["🧠 Foundation Layer"]
        LLM[Foundation Models]
        EMB[Embeddings]
    end
    
    LAYER4 --> LAYER3
    LAYER3 --> LAYER2
    LAYER2 --> LAYER1

Core Competencies
#

🤖 Agent Development
#

Production Experience: Building enterprise AI agents at Belgium’s largest bank
SkillTools & FrameworksExperience
Agent OrchestrationLangGraph, AWS Bedrock Agents, CrewAIProduction
Tool Use & Function CallingOpenAI, Claude, BedrockProduction
Memory & State ManagementSession stores, vector DBs, compactionProduction
Multi-Agent SystemsA2A protocol, hierarchical agentsAdvanced
Agent EvaluationAgentOps, LangSmith, custom evalsProduction

🔗 Agentic Protocols
#

Deep understanding of the emerging protocol stack:

MCP (Model Context Protocol)

  • Tool and resource standardization
  • Server/client architecture
  • Enterprise security patterns

A2A (Agent-to-Agent)

  • Capability discovery
  • Task delegation and lifecycle
  • Cross-agent coordination

AG-UI / A2UI

  • Declarative UI blueprints
  • Safe agent-to-user interfaces
  • Event-based streaming

🏗️ Agent Infrastructure
#

┌─────────────────────────────────────────────────────────┐
│                  Production Agent Stack                  │
├─────────────────────────────────────────────────────────┤
│  Observability    │ AgentOps, LangSmith, CloudWatch     │
│  Guardrails       │ Bedrock Guardrails, custom filters  │
│  Evaluation       │ LLM-as-judge, automated evals       │
│  Deployment       │ Lambda, ECS, SageMaker endpoints    │
│  State Management │ DynamoDB, Redis, JSONL transcripts  │
│  Vector Storage   │ OpenSearch, Pinecone, pgvector      │
└─────────────────────────────────────────────────────────┘

Framework Proficiency
#

Cloud Platforms
#

AWS Bedrock AWS SageMaker Azure OpenAI Google Vertex AI

Agent Frameworks
#

LangChain LangGraph AWS AgentCore Runtime CrewAI AWS Strands Google ADK AutoGen

Foundation Models
#

Claude OpenAI Gemini Llama Mistral


Real-World Applications
#

Enterprise AI Agents
#

Building agents that handle real banking workflows:

  • Document processing and extraction
  • Customer query routing
  • Compliance checking
  • Internal knowledge retrieval

RAG-Enhanced Agents
#

Combining retrieval with reasoning:

  • Hybrid search (semantic + keyword)
  • Chunking strategies for domain documents
  • Citation and source tracking
  • Incremental index updates

Agentic Evaluation
#

Ensuring agents work reliably:

  • Trajectory evaluation
  • Tool use accuracy
  • Hallucination detection
  • Latency optimization

Open Source Contributions
#

MiniClaw
#

A minimal agent orchestration framework in Python demonstrating core patterns:

  • OpenClaw-style session management
  • Workspace-based memory (SOUL.md, MEMORY.md)
  • Multi-provider support (OpenAI, Anthropic, Ollama)
  • ~2,800 lines of readable, educational code
View Project

Certifications & Training
#

  • AWS Certified Solutions Architect
  • Deep Learning Specialization (Coursera)
  • MLOps specialization (ongoing)

Want to discuss agentic AI? I’m always happy to chat about agent architectures, production challenges, or collaboration opportunities.

There are no articles to list here yet.