6 comments

  • hasyimibhar45 minutes ago
    How does this compare to open source Deepnote[0]? We use the cloud version (BYOC) at my previous company to replace self-hosted Jupyter notebooks, and it&#x27;s pretty great.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;deepnote&#x2F;deepnote" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;deepnote&#x2F;deepnote</a>
  • MSaiRam101 hour ago
    Notebooks as the output format is funny because notebooks are famously bad for reproducibility. Out of order execution, hidden state, etc. You&#x27;re solving &quot;chat isn&#x27;t reproducible&quot; with a format that also isn&#x27;t really
  • 2ndorderthought4 hours ago
    This is one of those product areas I would call high-risk without a human in the loop. So I am glad you kept a person in the loop. It&#x27;s really easy to lose tons of money making decisions based on bad statistics or models. Anyone remember how much money zillow lost because of automatic time series models?<p>I do have concerns about the workflow. Data people aren&#x27;t usually the best programmers. Models hallucinate and make mistakes sometimes subtle sometimes not. Can you think of a way to prevent data scientists from having to be expert code reviewers? I feel like taking away the code gives them the chance to find and fix mistakes in their reasoning but I have no evidence for that.
  • amirathi3 hours ago
    Really cool. If somebody doesn&#x27;t want to adopt a new platform, take a look at open source Jupyter MCP Server[1]. Once integrated with Claude, it can execute code on the live notebook kernel.<p>I just let Claude write notebooks, run top to bottom, debug &amp; fix errors &amp; only ping me when everything is working.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;datalayer&#x2F;jupyter-mcp-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;datalayer&#x2F;jupyter-mcp-server</a>
  • jiggunjer1 hour ago
    IME &quot;real data work&quot; doesn&#x27;t involve notebooks.
  • estetlinus3 hours ago
    This is one shot with Claude Code. What’s the moat?
    • 2ndorderthought1 hour ago
      Not the op or affiliated but.<p>You really shouldn&#x27;t and often cannot legally send off data or information about data to 3rd parties. Maybe schemas are okay but 1 mistake and your company can be in serious trouble. So local models is a good idea.<p>This is a safer workflow if implemented correctly to prevent certain types of mistakes when LLMs inevitably hallucinate or make a mistake.<p>That said, 200 usd? I don&#x27;t believe the value is there. Someone can run a local model very easily, 1 command line call and do this themselves. For free.