Senior Consultant at Slalom | Data Engineering + Agentic AI | Oil & Gas Domain
I build data pipelines and agentic AI systems β from production Medallion architectures to multi-agent crews that reason across real-world domain data. My portfolio spans the full spectrum from scripted pipelines to autonomous tool-calling agents, with a focus on the oil & gas domain where AI meets decades of engineering expertise.
| Repo | Category | Pattern | Novel Aspect |
|---|---|---|---|
| sales-intelligence-pipeline | Data Engineering | Pipeline | Built entirely via Claude Code β no manual code written |
| ecommerce-pipeline | Data Engineering | Pipeline | 6-phase production stack β streaming, DLT, NL querying, scheduled jobs |
| iceberg-lakehouse-comparison | Data Engineering | Comparison | Same pipeline built twice β Delta Lake vs Apache Iceberg side-by-side |
| data-incident-agent | Agentic AI | Prompt-based | Monitoring only β never acts, reports and escalates with reasoning |
| pricing-decision-agent | Agentic AI | Prompt-based | Confidence-gated autonomy β HIGH acts instantly, MEDIUM/LOW defers to human |
| customer-behavior-crew | Agentic AI | Prompt-based crew | LLM-driven routing via agent registry β extensible by addition |
| drilling-npt-agent | Agentic AI + O&G | Prompt-based | 20 years of drilling expertise encoded in prompts β not hardcoded rules |
| offset-well-intelligence-crew | Agentic AI + O&G | Prompt-based crew | Real Equinor Volve data β cross-parameter formation evaluation reasoning |
| tool-calling-dq-agent | Agentic AI | True tool-calling | Claude writes its own SQL and drives the investigation loop autonomously |
| volve-drilling-advisor | Agentic AI + O&G | Constrained tool-calling | Cross-project β offset well formation intelligence feeds live drilling advisory |
| volve-drilling-advisor-strands | Agentic AI + O&G | Strands SDK | Same advisor rebuilt on AWS Strands β @tool decorator replaces ~200 lines of agent infrastructure |
Prompt-based Constrained True tool-calling Strands SDK
(prior agents) tool-calling (tool-calling-dq-agent) (volve-drilling-advisor-strands)
| (volve-drilling-advisor) | |
Your code decides Claude decides Claude decides Claude decides
the sequence which tool + args which tool + args which tool + args
Queries pre-written AND writes its own SQL Framework handles
all infrastructure
Four projects apply agentic AI to oil & gas β a domain where the reasoning inside the prompts is the moat, not the architecture:
- drilling-npt-agent β detects stuck pipe, washout, bit balling, twist-off from live sensor streams using cross-parameter reasoning
- offset-well-intelligence-crew β correlates formation tops, assesses reservoir quality, and forecasts drillability from real Volve field well logs
- volve-drilling-advisor β delivers real-time drilling advisories by combining live F-15 drilling parameters with formation intelligence from offset well Silver tables
- volve-drilling-advisor-strands β same advisor rebuilt on AWS Strands SDK β demonstrates how an agentic framework eliminates boilerplate without touching domain logic