Show HN: Bloop – Answer questions about your code with an LLM agent Hi HN! We launched bloop 10 weeks ago ( https://ift.tt/Fm9uWR6 ) and received a huge amount of feedback (both positive + constructive). We've undertaken a rewrite of the core search framework, which now acts as an LLM agent, significantly improving the number of queries that can be successfully answered. There's a bunch of hype surrounding LLM agents, but we're positive this is one of the first implementations of an agent that can deliver immediate value for engineers working on existing projects, especially larger ones. We'll do a full write up of how the agent works and the tools it can use soon, but we wanted to share our progress, now that we've got a stable release. bloop is a developer assistant that uses GPT-4 to answer questions about your codebase. The agent searches both your local and remote repositories with natural language, regex and filtered queries. Some of the ways engineers use bloop to improve their efficiency when working on large codebases: - Summarise how large files work and how multiple files work together - Understand how to use open source libraries when documentation is lacking - Identify the origin of errors - Ask questions about English-language codebases in other languages - Reduce code duplication by checking for existing functionality - Write new code, taking into account existing codebase context (eg: "write a dockerfile for this project") bloop runs as a free desktop app on Mac, Windows and Linux: https://ift.tt/t6GDPOC . On desktop, your code is indexed with a MiniLM embedding model and stored locally, meaning at index time your codebase stays private. 'Private' here means that no code is shared with us or OpenAI at index time, and when a search is made only relevant code snippets are shared to generate the response. (This is more or less the same data usage as Copilot). We also have a paid cloud offering for teams ($45 per user per month). Members of the same organisation can search a shared index hosted by us and will get access to enterprise only features down the line (currently there's no feature gap between desktop and cloud). https://ift.tt/VeSgKdN June 9, 2023 at 10:49PM
Show HN: Bloop – Answer questions about your code with an LLM agent https://ift.tt/IAGrlxU
Related Articles
Show HN: Animation Music Rose – JavaScript Web Art Tool on HTML5 Canvas https://ift.tt/qyb2gmUShow HN: Animation Music Rose – JavaScript Web Art Tool on HTML5 Canva… Read More
Show HN: Bots Playing Online Cash Bingo on an iPad https://ift.tt/pR80eFiShow HN: Bots Playing Online Cash Bingo on an iPad Hey HN, I really en… Read More
Show HN: DeepEval – Evaluation and Unit Testing for LLMs https://ift.tt/ONo9wAHShow HN: DeepEval – Evaluation and Unit Testing for LLMs https://ift.t… Read More
Show HN: Emojirades – Emoji Charades https://ift.tt/n8OYZuXShow HN: Emojirades – Emoji Charades https://ift.tt/xNkrsnb September … Read More
Show HN: An aggregator to find good ChatGPT apps, courses and more https://ift.tt/9TtRSPGShow HN: An aggregator to find good ChatGPT apps, courses and more htt… Read More
Show HN: Bigcapital - A open-source alternative to QuickBooks https://ift.tt/AqdChSxShow HN: Bigcapital - A open-source alternative to QuickBooks https://… Read More
Show HN: A better command-line interface for Tailscale Taildrop https://ift.tt/PgwdnZQShow HN: A better command-line interface for Tailscale Taildrop https:… Read More
Show HN: AI Agents that do research for you https://ift.tt/wsl1c3nShow HN: AI Agents that do research for you My take on an ai-agent pow… Read More
0 Comments: