diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-07 16:44:48 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-07 16:44:48 -0500 |
| commit | b5449eceedbd5d93ea4bd22e604fd972c46eda43 (patch) | |
| tree | 14f55e1f4414c5658fee42104f0d7ca07e8662e9 /no_ai.html | |
| parent | af0a985afdbec0d526597e3cc90330ebca95d95d (diff) | |
Diffstat (limited to 'no_ai.html')
| -rw-r--r-- | no_ai.html | 80 |
1 files changed, 54 insertions, 26 deletions
@@ -1,30 +1,58 @@ <!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> + <head> + <title>Taking a break</title> + <link rel="stylesheet" href="prose.css"> + <script src="article.js"></script> + </head> + <body> + <article> + <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="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 + <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> + </article> + </body> +</html> |
