3 comments

  • aadityaubhat1 day ago
    I was tired of using ChatGPT&#x2F;Cursor to generate code and then copy-pasting it into notebooks to actually run things, so I built Bloom.<p>Bloom is a local IDE for data science with an AI agent built-in. It works with Jupyter notebooks, helps you write SQL&#x2F;Python, runs code, plots, and can even generate reports and dashboards.<p>The macOS installer is live on the website, the beta is free for a limited time. Would love feedback on what’s useful, what’s broken, and what you’d want to see next.
  • iamrohitgawli1 day ago
    Does it share any proprietary data with the LLM?
    • aadityaubhat1 day ago
      No it does not share the underlying data with the LLM. It does share intermediate outputs with the LLM.
  • ShreyaaJain1 day ago
    Why would anyone use this over cursor?
    • aadityaubhat1 day ago
      That&#x27;s a good question. Cursor doesn&#x27;t work with notebooks, it can&#x27;t create, update or execute notebooks, Bloom supports notebooks natively. Cursor is created for software engineers, while Bloom is created for Data Scientists and Analysts.
      • mritchie7121 day ago
        very cool you built something for yourself, but just a heads up, cursor is adding notebook support next week (one of the founders posted it earlier this week on twitter).