diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-11 12:40:51 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-11 12:40:51 -0500 |
| commit | 8d17a31bd701d7b9c90c546b29f3bf9ffa4cc41f (patch) | |
| tree | b76361859df0b9dec2517ac8aa9b5671292592b9 /no_ai.html | |
| parent | 3c1846a179cc7f7630efb2d1a85018f2be680b9c (diff) | |
changes to article structure, wrote about ai
Diffstat (limited to 'no_ai.html')
| -rw-r--r-- | no_ai.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/no_ai.html b/no_ai.html new file mode 100644 index 0000000..3a4cabe --- /dev/null +++ b/no_ai.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html> +<head> + <title>Taking a break</title> + <link rel="stylesheet" href="prose.css"> + <script src="article.js"></script> +</head> +<body> + <div class="content"> + <p>Prolonged access to LLMs is making me stupid. I can't code as fluently as I used to. (and I'm <a href="https://larsfaye.com/articles/agentic-coding-is-a-trap">not</a> the only one)</p> + <p> + I experienced the drunkening power from the speed at which development is possible with Claude Code (I built an Emacs clone in a day; it was amazing). + But when the tokens ran out, I felt the overwhelming discomfort of not having Claude's help when starting a new project. That feeling was a wakeup call. + </p> + <p> + At heart, I am a programmer. Not a manager, and not the CEO of a multi-million dollar corperation. I don't require ultimate productivity and perfection. + To me, what matters most is familiarity with the tools and techniques (languages, libraries, frameworks), and bossing around agents all day does not give me those skils. + </p> + + <h2 id="not">What this isn't</h2> + <p>I don't hate LLMs. In fact, I still see them a very impressive tool! I love to see people building awesome things, and I think AI empowers more builders than any other piece of technology. I'm not <a href="https://www.antirez.com/news/158">"falling for the anti-AI hype"</a></p> + <p>People who believe that AI is the right tool for their workflow should keep using it. And who knows? Maybe I'll continue vibecoding in the future. I just don't think AI is the right tool for me, for now.</p> + + <h2 id="goals">Taking a Break</h2> + <p>So I'm taking a break. I'm uninstalling OpenCode and Pihole-ing ChatGPT. My <a href="./soplt.html">programming language project</a> this summer will be 0% vibecoded.</p> + <p>Is it a good idea? I don't even know. How long will it last? I'm not really sure.</p> + <p>All I know is that I never want to feel out of place without the help of an LLM ever again. And hopefully this is one way of achieving that.</p> + </div> +</body> +</html>
\ No newline at end of file |
