top | item 41968655

(no title)

ollysb | 1 year ago

Once you can load up a full codebase into an LLM I'm hoping the cost to update client code is significantly reduced. Then you could focus on evolving the design without all the grunt work.

discuss

order

chikere232|1 year ago

Doesn't look promising so far

qwertox|1 year ago

I'm also betting on this, that one day I'll be able to dump a codebase into an LLM and it will clean up the code. Not rewrite it, not restructure it, just clean it up. Remove unused code and comment it sensibly. Maybe also suggest some tests for it and implement them separately.

ropejumper|1 year ago

Comments should be based on intention. If I, as the programmer, am writing a piece of code and feel like there's something that I need to communicate about my intention in writing this, then I should. But if it's just surface level analysis, comments are just noise most of the time.

I don't see why this would be useful.

Cthulhu_|1 year ago

Copilot already does this, at least for individual chunks of code (and text, for that matter). Not for a whole codebase, but I think that's going to be a matter of time.

m0llusk|1 year ago

I wonder if such an LLM will actually be cheaper than a graduate student.