Thorsten Ball
VERIFIED TECHNICAL DOSSIERSources checked

Thorsten Ball

Author & Systems Engineer

2 Verified ArtifactsSource Checked & Attributed

Verified Proof of Work Artifacts

2 items cataloged

Each artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Thorsten Ball. Every entry undergoes editorial source verification.

#1
IMPLEMENTATION Checked Sep 22, 2026

Writing An Interpreter and Compiler In Go

Authored two landmark engineering books used by university curricula and tens of thousands of systems engineers worldwide to learn lexing, parsing, AST generation, and bytecode virtual machines.

Model & Execution Context:Go, lexer/parser construction, tree-walking interpreters, bytecode compilers.
Scope & Limitations

Focuses on language implementation theory rather than modern JIT compiler optimizations.

#2
RESEARCH Checked Sep 22, 2026

Evaluating LLM Code Generation with Abstract Syntax Tree Validation

Developed methodologies for benchmarking AI coding assistants using compiler AST validation and deterministic unit test harnesses, identifying syntax failure modes in LLM code diffing.

Model & Execution Context:AST parsing, tree-sitter integration, Claude 3.5 Sonnet, GPT-4o code completion.
Scope & Limitations

Syntactic correctness does not guarantee semantic alignment or absence of subtle runtime edge-case bugs.