Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/content/writing/codegen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: The Difficulties of Code Generation TODO TITLE
date: 2024-06-02
draft: true
tags: ["tech"]
---

# The Difficulties of Code Generation (TODO: Title)

Over the past year, there's been a lot of discussion about LLMs and their
ability to generate code. While GenAI is a hot topic du jour, computers
generating code isn't actually a new phomomenon. Code generation is surprisingly
common throughout tech to a point where popular build systems like Bazel have
support for
(it)[https://docs.bazel.build/versions/main/be/general.html#genrule].

## What is Code Generation?