Nipsuli
@nipsuli
Product Engineer | ML & AI Systems | Founder
Opinions are my own
ID: 60478244
27-07-2009 03:37:21
265 Tweet
67 Takipçi
450 Takip Edilen
Cool video from Theo - t3.gg on LLM generating code instead of calling MCP tools directly. I've been bouncing a lot with idea of making like API integration tool where each user could vibe their own integration patterns. youtu.be/bAYZjVAodoo?si…
When you like the open source tool you use so much that you decide to contribute "small" improvement... Jazz - the DB that syncs
Another open source contribution I’ve recently done was to Jazz - the DB that syncs I use Jazz heavily with Cloudflare durable objects and wanted to make them snappier by utilizing the SQL storage on them instead of always loading data over internet
The other week I saw Pekka Enberg defending asserts. I realized that with (analytical) SQL in many cases I prefer correlated subqueries over JOINs as pattern as it blocks accidentally doing exploding join acting basically as an assert. Fun realization 🤪