Live data from Hacker News

Launch HN: Greptile (YC W24) - RAG on codebases that actually works

news.ycombinator.com

111–120 of 173 posts

Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works

#112
It's cool to see tools like this. I ran into some issues though:

1. "We will email you"... "once the repositories have finished processing" Not sure you're supposed to do that without consent, when the intent was just to connect GitHub! Email use is supposed to be opt-in.

2. My tiny repo (https://github.com/lukestanley/ChillTranslator) won't load.

3. The UI for selecting a GitHub repo is hard to find and fiddly to use.

4. I couldn't see where to put the promo code.

Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works

#113

It's cool to see tools like this. I ran into some issues though: 1. "We will email you"... "once the repositories have finished processing" Not sure you're supposed to do that without consent, when the intent was just to connect GitHub! Email use is supposed to be opt-in. 2. My tiny repo ( https://github.com/lukestanley/ChillTranslator ) won't load. 3. The UI for selecting a GitHub repo is hard to find and fiddly to…

1. Good point, didn’t think of that. We could make it a checkbox

2. Sadly, AWS just went down, absolute scramble at the office

3. Fiddly is the right word, we just changed it a couple days ago. Will make it cleaner.

4. You should only need that if you’re planning to upgrade, so you can click on the upgrade button and you should see a “Add promotion code” option on the left of checkout.

Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works

#115

How's this different from Adrenaline or Cursor or Bloop

Great question, it's definitely similar to Adrenaline and Bloop in that it is designed to do full codebase context.

Cursor is different because it's really focused on augmenting the code writing experience with code gen, while we're working on code comprehension.

A good way to look at it is - Cursor replaces your IDE, Greptile replaces/augments your internal docs.

Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works

#117
post #102
post #92

Love this idea and am just signed up. Thanks for the promo code! Also, I really like your blog post about shipping faster: https://greptile.com/blog/ship-faster . Shipping code is so fun that we should all be looking for ways to do more of it.

Btw, your service might be down right now. It just ingested my private repo but won't answer any questions.

Thank you for the kind words! Yes, AWS is experiencing an outage and by extension, so are we :( Should be a bit more stable now though!

Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works

#118

It's cool to see tools like this. I ran into some issues though: 1. "We will email you"... "once the repositories have finished processing" Not sure you're supposed to do that without consent, when the intent was just to connect GitHub! Email use is supposed to be opt-in. 2. My tiny repo ( https://github.com/lukestanley/ChillTranslator ) won't load. 3. The UI for selecting a GitHub repo is hard to find and fiddly to…

1. Good point, didn’t think of that. We could make it a checkbox 2. Sadly, AWS just went down, absolute scramble at the office 3. Fiddly is the right word, we just changed it a couple days ago. Will make it cleaner. 4. You should only need that if you’re planning to upgrade, so you can click on the upgrade button and you should see a “Add promotion code” option on the left of checkout.

Thanks for the response. AWS going down is really bad luck!

Re: Launch HN: Greptile (YC W24) - RAG on codebases that actually works

#120
post #99

Earlier quoted context omitted.

> The latter is typically the realm of requirements, design documentation, and possibly test plans. You forgot one of the biggest spots for "why" documentation... git commit messages, where the point is to say why you made this change. Maybe taking into account the commit messages around the code in question would help.

"Initial commit" is my goto commit message. Still a great idea, though. Ingesting all data from JIRA may be beneficial as well.

Yep... and the why of that message is apparent and makes perfect sense for the first commit. If you only ever start projects and never work on them again, that is all you need.
Post reply on HN