Live data from Hacker News

Show HN: I built an AI that turns GitHub codebases into easy tutorials

github.com

21–30 of 181 posts

Re: Show HN: I built an AI that turns GitHub codebases into easy tutorials

#21
post #8

Earlier quoted context omitted.

I've been using llama 4 Maverick through openrouter. Gemini was my go to but I switched basically the day it came out to try it out. I haven't switched back. At least for my use cases it's been meeting my expectations. I haven't tried Microsoft's new 1.58 bit model but it may be a great swap out for sentencellm, the legendary all-MiniLM-L6-v2. I found that if I'm unfamiliar with the knowledge domain I'm mostly using…

Yeah, I'd recommend trying Gemini 2.5 Pro. I know early Gemini weren't great, but the recent one is really impressive in terms of coding ability. This project is kind of designed around the recent breakthrough.

I've used it, I used to be a huge booster! Give llama 4 maverick a try, really.

Re: Show HN: I built an AI that turns GitHub codebases into easy tutorials

#24
I suppose I'm just a little bit bothered by your saying you "built an AI" when all the heavy lifting is done by a pretrained LLM. Saying you made an AI-based program or hell, even saying you made an AI agent, would be more genuine than saying you "built an AI" which is such an all-encompassing thing that I don't even know what it means. At the very least it should imply use of some sort of training via gradient descent though.

Re: Show HN: I built an AI that turns GitHub codebases into easy tutorials

#27

I suppose I'm just a little bit bothered by your saying you "built an AI" when all the heavy lifting is done by a pretrained LLM. Saying you made an AI-based program or hell, even saying you made an AI agent, would be more genuine than saying you "built an AI" which is such an all-encompassing thing that I don't even know what it means. At the very least it should imply use of some sort of training via gradient desce…

It is an application of AI which is just software, and applying it to solve a problem or need.

Re: Show HN: I built an AI that turns GitHub codebases into easy tutorials

#28
At the top are some neat high-level stuffs, but, below that, it quickly turns into code-written-in-human-language.

I think it should be possible to extract some more useful usage patterns by poking into related unit tests. How to use should be what matters to most tutorial readers.

Re: Show HN: I built an AI that turns GitHub codebases into easy tutorials

#29
post #12

The overview diagrams it creates are pretty interesting, but the tone/style of the AI-generated text is insufferable to me - e.g. https://the-pocket.github.io/Tutorial-Codebase-Knowledge/Req...

mind explaining what exactly was insufferable here?
Post reply on HN