Skip to content
Joey Wang
Menu

Search

AI-Native Engineering

AI that supports engineering judgment, with verification, privacy, and approval built in.

The problem

Teams want the leverage of coding agents and LLM features without handing over control, leaking data, or shipping output nobody verified.

What I offer

  • Agent architectures with explicit context, tools, memory, and human gates
  • Local and hosted model workflows sized to real hardware and real budgets
  • Evaluation and verification loops so AI output earns trust
  • Bounded AI features inside existing products rather than platform rewrites

Start here

  1. LLM Strengths and Limitations: A Practical Framework · A practical framework for deciding when an LLM is the right tool for a task, when it isn't, and how to architect around its limitations.
  2. AI Application Architecture: LLM + Memory + Tools · The five components a production AI application actually needs beyond the model itself: memory, tools, retrieved knowledge, and structured context.
  3. How an LLM Coding Agent Actually Builds Software · How LLM coding agents actually build software: the model, the tool loop, context management, precise patching, and verification against real tests.

All writing in this area (50)

When Productivity Turns Against Its Purpose

The AI boom promises abundance, but without a fairer distribution of power it may deepen the poverty, dependency, and cultural depletion it claims to overcome.

Life Is Not Git

A personal reflection on Life OS, LLM memory, and digital twins: why being perfectly archived and searchable is not the same as being alive.

Tightening Hermes Secrets with Bitwarden

A practical walkthrough for moving Hermes API keys out of local env files and into Bitwarden Secrets Manager, with verification and cleanup steps.

Don't Leave Good AI Workflows in Chat

A practical note on promoting repeated AI workflows into slash commands, scripts, and cron jobs, weighing judgment, cost, and safety trade-offs.

Securing Hermes Agent with OpenShell

Why I run Hermes Agent inside OpenShell when it reads untrusted content, and how filesystem, network, process, and credential policy change the security model.

Git Worktree for Parallel AI Development

How to use git worktree to run parallel AI coding sessions safely, with practical patterns for isolating gems, databases, ports, and runtime state.

Generalization: Why AI Looks Smart

How LLMs generalize from patterns instead of understanding, where that generalization holds up in practice, and where it quietly breaks down.

Work with me