I worry about the "brain atrophy" part, as I've felt this too. And not just atrophy, but even moreso I think it's evolving into "complacency". Like there have been multiple times now where I wanted the code to look a certain way, but it kept pulling back to the way it wanted to do things. Like if I had stated certain design goals recently it would adhere to them, but after a few iterations it would forget again and g…
"For this invention will produce forgetfulness in the minds of those who learn to use it, because they will not practice their memory. Their trust in writing, produced by external characters which are no part of themselves, will discourage the use of their own memory within them. You have invented an elixir not of memory, but of reminding; and you offer your pupils the appearance of wisdom, not true wisdom, for they…
A few random notes from Claude coding quite a bit last few weeks
651–660 of 870 posts
Re: A few random notes from Claude coding quite a bit last few weeks
#652Earlier quoted context omitted.
In case anyone is curious, here was my epiphany project from 2 weeks ago: https://github.com/boj/the-project I then realized I could feed it everything it ever needed to know. Just create a docs/* folder and tell it to read that every session. Through discovery I learned about CLAUDE.md, and adding skills. Now I have an /analyst, /engineer, and /devops that I talk to all day with their own logic and limitations, as w…
How much did this type of project cost you to make?
Re: A few random notes from Claude coding quite a bit last few weeks
#653Earlier quoted context omitted.
Lots of very scared, angry developers in these comment sections recently...
Not angry nor scared, I value my hard skills a lot, I'm just wondering why people believe religiously everything AI related. Maybe I'm a bit sick with the excessive hype
Re: A few random notes from Claude coding quite a bit last few weeks
#654Earlier quoted context omitted.
Writing/reading and AI are so categorically different that the only way you could compare them is if you fundamentally misunderstand how both of them work. And "other people in the past predicted doom about something like this and it didn't happen" is a fallacious non-argument even when the things are comparable.
yes, but people just really like to predict dooms and they also like to be convinced that they live in some special era in human history
Re: A few random notes from Claude coding quite a bit last few weeks
#655Earlier quoted context omitted.
Writing/reading and AI are so categorically different that the only way you could compare them is if you fundamentally misunderstand how both of them work. And "other people in the past predicted doom about something like this and it didn't happen" is a fallacious non-argument even when the things are comparable.
I read grandparent comment as saying people have been claiming that the sky is falling forever… AI will be both good for learning and development and bad. It’s always up to the individual if it benefits them or atrophies their minds.
That feeling was one of empowerment: I was able to satisfy my curiosity about a lot of topics.
LLMs can do the same thing and save me a lot of time. It's basically a super charged Google. For programming it's a super charged auto complete coupled with a junior researcher.
My main concern is independence. LLMs in the hands of just a bunch of unchecked corporations are extremely dangerous. I kind of trusted Google, and even that trust is eroding, and LLMs can be extremely personal. The lack of trust ranges from risk of selling data and general data leaks, to intrusive and worse, hidden ads, etc.
Re: A few random notes from Claude coding quite a bit last few weeks
#656Earlier quoted context omitted.
It's because we see a bunch of people completely ignoring the missing 20% and flooding the world with complete slop. The push back is required to keep us sane, we need people reminding others that it's not at 100% yet even if it sometimes feels like it.
This kind of thought policing is getting to be exhausting. Perhaps we need a different kind of push back. Do you know what my use case is? Do you know what kind of success rate I would actually achieve right now? Please show me where my missing 20% resides.
Re: A few random notes from Claude coding quite a bit last few weeks
#657Earlier quoted context omitted.
These models do well changing brownfield applications that have tests because the constraints on a successful implementation are tight. Their solutions can be automatically augmented by research and documentation.
I don't exactly disagree with this but I have seen models simply deleting the tests , or updating the tests to pass and declaring the failures were "unrelated to my changes", so it helpfully fixed them
Re: A few random notes from Claude coding quite a bit last few weeks
#658Earlier quoted context omitted.
Ya I agree it's totally crazy.... but, do most app deployments need even half that stuff? I feel like most apps at most companies can just build an app and deploy it using some modern paas-like thing.
> I feel like most apps at most companies can just build an app and deploy it using some modern paas-like thing. Most companies (in the global, not SV sense) would be well served by an app that runs in a Docker container in a VPS somewhere and has PostgreSQL and maybe Garage, RabbitMQ and Redis if you wanna get fancy, behind Apache2/Nginx/Caddy. But obviously that’s not Serious Business™ and won’t give you zero downt…
That’s still too much complication. Most companies would be well served by a native .EXE file they could just run on their PC. How did we get to the point where applications by default came with all of this shit?
Re: A few random notes from Claude coding quite a bit last few weeks
#659I coded up a crossword puzzle game using agentic dev this weekend. Claude and Codex/GPT. Had to seriously babysit and rewrite much of it, though, sure, I found it “cool” what it could do. Writing code in many cases is faster to me than writing English (that is how PLs are designed, btw!) LLM/agentic is very “neat” but still a toy to the professional, I would say. I doubt reports like this one. For those of us buildin…
True, I feel as though i'd have to become Stienbeck to get it to do what i "really" wanted, with all the true nuance.
Re: A few random notes from Claude coding quite a bit last few weeks
#660Earlier quoted context omitted.
> let myself atrophy, run on a treadmill forever, for something You're lucky to afford the luxury not to atrophy. It's been almost 4 years since my last software job interview and I know the drills about preparing for one. Long before LLMs my skills naturally atrophy in my day job. I remember the good old days of J2ME of writing everything from scratch. Or writing some graph editor for universiry, or some speculative…
This is a very good point. Years ago working in a LAMP stack, the term LAMP could fully describe your software engineering, database setup and infrastructure. I shudder to think of the acronyms for today's tech stacks.