Live data from Hacker News

A few random notes from Claude coding quite a bit last few weeks

twitter.com

341–350 of 870 posts

Re: A few random notes from Claude coding quite a bit last few weeks

#341

I think in less than a year writing code manually will be akin to doing arithmetic problems by hand. Sure you can still code manually, but it's going to be a lot faster to use an LLM (calculator).

This is true if your calculator sometimes gave the wrong answer and you had to check each time

Re: A few random notes from Claude coding quite a bit last few weeks

#342
post #309

Earlier quoted context omitted.

There is an old saying back home: an idiot never tires, only sweats. Claude isn't tenacious. It is an idiot that never stops digging because it lacks the meta cognition to ask 'hey, is there a better way to do this?'. Chain of thought's whole raison d'etre was so the model could get out of the local minima it pushed itself in. The issue is that after a year it still falls into slightly deeper local minima. This is fi…

> it lacks the meta cognition to ask 'hey, is there a better way to do this?'. Recently had an AI tell me this code (that it wrote) is a mess and suggested wiping it and starting from scratch with a more structure plan. That seems to hint at some meta cognition outlines

Someone will say "you just need to instruct Claude.md to be more meta and do a wiggum loop on it"

Re: A few random notes from Claude coding quite a bit last few weeks

#343
Agree with Karpathy's take. Finally a down to Earth analysis from a respected source in the AI space. I guess I'll be using slopocalypse a lot more now :)

> I am bracing for 2026 as the year of the slopacolypse across all of github, substack, arxiv, X/instagram, and generally all digital media

It has arrived. Github will be most affected thanks to git-terrorists at Apna College refusing to take down that stupid tutorial. IYKYK.

Re: A few random notes from Claude coding quite a bit last few weeks

#344
post #219

Earlier quoted context omitted.

I think a lot of it comes down to how well the user understands the problem, because that determines the quality of instructions and feedback given to the LLM. For instance, I know some people have had success with getting claude to do game development. I have never bothered to learn much of anything about game development, but have been trying to get claude to do the work for me. Unsuccessful. It works for people wh…

It works for hard problems when the person already solves it and just needs the grunt work done It also works for problems that have been solved a thousand times before, which impresses people and makes them think it is actually solving those problems

> It also works for problems that have been solved a thousand times before

So you mean it works on almost all problems?

Re: A few random notes from Claude coding quite a bit last few weeks

#345
> Slopacolypse Really… REALLY not looking forward to getting this word spammed at me the next 6-12 months… even less so seeing the actual manifestation.

> TLDR This should be at the start?

I actually have been thinking of trying out ClaudeCode/OpenCode over this past week… can anyone provide experience, tips, tricks, ref docs?

My normal workflow is using Free-tier ChatGPT to help me interrogate or plan my solution/ approach or to understand some docs/syntax/best practice of which I’m not familiar. then doing the implementation myself.

Re: A few random notes from Claude coding quite a bit last few weeks

#346
post #112

Earlier quoted context omitted.

> But anyway, it already costs half compared to last year You could not have bought Claude Opus 4.5 at any price one year ago I'm quite certain. The things that were available cost half of what they did then, and there are new things available. These are both true. I'm agreeing with you, to be clear. There are two pieces I expect to continue: inference for existing models will continue to get cheaper. Models will con…

interesting post. i wonder if these people go back and introspect on how incorrect they have been? do they feel the need to address it?

Do _you_ do that?

Re: A few random notes from Claude coding quite a bit last few weeks

#347
post #11

> LLM coding will split up engineers based on those who primarily liked coding and those who primarily liked building. I’ve always said I’m a builder even though I’ve also enjoyed programming (but for an outcome, never for the sake of the code) This perfectly sums up what I’ve been observing between people like me (builders) who are ecstatic about this new world and programmers who talk about the craft of programming…

So far I haven't seen it actually be effective at "building" in a work context with any complexity, and this despite some on our team desperately trying to make that the case.

Re: A few random notes from Claude coding quite a bit last few weeks

#348

Earlier quoted context omitted.

That's just sad. Right when I found love in what I do, my work has no value anymore.

Aren't you still better off than the rest of us who found what they love + invested decades in it before it lost its value. Isn't it better to lose your love when you still have time to find a new one?

I don't think so. Those of us who found what we love and invested decades into it got to spend decades getting paid well to do what we love.

Re: A few random notes from Claude coding quite a bit last few weeks

#349

[flagged]

https://github.com/karpathy/nanochat https://github.com/karpathy/llm.c The proof is in the pudding. Let's see your code

You just proved the parent’s point.

He said “…who has never written any production software…” yet you show toy projects instead.

Well done.

Re: A few random notes from Claude coding quite a bit last few weeks

#350
post #21

I wish the people who wrote this let us know what king of codebases they are working on. They seem mostly useless in a sufficiently large codebase especially when they are messy and interactions aren't always obvious. I don't know how much better Claude is than ChatGPT, but I can't get ChatGPT to do much useful with an existing large codebase.

I successfully use Claude Code in a large complex codebase. It's Clojure, perhaps that helps (Clojure is very concise, expressive and hence token-dense).
Post reply on HN