NewsLab
Apr 29 04:30 UTC

I Forgot to Code (reggieescobar.com)

17 points|by horatio_thomas||9 comments|Read full story on reggieescobar.com

Comments (9)

9 shown
  1. 1. Scarbutt||context
    We can tell. Scrolling on that website feels heavy and lags.
  2. 2. cybrox||context
    Ironic that the site has the most AI (over-)design ever.
  3. 3. sixtyj||context
    You have to switch the reader mode on. :)
  4. 4. jryan49||context
    > I went all in on AI coding tools and became incredibly productive. Then I lost my job and could not write a for loop.

    After I read that, I couldn't even bring myself to read the article.

  5. 5. readthenotes1||context
    I'm assuming it's hyperbole, and software developers aren't a good audience for that sort of literary device:)

    Nevertheless, I too stopped reading. I had to wonder if you forgot how to code so quickly whether he knew how to code to begin with

  6. 6. sixtyj||context
    Muscles that are not used weaken. Back before mobile phones, it was common to memorize entire phone numbers. And before Google, we used to be able to remember web addresses.

    Now it is coding.

  7. 7. odinthedog||context
    Has this been a common experience for others, this much atrophy in skill after just 6 months?
  8. 8. egeozcan||context
    I can code (I know because I recently needed to dive and make changes in a codebase where no LLM was allowed to), it just feels pointless writing any CRUD-stuff or silly re-implementations of common algorithms, so much that I literally cannot bring myself to doing it. Leetcode feels especially pointless.

    Yes I can write some algorithmic code, and I can also calculate and sometimes even improve the computational complexity of some complex code!

    However, I accepted the fact that LLMs can do these better than me and would rather show my skills in the bigger picture stuff.

    Maybe I won't be able to code after 60 months? Only time will tell.

  9. 9. Karawebnetwork||context
    Could I still code the same way? Maybe. Probably, if I really put my mind to it.

    The problem, what scares me, is the feeling of emptiness it leaves me with. Before, writing code brought me joy. Today, when I write code that I am not allowed to automate it just feels like a chore. It's a bit like how once you get used to a powerful IDE, writing code in, say, Notepad, becomes a chore.

    It also means that my brain really, really wants to forget the basics. Why write:

    api.users.forEach(({ id:u, name, contact:{ email, phone="—" }, roles:[r,...rs], active, meta:{ ...m } = {} }, i, a) => console.log({ u, name, email, phone, role:r, others:rs, active, metaKeys:Object.keys(m), index:i, total:a.length }));

    When I could just right-click in the IDE and type "loop through users". Heck, I even asked an LLM to generate that example because I didn't feel like thinking, let alone typing that line.

    That's what scares me the most.

    For now? I still remember how to code. But coding makes me feel like I'm wasting my time, because my brain knows it can offload this task.

    It was the same when Google Maps took over. Before, I was able to find my way around my city, go to the next town over and find a place just from the address. Now? I can’t do it anymore.

    Before, I could memorize dozens of phone numbers. Now, I can't do that anymore.

    Soon, I'm afraid I won't be able to write code anymore.