Logan missed the BIG news here, which is that Gemini now knows about FastHTML! π
@jeremyphoward
-
Basic English and Simple Wikipedia for AI Accessibility
By
–
You know about Basic English, and the Simple English Wikipedia? Might be of interest
-
Adding Configuration to Claude Code and IDE Tools
By
–
To use it, add it to your http://
claude.md if using claude code, or to your claude project if using the web ui, or to your cursorrules etc as appropriate if you're using an IDE. -
Answer.AI and fast.ai documentation available in markdown format
By
–
Like all http://
Answer.AI and http://
fast.ai docs, this is available in LLM-friendly markdown form by either adding .md to the URL, or clicking the "commonmark" link on the right-hand side of the HTML version. Here it is: https://
fastht.ml/docs/ref/best_
practice.md
β¦ -
Teaching Claude FastHTML Through Code Review Cycles
By
–
The way I wrote this guide was to give Claude a few little apps to write in FastHTML, then I code reviewed them, then I had Claude write an explanation for each code review suggestion so it won't make that mistake again. I only needed fairly minor edits to what it wrote.
-
Claude 4 Excels at FastHTML Application Development
By
–
It's great that @AnthropicAI Claude 4 is now pretty good at writing FastHTML/fastlite applications! Sometimes it writes a bit more code than is needed, since it doesn't fully understand idiomatic patterns. This new guide is written to help Claude:
-

Deep Learning in Microbiology: Critical Analysis of ML Enzyme Research
By
–
I'm thrilled to see @math_rachel
's interesting new article, on a recent deep learning microbiology paper, getting the attention it deserves — check it out if you haven't seen it yet! https://
rachel.fast.ai/posts/2025-06-
04-enzyme-ml-fails/index.html
β¦ -

MonsterUI Component Library for FastHTML Reaches HN Front Page
By
–
What a nice surprise – the MonsterUI component library for FastHTML on the HN front page π
-

How Sebastian Ruder Made ULMFiT Paper Happen
By
–
How @seb_ruder made the ULMFiT paper happen (from 2018 http://
fast.ai student notes: https://
cedrickchee.gitbook.io/knowledge/cour
ses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-10-transfer-learning-nlp
β¦) -
Automate Dataclass Decoration in analyse Function
By
–
BTW instead of requiring the user to add the dataclass decorator, you could call `flexiclass` inside `analyse` to do it for them. Then it'll work with any regular class.
