logoalt Hacker News

giovannibonettiyesterday at 9:46 PM2 repliesview on HN

Perhaps what is missing is a better memory/caching layer to avoid doing the same for explorations over and over again.


Replies

dpritchettyesterday at 11:17 PM

That is the usual work of high end programmers, right? Growing codebases as consistent, dependable ontologies?

I feel like most mainstream programming languages do this sort of work for their standard libraries and their official docs. Go and Python come to mind, but plenty others do this reasonably well to the point where one mostly doesn’t need to read the implementation code to effectively use the standard library itself.

hopppyesterday at 11:15 PM

I use the human-in-the-loop for managing the context.

Give it only what it needs and do things usually 1 file at a time.

Feels like I'm a sort of manual tape editor, if the context was a tape fed into machine, I assemble that and then watch the machine output the results I need.