Skip to content
View JamesIOmete's full-sized avatar
  • CascadiaIO Inc
  • Northwest US
  • 05:29 (UTC -07:00)

Block or report JamesIOmete

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JamesIOmete/README.md

James Ward — Forward Deployed Engineer / Applied AI Builder

I build applied AI and platform tools that turn ambiguous operational problems into working software: LLM-assisted workflows, agentic tooling, infrastructure automation, cloud integrations, and customer-facing technical prototypes.

My background combines senior enterprise architecture, hands-on software delivery, startup CTO work, and modern AI engineering. I’m strongest where AI systems need to connect to real business context: APIs, cloud platforms, identity, infrastructure, telemetry, runbooks, GitHub workflows, and existing enterprise systems.

  • Best fit: Forward Deployed Engineer · Applied AI Engineer · AI Solutions Architect · Senior/Staff Technical Builder
  • Core signal: Applied AI systems, agentic workflows, enterprise integration, CLI tooling, Terraform/IaC automation, cloud deployment patterns, customer-facing prototypes
  • Recent proof: AI Terraform plan reviewer · LLM-generated cloud estate briefings · Terraform scaffold generator · bounded operations agent · Go-based operator CLIs · deployed cloud reference architectures

Flagship Projects

GitHub Action for AI-assisted Terraform plan review. Parses Terraform plan output, identifies IAM, network, destructive-change, and sensitive-output risks, and posts LLM-generated PASS/WARN/BLOCK review comments to pull requests.

Why it matters: Shows applied AI in a real engineering workflow: constrained outputs, risk classification, PR automation, multi-provider LLM support, and practical human-in-the-loop review.

Stack: Python · GitHub Actions · Terraform · Anthropic Claude · OpenAI · Azure OpenAI


LLM-powered briefing workflow that converts multi-cloud inventory artifacts into plain-English estate summaries, anomaly callouts, security observations, drift detection, and recommended next actions.

Why it matters: Demonstrates an FDE-style pattern: ingest messy customer or environment data, convert it into an actionable technical narrative, and produce outputs useful to both engineers and stakeholders.

Stack: Python · Anthropic Claude · OpenAI · GitHub Actions · AWS · Azure · GCP


AI-assisted Terraform scaffolding tool that turns plain-language architecture descriptions into infrastructure code with validation, guardrails, and least-privilege defaults.

Why it matters: Shows practical AI-assisted engineering: constrained generation, safety checks, infrastructure patterns, and a path from natural-language intent to deployable technical artifacts.

Stack: Python · OpenAI · Azure OpenAI · Terraform · GitHub Actions


Autonomous operations agent with watchdog, incident response, and briefing modes. Designed around bounded tool use, structured reasoning logs, explicit write gating, mock mode, runbooks, and escalation paths.

Why it matters: Shows agentic system design with operational safety controls: tool boundaries, auditability, human escalation, and repeatable investigation workflows.

Stack: Python · Anthropic Claude · AWS IoT Core · DynamoDB · CloudWatch · structured JSONL logging


Go-based operator CLI for managing fleet status, telemetry, and event workflows through real AWS API calls.

Why it matters: Shows hands-on CLI development, cloud API integration, and operator-focused tooling — useful patterns for forward-deployed and applied AI deployment environments.

Stack: Go · Cobra · AWS SDK v2 · CLI tooling


End-to-end AWS reference implementation showing X.509 identity, MQTT/TLS ingestion, Lambda processing, DynamoDB storage, CloudWatch monitoring, and alerting — deployed and validated against real AWS infrastructure.

Why it matters: Demonstrates the ability to turn a complex operational domain into a secure, documented, repeatable cloud architecture. Useful as proof of integration depth, deployment judgment, and production-oriented design.

Stack: AWS IoT Core · Lambda · DynamoDB · CloudWatch · IAM · MQTT/TLS · X.509


Additional Projects

Project What it proves Stack
gpu-rack-anomaly-detection-pytorch Applied AI infrastructure demo using a PyTorch autoencoder trained on simulated GPU rack telemetry, with structured anomaly reports for operations handoff Python · PyTorch · ML engineering · telemetry · anomaly detection
k8s-inference-ops Kubernetes deployment-pattern demo for a containerized AI-style inference API with health probes, runtime config, resource limits, smoke testing, and local validation with kind Kubernetes · Docker · Python · kind
multicloud-sa-toolkit Multi-cloud Terraform architecture patterns across AWS, Azure, and GCP, built for repeatability and scale Terraform · GitHub Actions · AWS · Azure · GCP

