Notes // LLM-assisted Systems

LLM-assisted systems architecture

17 years of full stack systems architecture by Ryan Fitzpatrick. Enterprise and consumer software. Client/server systems. Ongoing research into where LLM-assisted development is genuinely useful in shipping work.

Notes from web, game, and distributed-systems work on where LLM helps with the job and where it quietly gets in the way.

About these notes

LLM-assisted software, written up after it shipped

Posts, experiments, and the occasional postmortem on how LLM tooling changes software work. The throughline: when it earns its place in a real codebase and when it doesn't.

What is this site for?
Tracking what works and what doesn't when LLMs are part of the software production loop. Architecture calls, tooling experiments, and the awkward bits that don't fit a tidy blog tour.
Who is this site for?
Developers and engineering leads who want to know whether LLM tooling holds up under real cost, speed, and reliability pressure, not just demo well.
How do I find something specific?
Topic chips at the top, search box inside the blog page. Both feed the same index.

Blog // Notes and Research

Writing

Posts on coding agents, software architecture, Three.js, and what LLM tooling does (and doesn't) change about production systems.

08/22/2026 · LLM Research

AI img2mesh with LLMs: mesh from a reference image, authored as DSL

AI img2mesh usually means image-to-mesh generators. This is a different path: frontier LLMs author mesh source from a reference image inside a compile-and-compare harness.

AI img2mesh through code. Reference image in, DSL syntax out, repair up to six rounds, silhouette compare up to two. Fable 5, Opus 5, GPT Sol xhigh, and Grok 4.6 xhigh clear it.

  • AI img2mesh
  • img2mesh
  • image to mesh
  • image-to-3D
  • LLM Research
  • 3D
  • DSL syntax
  • modelmaker
  • Coding Agents
  • Grok
  • Claude
  • Opus
  • Fable
  • GPT
  • Codex
  • Vision
  • DSL
  • UGC
Read article

05/28/2026 · LLM Research

Squire: Giving LLM a Place to Work

A proposal for Squire: a local, context-engineered awareness service that runs inside apps, uses CLI tools as capabilities, and prepares useful work without taking over user judgment.

Chatbots move the user out of the workflow. Squire moves the model into the workflow: a local awareness layer that understands the app, reads its structures, and prepares the next useful thing.

  • Local LLM
  • CLI Tools
  • LLM-assisted development
  • Context Engineering
  • Agentic Software
  • Developer Tools
  • Workflow Automation
Read article

05/10/2026 · LLM Research

LLM Assisted Game Development Workflow

A practical first-person guide to using LLMs in game development, covering code, assets, prototyping, debugging, multiplayer, tools, and workflow management.

LLM-assisted game development is no longer just autocomplete. This guide shows what LLMs can realistically add to a game dev workflow today, from design docs and gameplay code to assets, debugging, performance, and multi-agent workflows.

  • LLM Game Development
  • LLM Workflows
  • Game Dev
  • Coding Agents
  • Three.js
  • Godot
  • Multiplayer
Read article