Tag: #code-generation
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Dart Macros, One and a Half Years After Cancellation — Did the Three Promises Actually Ship?
Macros were the feature the Dart team pushed hardest at Google I/O 2024, and on January 29, 2025 they were officially canceled. Not because the feature was bad, but because the compile-time cost of semantic introspection
2026-07-17 · 11 min read #flutter#dart#macros#code-generation#metaprogrammingCompiler & Interpreter Design Complete Guide 2025: Lexer, Parser, AST, Code Generation
Everything about compiler/interpreter design! Lexer (tokenization), Parser (syntax analysis/recursive descent/Pratt), AST (abstract syntax tree), semantic analysis (type checking), IR (intermediate representation), code
2026-04-14 · 31 min read #compiler#interpreter#lexer#parser#astOpenAI Codex Complete Analysis: From the Birth of AI Code Generation to the Evolution of Cloud Coding Agents
A complete analysis of OpenAI Codex covering the history of AI code generation and the evolution toward cloud-based coding agents.
2026-03-01 · 32 min read #codex#openai#code-generation#github-copilot#ai-coding