Current / Next Build

enterprise-ops-mcp

MCP server for AI-assisted enterprise operations. Intended to expose cloud inventory, Terraform plan artifacts, runbooks, architecture notes, and incident context as bounded MCP resources, tools, and prompts.

Planned design:

  • Read-only by default
  • Explicit write gating
  • Tool allowlists
  • Structured audit logs
  • Mock fixtures for safe demos
  • Customer discovery and deployment-risk prompts
  • Human escalation paths

Why it matters: MCP is becoming a practical bridge between AI assistants and real enterprise systems. This project will demonstrate how to expose operational context safely and usefully to AI clients.


Focus Areas

  • Applied AI systems — LLM workflows that connect to real tools, APIs, infrastructure, and operational context
  • Forward-deployed engineering patterns — discovery, prototype, integration, validation, handoff, and repeatable deployment assets
  • Agentic workflows — bounded tool use, structured logs, explicit write gating, escalation controls, and human-in-the-loop design
  • Enterprise integration — APIs, IAM, OAuth/OIDC, SSO, RBAC, Active Directory, cloud platforms, and existing enterprise systems
  • AI-assisted DevOps — Terraform review, estate briefings, infrastructure scaffolding, GitHub Actions, and cloud automation
  • CLI and operator tooling — Go, Python, Bash, cloud SDKs, Docker, and practical workflows for technical users
  • Cloud deployment patterns — AWS, Azure, GCP, Docker-based application delivery, monitoring, and runbooks
  • Customer-facing technical demos — translating complex systems into understandable prototypes, briefings, and architecture narratives

Tech

Area Tools
Languages Python · TypeScript · JavaScript · Go · Bash · HCL · SQL
AI / LLM Anthropic Claude · OpenAI · Azure OpenAI · Ollama · local/offline models · structured outputs · agentic tool use
Agent / MCP Model Context Protocol · MCP servers · bounded tools · tool allowlists · structured audit logs · human escalation
Frontend React · TypeScript · API-driven UI development
Backend FastAPI · Flask · Node.js · REST APIs · JSON
Cloud AWS · Azure · GCP · Docker · Linux · WSL · NVIDIA Jetson / Orin
DevOps / IaC Terraform · GitHub Actions · CI/CD · OIDC · Docker-based deployment
Data PostgreSQL · DynamoDB · CloudWatch Logs Insights · structured logs · cloud inventory artifacts
Security / Integration IAM · OAuth · OIDC · SSO · SAML · RBAC · Active Directory · X.509
Monitoring CloudWatch · health checks · incident workflows · runbooks · operational dashboards
IoT / Edge AWS IoT Core · MQTT/TLS · Device Shadow · AWS IoT Jobs · paho-mqtt · edge-to-cloud telemetry

Open to senior/staff Forward Deployed Engineer, Applied AI Engineer, AI Solutions Architect, and customer-facing technical builder roles — especially where AI systems need to integrate with real enterprise environments.

LinkedIn

Pinned Loading

  1. aws-iot-edge-reference aws-iot-edge-reference Public

    End-to-end AWS IoT reference for cold chain monitoring — X.509 auth, MQTT/TLS, Lambda, DynamoDB, CloudWatch

    HCL

  2. iotctl iotctl Public

    Operator CLI for AWS IoT Core fleets — fleet status, device telemetry, excursion events. Go, AWS SDK v2, Cobra

    Go

  3. iot-ops-agent iot-ops-agent Public

    AI agent for IoT fleet operations — watchdog, incident response, and fleet briefing modes

    Python

  4. multicloud-sa-toolkit multicloud-sa-toolkit Public

    Five production-pattern Terraform use cases across AWS, Azure, and GCP

    HCL

  5. tf-plan-ai-reviewer tf-plan-ai-reviewer Public

    GitHub Action: AI Terraform plan review — PASS/WARN/BLOCK verdict on every PR. Anthropic, OpenAI, Azure

    Python

  6. multicloud-estate-briefing multicloud-estate-briefing Public

    GitHub Action: AI-generated estate briefing from multi-cloud inventory artifacts

    Python