diff --git a/src/content/writing/codegen.md b/src/content/writing/codegen.md new file mode 100644 index 0000000..6f37fad --- /dev/null +++ b/src/content/writing/codegen.md @@ -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?