I Made Bagel Font
Hey HN, I recently made 3d style Bagel web font (with some more styles) from scratch, and wanted to share the process in case anyone's interested in experimenting or giving feedback. You can play around by typing https://www.bake-ai.com/fonts [Backstory] I was experimenting with Stable Diffusion + ControlNet to generate icons. To my surprise, generating letters this way was actually better than using traditional 3D tools like Blender for this purpose. That led to the idea: what if I could turn into an actual real working font? I found a few tools, but most were either paid or…
In plain words
I Made Bagel Font is a 3D-style web font created using AI image generation rather than traditional 3D modeling software. The creator used Stable Diffusion and ControlNet to generate individual letters, then converted them into a working font file using Python and FontTools. The font is available for experimentation at bake-ai.com/fonts, and the maker shares the process for others interested in AI-assisted font creation and design feedback.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hey HN, I recently made 3d style Bagel web font (with some more styles) from scratch, and wanted to share the process in case anyone's interested in experimenting or giving feedback. You can play around by typing https://www.bake-ai.com/fonts [Backstory] I was experimenting with Stable Diffusion + ControlNet to generate icons. To my surprise, generating letters this way was actually better than using traditional 3D tools like Blender for this purpose. That led to the idea: what if I could turn into an actual real working font? I found a few tools, but most were either paid or lacked support. So I leaned on Cursor (been using it since launch) and spent a few hours hacking together a Python script using FontTools(https://github.com/fonttools/fonttools, Opensource font generation python library). Eventually, I got a working .ttf file with an SBIX table (used by Apple’s color fonts)! [Technical details] 1) Create base glyphs Drew black letterforms by hand on iPad (or used open-licensed fonts for other experiments). 2) Add texture/style Used ComfyUI + Stable Diffusion + ControlNet to generate stylized images for each letter. Could also be done in Midjourney, Photoshop, etc. Key part is keeping image sizes consistent. 3) Generate font files Used FontTools (Python). Tried FontForge, BitFontMaker, even paid tools like Glyphs and Fontself — none worked well for image-based fonts. FontTools + SBIX table finally did the trick. [Constraints] SBIX fonts are still relatively heavy, and not all software supports them yet. Photoshop does, but Figma doesn’t (yet). I plan to submit a feature request to Figma once things are more polished. If anyone’s curious to try the font, happy to share it. Would love feedback, ideas, or just to know if this inspires you. I’ve been doing solo creative projects for a while — it can get tough, but knowing it sparks something for someone else helps a lot. Thanks for reading — and feel free to AMA if you're trying something similar! Updates on availability - Available: Chrome, Safari - Unavailable: Firefox I'm using a Mac with the Chrome (Arc) browser. It might not work properly on some browsers. If it doesn't work for you, reporting it would really help me improve it next time. Thanks! Updates on ideas from the community - Add cream cheese for bold version - Want Wholemeal version
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, April 2025
the whole month →- IB
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions.…
Dev tools · 2025 · runpyxl.com
- UC
Life & fun · 2025 · filiph.github.io
- IB
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/
AI · 2025 · github.com


