Launch HN: Bloop (YC S21) – Code Search with GPT-4
21–30 of 131 posts
Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#22Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#23Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#24How does YC spit out so many GPT based startups recently, so soon after the LLM mainstream hype started (including ones that were founded years prior)? Is Sam Altman still involved in YC?
Well looks like they are from last year so they must’ve modified their business
The main shift was moving from the IDE to our own standalone app. We found the IDE sidebar to be too constrained visually for many code search related workflows.
Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#25From the Codeium ( https://www.codeium.com ) team here! Exciting to see more teams take on the code search problem - modern pure regex definitely is a suboptimal solution. Just to objectively highlight some of the similarities and differences between Bloop and Codeium Search (Codeium also provides Autocomplete) to a user: - Both are free for individuals - Both use a mix of AI and regex - Bloop has both free local and…
Also most of your comment history is self promotion for Codeium which is not a great look.
Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#26Do Bloop searches also include the license of the code it returns? For example, if a search returns code copied from a GPL 3 project, will it let users know they need to comply with the GPL?
Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#27Do Bloop searches also include the license of the code it returns? For example, if a search returns code copied from a GPL 3 project, will it let users know they need to comply with the GPL?
Unless I'm mistaken Bloop is about searching your own codebase, not public code. It would never bring back code that isn't already in your codebase.
I could also see this being useful for local code repos of open source code. I haven't looked, but it could be a combination of LXR (linux cross reference) project and an ML powered code understanding engine.
Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#28From the Codeium ( https://www.codeium.com ) team here! Exciting to see more teams take on the code search problem - modern pure regex definitely is a suboptimal solution. Just to objectively highlight some of the similarities and differences between Bloop and Codeium Search (Codeium also provides Autocomplete) to a user: - Both are free for individuals - Both use a mix of AI and regex - Bloop has both free local and…
Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#29From the Codeium ( https://www.codeium.com ) team here! Exciting to see more teams take on the code search problem - modern pure regex definitely is a suboptimal solution. Just to objectively highlight some of the similarities and differences between Bloop and Codeium Search (Codeium also provides Autocomplete) to a user: - Both are free for individuals - Both use a mix of AI and regex - Bloop has both free local and…
Re: Launch HN: Bloop (YC S21) – Code Search with GPT-4
#30How does YC spit out so many GPT based startups recently, so soon after the LLM mainstream hype started (including ones that were founded years prior)? Is Sam Altman still involved in YC?