Glyph
Content intelligence without the baggage
What it does
Plot twist: there are no transformer models, GPU clusters, or vector embeddings here. We built Glyph because we needed fast content intelligence for some of our own products. Then we made it fast. Glyph converts text into fixed-size signatures using MinHash and uses those signatures for similarity estimation, ranking, search, recommendations, guided token chain autocompletions, and document matching. Glyph runs entirely in memory, with no embedding API or vector database required.
A lightweight toolkit for generating and comparing content fingerprints. - Koda-OSS/Glyph
Compare fast. Search in memory. Spotlight documents. Aggregate collections. Glyph turns text into glyphs — fixed-size MinHash fingerprints. Compare similarity, search an in-memory index, rank document chunks with spotlight, pre-aggregate labeled examples into one glyph, or suggest the next word with completions. import { Create , Compare } from "@koda.oss/glyph" ; const a = Create ( "the quick brown fox jumps over the lazy dog" ) ; const b = Create ( "the quick brown fox leaped over the lazy dog" ) ; console . log ( Compare ( a , b ) . similarity ) ; // ~0–1 Jaccard estimate Documentation Full doc index: docs/README.md · Changelog · Migration 0.4 → 1.0 A lightweight toolkit for generating…from github.com
Does the same job
all alternatives →

- GAGlyph3D – A 3D text visualizer for macOS and iOS / iPadOS2024 · github.com · ▲52
Hello internet folks! I'm happy to share the first TestFlight release of Glyph3D, a 3D text visualizer for macOS and iOS. It's free, supports pretty much any utf8 data, and is a pretty interesting way to navigate your repositories or data directories without the limitations of standard text windows! Download and bookmark for macOS and iOS: https://github.com/tikimcfee/LookAtThat/ - You should be able to download public repos from GitHub and render them. - Play with opening and closing windows. I've disabled many of the in-flight features to keep user confusion down,…

- GAGlyphLang – An AI-first programming languageJan 2026 · ▲44
While working on a proof of concept project, I kept hitting Claude's token limit 30-60 minutes into their 5-hour sessions. The accumulating context from the codebase was eating through tokens fast. So I built a language designed to be generated by AI rather than written by humans. GlyphLang GlyphLang replaces verbose keywords with symbols that tokenize more efficiently: # Python @app.route('/users/') def get_user(id): user = db.query("SELECT * FROM users WHERE id = ?", id) return jsonify(user) # GlyphLang @ GET /users/:id { $ user = db.query("SELECT * FROM users WHERE id…
- GAGlyph, a local-first Markdown notes app for macOS built with RustMar 2026 · glyphformac.com · ▲8
Glyph is an open-source, local-first Markdown notes app for macOS built with Rust (Tauri) It stores notes as plain files, supports fast search, wikilinks/backlinks, and includes optional AI chat, including implementation of Codex so you can use your chatgpt sub, all without requiring a cloud-first workflow. https://glyphformac.com/
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, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


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