Live data from Hacker News

Snorting the AGI with Claude Code

kadekillary.work

101–110 of 253 posts

Re: Snorting the AGI with Claude Code

#101
post #21

If people would be as patient and inventive to teach junior devs as they are with llms the whole industry would be better of.

The vilification of juniors and the abandonment of the idea that teaching and mentoring are worthwhile are single-handedly making me speedrun burnout. May a hundred years of Microsoft Visio befall anybody who thinks that way.

What’s the best implementation of junior training or teaching/mentoring in general within tech that you’ve seen?

Re: Snorting the AGI with Claude Code

#102

Earlier quoted context omitted.

Who or what will review the 5 PRs (including their updates to automated tests)? If it's just yet another agent, do we need 5 of these reviews for each PR too? In the end, you either concede control over 'details' and just trust the output or you spend the effort and validate results manually. Not saying either is bad.

If you can define your problem well then you can write tests up front. An ML person would call tests a "verifier". Verifiers let you pump compute into finding solutions.

Will people be willing to make their full time job writing tests?

Re: Snorting the AGI with Claude Code

#103
post #43

Earlier quoted context omitted.

I think it's actually even worse: it's easier to trick yourself into thinking you're teaching yourself anything. Learning comes from grinding and LLMs are the ultimate anti-intellectual-grind machines. Which is great for when you're not trying to learn a skill!

>>Learning comes from grinding Says who? While “grinding” is one way to learn something, asking AI for a detailed explanation and actually consuming that knowledge with the intent to learn (rather than just copy and pasting) is another way. Yes, you should be on guard since a lot of what it says can be false, but it’s still a great tool to help you learn something. It doesn’t completely replace technical blogs, books…

Sure, but easy in, easy out. Hard earned experience is worth soo much more than slick summaries of the last twenty years of blog articles.

Re: Snorting the AGI with Claude Code

#104
post #87
post #12

Earlier quoted context omitted.

The thing is, Claude Code only works if you have the plan. It’s impossible to use it on the API, and it makes me wonder if $100/month is truly enough. I use it all day every day now, and I must be consuming a whole lot more than my $100 is worth.

One thing that I am not liking about the LLM world is that it seems to be tilting several things back in favor of BigCorps. The open source world is one where antirez, working on his own off in Sicily, could create a project like Redis and then watch it snowball as people all over got involved. Needing a subscription to something only a large company can provide makes me unhappy. We'll see if "can be run locally" mod…

This is some nightmare fuel vendor lock-in where the codebase isn't understood by anyone and companies have to fork over more and more otherwise their business couldn't grow, adapt, etc

Re: Snorting the AGI with Claude Code

#105

The terminal really is sort of the perfect interface for an LLM; I wonder whether this approach will become favored over the custom IDE integrations.

Exactly. It has access to literally everything including any MCP server. It's so awesome having claude code check my database using a read-only user, or have it open a puppeteer browser and check whether its CSS changes look weird or not. It's the perfect interface and anthropic nailed it.

It can even debug my k8s cluster using kubectl commands and check prometheus over the API, how awesome is this?

Re: Snorting the AGI with Claude Code

#106

Earlier quoted context omitted.

You pay junior devs way way way more money for the privilege of them being bad. And since they're human, the juniors themselves do not have the patience of an LLM. I really would not want to be a junior dev right now... Very unfair and undesirable situation they've landed in.

Maybe it's the senior devs who should be the ones to worry? Seniors' attitudes on HN are often quick to dismiss AI assisted coding as something that can't replace the hard-earned experience and skill they've built up during their careers. Well maybe, maybe not. Senior devs can get a bit myopic in their specializations. Whereas a junior Dev doesn't have so much baggage, maybe the fertile brains of youth are better in…

> Seniors' attitudes on HN are often quick to dismiss AI assisted coding as something that can't replace the hard-earned experience and skill they've built up during their careers.

One definition of experience[0] is:

  direct observation of or participation in events as a basis of knowledge
Since I assume by "AI assisted coding" you are referring to LLM-based offerings, then yes, "hard-earned experience and skill" cannot be replaced with a statistical text generator.

One might as well assert an MS-Word document template can produce a novel Shakespearean play or that a spreadsheet is an IRS auditor.

> Or maybe the whole senior/junior thing is a red herring and pure coding and tech skills are being deflated all across the board. Perhaps what is needed now is an entirely new skill set that we're only just starting to grasp.

For a repudiation of this hypothesis, see this post[1] also currently on HN.

0 - https://www.merriam-webster.com/dictionary/experience

1 - https://blog.miguelgrinberg.com/post/why-generative-ai-codin...

Re: Snorting the AGI with Claude Code

#109
post #17

Earlier quoted context omitted.

You can definitely use Claude Code via the API

I think he means it's not economically sound to use it via API

A well-known iOS dev used Claude Code to build an iOS app and wrote a custom checking tool for how many tokens it consumed on the plan to compare with API pricing.

He uses two max plans ($200/mo + $200/mo) and his API estimate was north of $10,000/mo

Post reply on HN