Writing

Using LLMs as an engineer

· ai, engineering, llm

“Familiar with AI” is easy to claim and hard to trust. Here’s what I mean by it.

Leverage, not abdication

I use LLMs daily for drafting code, exploring APIs, summarizing docs, and spinning up agents for multi-step chores. I do not paste output into production without reading it, running it, and owning the result.

Useful pattern:

  1. State the constraint (language, runtime, security, style)
  2. Generate options with a model or agent
  3. Narrow with tests, types, and review
  4. Integrate as if a junior teammate wrote it—because responsibility is still mine

Where models help most

Where they fail

Good engineers already knew the last mile was the job. Models move the first mile.

What I’ll show over time

I’d rather publish a small, real workflow or feature write-up than a list of model names. When I add demos or deeper notes, they’ll live under Writing and get linked from Work.

If you’re evaluating me for a role: ask how I’d use models on your codebase and where I’d forbid them. That’s a better interview than a buzzword checklist.