Aaron Diamond-Reivich

440 posts

Aaron Diamond-Reivich banner
Aaron Diamond-Reivich

Aaron Diamond-Reivich

@_aaronDR

Revamping Jupyter Notebooks (YC S20)

NYC Katılım Mart 2012
1.2K Takip Edilen551 Takipçiler
Ish Verduzco
Ish Verduzco@ishverduzco·
Any NYC friends want to come to the @NotionHQ office next month? I’m hosting a mixer for Founders & Creators
English
362
13
662
48.7K
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
A pattern I've seen is that notebook are great for one-off EDA and report automations, but if you start automating a lot of work (ie: three end of month reports) then you start wanting to have shared utilities, a dashboard to share with colleagues, etc. Jupyter isn't good at multi-file projects. So you end up moving to vscode and into .py files
English
1
0
0
21
Taofeek Babatunde
Taofeek Babatunde@Taofeekbabatee·
Curious about this: Why do people who started with Jupyter Notebook switch to VS Code to write their Python programs as their knowledge grows?
English
1
0
0
26
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
The iron man helmet, but for spreadsheets. A proactive AI that: > calls your attention to incoming missiles (data quality issues that will blow up your analysis) > gives you readily accessible super (builds the most useful data visualizations, separates missing data into a separate file for manual review, etc.) There's so many details you need to pay attention to when building a real-world, real-stakes report automation. Our goal is to offload the mundane stuff to Mito AI so you can focus on the highest leverage work that you are uniquely skilled at: making sure the analysis handles your specific business context with 100% accuracy.
English
0
0
2
43
Chris Goldammer
Chris Goldammer@floor_per_area·
Upzone Park Slope, block by block.
English
10
6
89
12.1K
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
@helloiamleonie OpenAI, Anthropic, Google SDKs for making inference requests routed through AWS lambda functions, and our own harness to orchestrate it all for data science workflows. Took a few refactors to get the harness right but now it works wonderfully and easily extendable
English
0
0
0
54
Leonie
Leonie@helloiamleonie·
If you’re building AI agents, what’s your current stack?
English
139
16
342
89.5K
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
The Citibike doc at the Navy Yard wework usually has an attendant so that it can hold ~130 bikes instead of it normal 30 bikes. Today was the dreaded 1 day of the quarter when she was not there, sending 100 people to race to the nearest docs. Would've loved a text from Claude Code this morning to leave the house extra early to make sure I got a nearby doc.
English
1
0
0
74
@jason
@jason@Jason·
We started an AI founder twitter group... reply with "I'm in" if you're a founder and want to be added
English
10.8K
134
4.6K
904.3K
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
@0xyorke @mattmurrs I want my agent to send a drone ahead to the CitiBike doc w/ one remaining ebike to scan the bike out and keep it safe until I get there
English
1
0
1
52
Yorke Rhodes
Yorke Rhodes@0xyorke·
@mattmurrs Multimodal is such a gap in google maps. When agentic auction with allocative efficiency for citibike reservations?
English
2
0
1
304
Matt Murray
Matt Murray@mattmurrs·
You missed the subway and need an e-bike across NYC, transit402.dev gets you there. Real-time MTA + Citi Bike data in one API. Pay just cents via x402 or MPP Add to your agent and get around NYC your way
English
17
19
150
63.7K
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
@leerob any advice here? It's getting incredibly hard to review agent changes. Notice it says 3 lines changes in the Agent taskpane, but the file is lit up with diffs all over the place
Aaron Diamond-Reivich tweet media
English
0
0
0
32
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
Cursor's review has been showing me inconsistent diffs. Notice here: 1. The Agent Taskpane review says two files were changed with only a few lines each 2. In the editor it's showing me way more new lines than the Agent reports (These are old, already committed changes that I made yesterday with a different Cursor agent) 3. In the editor toolbar it shows me that 13 files were edited. This all started, when I edited an svg file and now if I ever click the "Review Next File" button after I click "Keep File", it takes me to that svg file. Is there any way to reset my change history / fix this issue? It's making it very hard to review the agent's work! @leerob @cursor_ai Thanks for your help! Here is my build: Version: 3.0.16 VSCode Version: 1.105.1 Commit: 475871d112608994deb2e3065dfb7c6b0baa0c50 Date: 2026-04-09T05:33:51.767Z Layout: editor Build Type: Stable Release Track: Default Electron: 39.8.1 Chromium: 142.0.7444.265 Node.js: 22.22.1 V8: 14.2.231.22-electron.0 OS: Darwin arm64 25.3.0
Aaron Diamond-Reivich tweet media
English
1
0
1
90
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
@lucasgordon Very cool. Didn't know that getting an apartment across from a popular restaurant could give me a new income source :)
English
0
0
1
155
Lucas Gordon
Lucas Gordon@lucasgordon·
Weekend project. NYC lines.
Lucas Gordon tweet media
English
82
49
2.2K
297.7K
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
Being able to easily share these flows with the rest of your team is a huge deal. When we onboard new teams to Mito, usually one person takes on the role of context creator. They: 1. write up custom rules like: If you want churn data, merge these tables on these columns, etc. 2. try to teach the rest of their team how to use the custom rules, how to keep them in sync, etc. For teams that already use Notion, some of that context, and all of that collaboration piece is already taken care. Huge ops win.
English
0
0
2
255
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
.@abacusai, @arvinds can you confirm how to set the response format for the LLM router: - /app/route-llm-apis says to use {"type": "json"} - /help/developer-platform/route-llm/api says to use {"type": "json_object"}
English
1
0
0
119
Arvind Sundararajan
Arvind Sundararajan@arvinds·
@_aaronDR @abacusai Thanks for noticing - we are fixing /app/route-llm-apis - the developer-plaform {"type": "json_object"} is the correct way
English
1
0
1
26
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
Anyone else noticing that gpt-5.2-codex is prone to returning the complete response_format object twice in one completion? Haven't seen this issue with other models from openai
English
1
0
1
105
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
My new favorite hobby is trying to trick Apple AI into generating text summaries that have nothing to do with what I actually said
English
0
0
0
78
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
@leerob Version 2.4.31. I tried using the integrated browser with @browser and just telling it to use the Chrome tab that I have open as well
English
0
0
0
170
Lee Robinson
Lee Robinson@leerob·
@_aaronDR What version are you on? And is this using the integrated browser inside of Cursor (e.g. @​browser)?
English
3
0
14
5.5K
Aaron Diamond-Reivich
Aaron Diamond-Reivich@_aaronDR·
Getting Cursor to verify its own changes is such an unlocked workflow, but recently I've been having some issues getting Cursor to use the browser. Any ideas on what I'm doing wrong here @leerob? Appreciate any help greatly!
Aaron Diamond-Reivich tweet media
English
4
0
18
6.5K