Rens Dimmendaal (@r_dimm) 's Twitter Profile
Rens Dimmendaal

@r_dimm

👨‍💻 R&D @ Answer.AI
🧑‍🎨 Fan of artists who use Machine Learning
🎨 Sometimes I make something myself too

ID: 4110709707

linkhttp://rensdimmendaal.com calendar_today04-11-2015 08:42:27

184 Tweet

202 Takipçi

393 Takip Edilen

Rens Dimmendaal (@r_dimm) 's Twitter Profile Photo

Hey Simon Willison 👋 I'm really enjoying your python llm cli. Thanks a lot for making it! Out of curiosity...which LLMs do you use mostly nowadays?

Rens Dimmendaal (@r_dimm) 's Twitter Profile Photo

Ok so apparently GPT-4o is great at rhyming in ABBA schema out of the box ...maybe because it's multi-modal and trained on sound? ...Im just guessing. Who would have a better informed idea?

Ok so apparently GPT-4o is great at rhyming in ABBA schema out of the box

...maybe because it's multi-modal and trained on sound?
...Im just guessing. Who would have a better informed idea?
Jeremy Howard (@jeremyphoward) 's Twitter Profile Photo

Announcing fasttransform: a Python lib that makes data transformations reversible/extensible. No more writing inverse functions to see what your model sees. Debug pipelines by actually looking at your data. Built on multi-dispatch. Work w/ Rens Dimmendaal fast.ai/posts/2025-02-…

Rens Dimmendaal (@r_dimm) 's Twitter Profile Photo

Is vibe coding a developer's slot machine? 🎰 Flashy outputs, highly variable intermittent rewards. And before you know it: you're in (tech) debt.

Jonathan Whitaker (@johnowhitaker) 's Twitter Profile Photo

New tiny release: nbs2ctx I have had a very productive streak using LLMs with the pattern "Help me fix [X], here's [big dump of context]". nbs2ctx makes it easy to turn Jupyter notebooks into LLM-friendly text - perfect for NBDev projects etc :) Link: answerdotai.github.io/nbs2ctx/

Alexis Gallagher (@alexisgallagher) 's Twitter Profile Photo

Hello! I'd like to announce fastmigrate, a simple AnswerAI tool for database migrations. But I confess: I'm embarrassed that db migrations seem dull! 😳 I thought so too until I enjoyed A Pleasant Little Insight About Them. Maybe you will enjoy it as well. 🧵 1/

Nathan Cooper (@ncooper57) 's Twitter Profile Photo

At Answer.AI, we integrate Stripe into lots of projects. Every time, I found myself doing the same dance: create product, create price, create checkout session. Then hunting docs for parameters for each. So we built FastStripe, a self-documenting Stripe SDK that's easy to

At <a href="/answerdotai/">Answer.AI</a>, we integrate <a href="/stripe/">Stripe</a> into lots of projects. Every time, I found myself doing the same dance: create product, create price, create checkout session. Then hunting docs for parameters for each. So we built FastStripe, a self-documenting Stripe SDK that's easy to
Jeremy Howard (@jeremyphoward) 's Twitter Profile Photo

"🤯Imagine this: - Build a web app & interact with it on the same screen as your code - Use live vars from your REPL directly in AI - Turn any function into AI tool instantly A live environment fusing the best ideas from Literate Programming, Smalltalk, & Jupyter."

Erik Gaasedelen (@erikgaas) 's Twitter Profile Photo

At Answer.AI we built SolveIt to improve how we develop software - including SolveIt itself 🔄 Here I'm using it to learn our own fastcore library, with immediate code execution right in the dialog. gist.github.com/erikgaas/11a24…