Sweep

Sweep

Software Development

SF, CA 2,460 followers

Github app that generates code on ticket submissions

About us

Let us handle your backlog. Use Sweep to solve small bugs, write documentation, write tests, and develop features. Check out our docs at https://docs.sweep.dev or reach out at [email protected] for questions.

Website
https://sweep.dev
Industry
Software Development
Company size
2-10 employees
Headquarters
SF, CA
Type
Privately Held
Founded
2023

Locations

Employees at Sweep

Updates

  • Sweep reposted this

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Python Developers: We recently open sourced a better python cache - it's like Python's lru_cache, but it stores the values in files instead of in memory. This has saved us hours of time running our LLM benchmarks, and we'd like to share it as its own Python module. Thanks to Lucas Jaggernauth (former Sweep engineer) for building the initial version of this! You can find the blog link and implementation in the comments! The second and third photos are the Dalle 3 generations we didn't go with for our splash art - let me know if you'd like to learn some prompting tricks for Dalle.

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • View organization page for Sweep, graphic

    2,460 followers

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Check our latest blog! Standard vector databases worked great for Sweep when we had a single index, but they became a pain as we started managing multiple indices, frequent updates, and self-hosting. Our backend now consists of a single docker image that handles vector search over hundreds of repositories, each with a few thousand files. We use a simple Redis-based vector database that we run on our own infrastructure, and we'd like to share it with the community. Check out the link in the comments below:

    • No alternative text description for this image
  • View organization page for Sweep, graphic

    2,460 followers

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Thank you for Amit Prakash for having me at ThoughtSpot's Generative AI Meetup! Thoughtspot hosts this once a month to share demos, ideas, and tech talks. I’m excited to showcase the newest version of Sweep, an AI developer tool that maintains code for legacy codebases. I’ll also be discussing the technical approaches we’ve used to build the latest version of Sweep (YC S23) (we recently decreased our error rate by xx%). There’s a huge depth in approaches to code search, reasoning over code, and code modification. We’ve focused on extensions to Retrieval Augmented Generation, reliable prompting workflows, and comprehensive benchmarking to all of these. I’m excited to share our learnings and help anyone else working on the same goals. If you’re interested in this, come to the meetup! I’ll post a link in the comments below.

    • No alternative text description for this image
  • View organization page for Sweep, graphic

    2,460 followers

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    I’m excited to be speaking at the Post-Industrial Institute’s first annual summit in Silicon Valley! This summit will explore how AI is transforming organizations. Our breakout session will cover how AI can boost innovation and accelerate product development. We’ll cover topics like the state of AI programmers, how we measure performance in both business technical metrics, and where Sweep sits in current and future AI workflows. While building Sweep, we’ve been fortunate to partner with large organizations to maintain their legacy codebases. Sweep has been able to match or exceed human developers in certain cases, and we’ve worked with multiple repositories of over 20,000 files. We have space for just one new customer in March. If your engineering team is struggling with bug fixes, security patches, or minor feature work and wants to focus on core product development, reach out!

    • No alternative text description for this image
  • View organization page for Sweep, graphic

    2,460 followers

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Sweep is one of the top 10 Show HNs right now! We'd love to hear your feedback/thoughts in the comments. There's a great discussion right now on open models vs OpenAI.

    • No alternative text description for this image
  • View organization page for Sweep, graphic

    2,460 followers

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Yesterday we shipped a fully local version of Sweep (YC S23) which uses your PAT to create pull requests from your Github issues! This calls OpenAI directly from your machine without any code entering our servers. We’re excited for more developers to be able to use Sweep without having to get permissions! Here are our docs ⚡: https://lnkd.in/gbU96iFy

    Deploying your own Sweep instance via Docker

    Deploying your own Sweep instance via Docker

    docs.sweep.dev

  • View organization page for Sweep, graphic

    2,460 followers

    Looking forward to even more improvements!

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Sweep (YC S23) is currently trending on GitHub for Python Repos! Thank you for all of the support, since our release last week we’ve shipped multiple improvements: - Lexical search is now 1.5x faster for all repositories! - We shipped a new modification algorithm! In our testing, this algorithm improves accuracy from 60 → 85%, as well as decreasing latency by 15%! - We launched a new edit button and diff viewer in Sweep’s progress tracker! We’re excited to help onboard new users, please reach out to [email protected] or DM me/Kevin Lu 😀

    • No alternative text description for this image
  • View organization page for Sweep, graphic

    2,460 followers

    Sweep is now able to change up to 7 files at once! (up from 3!)

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Sweep (YC S23)'s search over your codebase is now managed through the OpenAI Assistants API! This allows Sweep to: - Read snippets from your codebase if they’re missing. For example, if you ask Sweep to "add docstrings to main.py, then update README.md", Sweep will read README.md even if the search failed to retrieve it! - Remove unnecessary search results! So if Sweep had a bad search result because your test code and main code look similar, Sweep can remove the unnecessary results to improve performance! - Explore additional directories! Now Sweep can see a hidden directory like "src/utils", and look under the "utils" directory to see what’s available! Additional Changes: - Search will be ~2-3x faster using this approach! - Sweep will not support Azure temporarily, we’ll integrate it as soon as the OpenAI API allows it! Overall we’re excited for Sweep to be even better at searching your codebase. If you're interested in using Sweep, join our discord at https://lnkd.in/giDzcY3X!

    GitHub - sweepai/sweep: Sweep: open-source AI-powered Software Developer for small features and bug fixes.

    GitHub - sweepai/sweep: Sweep: open-source AI-powered Software Developer for small features and bug fixes.

    github.com

  • View organization page for Sweep, graphic

    2,460 followers

    View profile for Yu Hai Lu, graphic

    Cofounder, CTO at Sweep | AI-powered Junior Developer for Fixing Bugs (Y Combinator-backed) | 7.1k+ GitHub Stars

    We just revamped Sweep's refactoring capabilities! Sweep now refactors each function individually and passes in their dependencies. For example, if Sweep is refactoring function f, which calls g in its body, we would pass the function g's body into the context. We would previously include the entire imported file is not very granular and often confuses GPT-4. We also improved our prompts and error handling around GPT-4, and fixed a major bug with file modifications.

  • Sweep reposted this

    View profile for William Zeng, graphic

    Cofounder, CEO at Sweep | AI Developer for fixing bugs and writing tests (Y Combinator-backed) | 7.3k+ GitHub Stars

    Kevin Lu and I just announced our seed round on TechCrunch! In May, we were accepted to Y Combinator with our idea of automating software chores with AI. We had only spent a total of 4 days building the MVP of Sweep, and it was far behind where it is now. Since then we've been building Sweep (YC S23), with over 5K GitHub stars and 1.3K Discord community members. Thanks everyone for the support! Special thanks to all of our investors for the help and guidance! We're excited to use this new funding to grow Sweep. 99% of our journey is ahead, so follow Sweep (YC S23) for all of our future updates 😀 https://lnkd.in/gFcCmRaq

    Sweep aims to automate basic dev tasks using large language models | TechCrunch

    Sweep aims to automate basic dev tasks using large language models | TechCrunch

    https://techcrunch.com

Similar pages

Funding

Sweep 1 total round

Last Round

Pre seed

US$ 2.0M

See more info on crunchbase