Systems Thinking & Architectural Vision
Evidence
- Multiple full-stack ecosystems spanning 15+ repositories across web, mobile, desktop, API, database, and infrastructure layers — all deploying to the same AWS account with disciplined isolation.
- Domain Completeness Framework with machine-readable manifest and automated audit script to enforce vertical slices through every layer.
- Three-tier PostgreSQL schema design (api_v1 → private_logic → data) — a pattern born from watching systems degrade when applications reach directly into storage layers.
Why It Survives
An agent can write a component or a function. It cannot decide that domain objects need a complete vertical slice through every layer of the stack, then design a framework to enforce it. That's architectural vision — the ability to see the whole system and define what "done" means across it.
Engineering Management & Team Cultivation
Evidence
- Current role: "Help cultivate growth of engineers and determine what an engineer looks like in the age of AI assistance."
- Documentation hierarchy (AGENTS.md → CLAUDE.md → .cursor/rules → copilot-instructions) — building systems that make other developers and agents more effective.
Why It Survives
This is a leadership problem, not a coding problem. What should a junior engineer learn? How do you evaluate work when the agent wrote the code? What does "senior" mean when everyone has a tireless coding assistant? The industry needs people who can answer these questions.
Domain Expertise That Takes Decades
Evidence
- Geospatial systems — USTRANSCOM's GLS, Esri/Mapbox, logistics visualization. Geospatial prototyping in vanilla JavaScript before frameworks existed.
- Defense logistics — Scheduling and tracking movement of troops and equipment for joint US and allied forces. JALIS system supporting classified missions.
- Aviation SaaS — Boeing Digital Airline Solutions: full SaaS platform for parts service and inventory with dynamic data service layers.
- Data engineering — Heavy data feeds, transformations, pipelines, and visualizations across every role.
Why It Survives
An agent doesn't know that a Tanker Air Refueling platform needs to show air bases, refueling missions, and units needing refueling. Domain knowledge is the context that turns generic code into working software. 25 years of contexts that no model was trained on.
Quality Philosophy & Engineering Standards
Evidence
- "No silent failures. No fake responses. No swallowed exceptions."
- Every NEVER/ALWAYS rule maps to a real production incident or debugging nightmare.
- Every except block must re-raise, raise new, or log with context.
Why It Survives
Agents are prolific producers of plausible code that silently fails. They'll catch exceptions and return empty defaults. They'll skip auth checks for convenience. Quality standards are the guardrails that keep agent output production-grade. The person who defines and enforces these standards is more valuable than the person who writes the code.
Infrastructure & DevOps Fluency
Evidence
- Multi-stage Docker builds with layer caching optimization.
- Docker Compose variants (prod vs dev with hot-reload and volume mounts).
- AWS CodeBuild → ECR → ECS/Fargate deployment pipeline.
- OpenTofu (not Terraform) infrastructure-as-code.
- Step Functions orchestrating ECS Fargate agent workers.
- GitHub Actions CI with full quality gate pipeline.
- Multi-workspace AWS isolation with state separation.
Why It Survives
Someone needs to decide how code gets deployed, design the container strategy, configure the CI pipeline, and ensure workspaces don't stomp on each other's resources. The AWS Agent Workers architecture (Step Functions → ECS Fargate → S3) is a production system that runs AI agents at scale.
AI-Native Development Methodology
Evidence
- 4-tier AI documentation hierarchy across every project.
- Database-driven agent architecture (agents, instructions, tools, teams all in PostgreSQL).
- AgentFactory pattern for composable agent creation.
- 28+ registered agents across multiple API platforms.
- RTK (Rust Token Killer) — a token-optimized CLI proxy for agent interactions.
- Multi-LLM provider support (Groq, OpenAI, Anthropic, Google, DeepSeek).
Why It Survives
Most people use agents. This is architecting systems of agents. Database-driven, composable, testable artifacts — not ad-hoc prompts. Each agent is a vocabulary word; the value is in the composition.
Taste & Design Sensibility
Evidence
- OKLch color space usage (perceptually uniform — not just grabbing hex codes).
- Accessibility-conscious contrast ratio annotations in CSS comments.
- Interactive Mapbox-based career timeline (not a boring list).
- Framer Motion animations with multiple overlay/size variants.
- Component variants via CVA (class-variance-authority).
- Storybook served in production as living documentation.
Why It Survives
An agent can generate a component that works. Making it feel right — choosing the right animation curve, the right contrast ratio, the right interaction pattern — requires taste. Presenting a career as an interactive map communicates identity, not just information.
Process & Methodology Maturity
Evidence
- Early Scrum adopter, certified SAFe Scrum Master.
- Fixture-driven development with co-located mock data.
- Three-level testing strategy (unit → interaction → visual regression).
- Local verification mandatory before any push.
- Pre-commit hooks (Husky + lint-staged) — and explicit rules to never skip them.
Why It Survives
Process is the multiplier. Good process means agents produce better output (guardrails catch mistakes), developers onboard faster (patterns are documented), and the system stays healthy over time (quality gates are automated, not manual).
| Skill | Why It Survives Agents |
|---|---|
| Systems thinking | Agents optimize locally; someone must design globally |
| Engineering leadership | Defining what "engineer" means in the AI age |
| Domain expertise | 25 years of contexts no model was trained on |
| Quality philosophy | The guardrails that keep agent output production-grade |
| Infrastructure & DevOps | Someone builds the platform agents run on |
| AI-native architecture | Not using agents — designing systems of agents |
| Taste & design | The difference between works and feels right |
| Process maturity | The multiplier that makes everything else sustainable |
The Meta-Skill
Not threatened by agents — the person who makes agents useful. Define the architecture, set the standards, provide the domain context, build the infrastructure, and enforce the quality that turns raw agent output into production software. That's not a skill that gets automated away. It's the skill that makes automation work.
What architect-level engineers, industry analysts, and thought leaders are saying in 2025-2026 about the skills that survive automation.
“AI is creating more demand for engineers, not less — but for a different kind of engineer. 80% of the engineering workforce will need to upskill through 2027.”
Alignment
Already operating in this mode. Engineering management role is explicitly about "what an engineer looks like in the age of AI assistance." Not upskilling — defining the skill.
“Agentic engineering disproportionately benefits senior engineers who have deep fundamentals in system design, security patterns, and performance tradeoffs.”
Alignment
AWS Agent Workers pipeline (Step Functions → ECS Fargate → S3) is literally an orchestration system for multiple AI agents. Already past "conductor" into "orchestrator."
“AI accelerates development, but only when embedded within teams that already possess strong senior engineering expertise. Without that foundation, AI doesn't remove risk — it multiplies it.”
Alignment
25 years and 40+ systems is the foundation they're describing. The NEVER/ALWAYS rules are distilled experience that prevents AI from multiplying risk.
“Things haven't shifted this rapidly in 50+ years. The ironic challenge: stopping AI agents from deleting tests to make them pass.”
Alignment
Three-level testing strategy, mandatory local verification, and pre-commit hooks that agents are explicitly forbidden from skipping.
“Why would tech companies hire groups of engineers to 'be the hands' of senior engineers when they can rent instances of Claude Opus for a fraction of the price?”
Alignment
Not just supervising agents — building agent infrastructure, defining architectures, and creating the systems that make agents deployable at scale. Someone still needs to build the platform.
| Industry Recommendation | Current State |
|---|---|
| “Learn to guide AI agents” | Architecting multi-agent systems with database-driven composition |
| “Develop system design skills” | Domain Completeness Framework with automated audit tooling |
| “Build cross-functional communication” | Defining engineering culture and mentoring teams through the AI transition |
| “Invest in cloud-native architecture” | Running AI agents on production AWS infrastructure (ECS, Step Functions) |
| “Learn prompt engineering” | Past prompts — structured agent instructions stored in PostgreSQL |
| “Focus on testing AI output” | 3-tier testing, mandatory local verification, and hooks agents can't skip |
Thought Leadership & Public Writing
The real expertise — building agent infrastructure, defining engineering culture in the AI age, database-driven agent composition — is far more scarce and valuable as public content than React architecture articles.
The "What Is an Engineer Now?" Question
Frameworks for evaluating AI-assisted work, career ladders that account for agent leverage, onboarding paths for juniors in an agent-first world. Thought leadership territory that maps directly to current role.
Agent Reliability & Governance
Quality philosophy and NEVER rules are governance primitives. Formalizing them into a repeatable framework — something teachable to other organizations — could be high-impact.
Cross-Domain Pattern Recognition
Recognizing that a tanker refueling platform and a parts inventory system share deep structural patterns is a human insight. The patterns that recur across domains are more valuable when articulated explicitly.
The industry is converging on a message: the value of a senior engineer is shifting from “writes great code” to “ensures great systems.” Architecture, standards, domain knowledge, infrastructure, team cultivation, and taste are the durable skills.
This codebase doesn't just demonstrate these skills — it demonstrates them at the next level. Most engineers are still learning to use agents effectively. This is building the platforms, architectures, and governance structures that make agents useful at scale. That's not just surviving the shift — it's leading it.
- Addy Osmani - The Next Two Years of Software Engineering
- Addy Osmani - Agentic Engineering
- Addy Osmani - The Future of Agentic Coding: Conductors to Orchestrators
- DEPT Agency - AI Can't Replace Experience: Why Senior Engineers Might Be More Valuable Than Ever
- Gartner - AI Will Not Replace Software Engineers (and May, in Fact, Require More)
- Gartner - 80% of Engineering Workforce to Upskill Through 2027
- The Pragmatic Engineer - TDD, AI Agents and Coding with Kent Beck
- Sean Goedecke - I Don't Know If My Job Will Still Exist in Ten Years
- InfoQ - Architecture in the Age of AI: Change and Opportunity
- SF Standard - AI Writes the Code Now. What's Left for Software Engineers?
This profile was reverse-engineered from portfolio content, architectural decisions in AGENTS.md and CLAUDE.md, infrastructure configs (Docker, GitHub Actions, OpenTofu), authentication architecture, agent architecture (database-driven agents, AgentFactory, Step Functions workers), the Domain Completeness Framework, and global engineering directives. Industry sources searched March 2026.