I carried my stories From Python to Node and found Apple's hidden city of Metal
The article discusses the author's journey of creating a local AI model using Python and Node.js. It describes the development of a general-purpose AI experiment runner and the functionalities it offers. Additionally, it provides insights into the setup process and customization options available for users.
- ▪The author initially wrote weird fiction set in Portland and aimed to create an AI model that mimics their voice.
- ▪The project began with a Python notebook and evolved into a general-purpose AI experiment runner that can be set up quickly.
- ▪Users can customize the UI and modify the project files freely, allowing for a personalized experience.
Opening excerpt (first ~120 words) tap to expand
pipeline-demo I wrote weird fiction set in Portland, Oregon. I wanted a local AI model that could write in my voice. I started with a Python notebook, and by the time I was done I'd accidentally built a general-purpose AI experiment runner. Here's a paragraph it generated: Right now, the sun is hanging low, and the treetops are weeping golden liquid into the crows' nests... That's not cherry-picked. The voice holds because of how retrieval works — keywords instead of embeddings... Clone, install, run — and in under a minute you'll see the shipped test pipeline execute end-to-end and print a friendly hand-off message telling you where to go next. This repo is intentionally small.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.