This is great news! Too few ML practitioners know what a gamechanger nbdev can be. Years ago at AMD I used nbdev (version 1?) to implement an early prototype of FSR4 realtime super resolution. It was self-explanatory (e.g. with diagrams showing examples of jittering and temporal super resolution)…
GenAI has the potential to worsen health inequities. In a new review we show that with intent, confronting the challenges, it could be just the opposite, globally
led by @nliulab.bsky.social
nature.com/articles/s44...
1/n
"Getting better at the particular prompting skills or whatever details of the current generation AI CLI frameworks isn't growing.
You know, that's as helpful as learning about the details of some AWS API when you don't actually understand how the internet works.
Lots of folks have been asking for this for a while, but we wanted to wait until TOML support in the python stdlib was widely available. 3.11 added that support, and is pretty widely installed now.
(We install `tomli` to backfill support where needed.)
Great interview by @howard.fm on AI. Nice to see him continuing to mask.
Jeremy Howard interview at PytorchCon with Anna Tong
www.youtube.com/watch?v=LrFb...
This is one of the absolute best conversations on AI and software I've heard in a while. (I listen to a lot of stuff about AI.) @howard.fm is an expert & practitioner who cuts through the noise & false dichotomies, to talk about the joys & pitfalls of human machine collab
youtu.be/dHBEQ-Ryo24?...
There is a third-party app for this, you can find it here: bsky-follow-finder.theo.io
My impression with bluesky is that a lot of things exist but there is just no way of finding them.
@nkgarg.bsky.social
Close reading is a technique for careful analysis of a piece of writing, practiced by many ancient cultures, major religions, & academic scholars. The latest fastai course experimented with using AI to go deeper when reading. 1/
www.fast.ai/posts/2026-0...
nbdev v3 is released!
The big change is that nbdev now uses pyproject.toml, not settings.ini, for all config. (nbdev v1 predates pyproject's support for project metadata, so we used our own settings file.)
v3's `nbdev_migrate_config` automates migration
nbdev.fast.ai/getting_star...