Live data from Hacker News

How Claude Code works in large codebases

claude.com

51–60 of 191 posts

Re: How Claude Code works in large codebases

#51

Earlier quoted context omitted.

If your codebase can’t fit on a single developer dev machine it’s too big.

You mean like Teslas multi terabyte repo is not normal?

I think it's obvious that multi terabyte repos are not the norm.

Re: How Claude Code works in large codebases

#52

This is really a zero information blog post. I want to know how they use the LSP to improve their understanding of the code base. Would be great if it was open source for us to review. A post like this should be providing people with some reassurance about Claude's ability to understand code at a large scale. It's mostly fluff. Edit: so I did some googling to dig around for thoughts on LSP performance and integration…

Really? I thought it explained the point that harnessing for agentic search of a large code base is more beneficial than RAG-indexing a monorepo.

Re: How Claude Code works in large codebases

#53
A lot of words about nothing.

Meanwhile we are still waiting for these statements to come true:

https://eu.36kr.com/en/p/3648851352018565

https://www.businessinsider.com/anthropic-ceo-ai-90-percent-...

https://www.reddit.com/r/Anthropic/comments/1nemhxb/futurism...

https://medium.com/@coders.stop/dario-amodei-said-90-of-code...

https://www.youtube.com/shorts/0j1HqEEDThc

Accountability, anyone?

Re: How Claude Code works in large codebases

#54

Earlier quoted context omitted.

> Didn’t delete production database? I still say if this happens to you with AI tooling, that's both a failure on you and your org for giving a developer prod credentials that could nuke production resources. I don't think I've worked in a place that gave me this level of blind access.

I have only worked in startups and I have been an early engineer in both of them. I would always get high privileges within a short time where I would have the access to create and delete resources. I don't think it's that uncommon.

I would never have these privileges granted directly to my account.

Indeed it’s a good practice to use roles where supported (AWS has them) and explicitly switch when needed

Re: How Claude Code works in large codebases

#55
I don't have any LSP's hooked up to CC yet (going to fix that today), or particularly sophisticated CLAUDE.md files.

So, if I've read this post correctly, that means that CC is navigating my codebase today by sending lots of it up to a model, and building an understanding. Is that correct? Did I misunderstand it?

I kinda suspected there was more local inference going on somehow -- partly because the iteration times are fairly fast.

Re: How Claude Code works in large codebases

#57

A lot of words about nothing. Meanwhile we are still waiting for these statements to come true: https://eu.36kr.com/en/p/3648851352018565 https://www.businessinsider.com/anthropic-ceo-ai-90-percent-... https://www.reddit.com/r/Anthropic/comments/1nemhxb/futurism... https://medium.com/@coders.stop/dario-amodei-said-90-of-code... https://www.youtube.com/shorts/0j1HqEEDThc Accountability, anyone?

This is already the case for many startups. In fact, the figure might be closer to 100%. The work shifts to requirements analysis, high-level specifications, and final review instead (after AI code review).

Re: How Claude Code works in large codebases

#58

How important are Claude.MD files when they don’t even describe (with concrete terms) what should even go into each one?

the fish: you can read about that here: https://code.claude.com/docs/en/best-practices#write-an-effe...

the fishing: 1) install the official `skill-creator`; 2) use that with the above link to create `claude-md-improver`; 3) improve the skill by tasking claude with researching the topic of `progressive-disclosure`, in the official docs; 4) point the new skill at you CLAUDE.md file and accept the changes

Post reply on HN