Welcome to colibrì Discussions — ideas, benchmarks, and Q&A live here now #207
Replies: 10 comments 7 replies
-
|
Hey! I’m Ronit, a high school student interested in machine learning, computational biology, and running powerful models on accessible hardware. I’m currently experimenting with colibrì on my personal computer and am especially interested in benchmarking, optimization, and possible research applications. If token generation were 10× faster, I’d explore building a local research assistant that could analyze scientific papers, compare methods across studies, and help generate and test computational research ideas without relying on cloud APIs. Excited to learn from the community and contribute any useful benchmarks or observations I find! |
Beta Was this translation helpful? Give feedback.
-
|
Hey everyone! I'm Tooshar ,aka walkingdead, a 1st year college student with interests in machine learning, large language models and data science. I recently came across colibrì and was immediately intrigued by the idea of running models of this scale efficiently on consumer hardware. I'm looking forward to experimenting colibrì on my device and test how everything works. If token generation were 10× faster, I'd love to build a local coding assistant capable of reasoning over large codebases, debugging complex projects, and handling long-running reasoning tasks that are currently too slow to iterate on locally. Faster inference would make it much easier to prototype new ideas, benchmark different approaches, and experiment with more capable agentic workflows. Excited to learn from the community and hopefully contribute to it! |
Beta Was this translation helpful? Give feedback.
-
|
Hi there,I'm Andrei (M.Sc. Engineer) I love the project and I have an idea. I know you guys are all about the SSD and no GPU involved, but it would be nice if you could add this as a plugin or option: Speculative Decoding (Draft & Verify) using the GPU. Most gaming laptops have a dedicated GPU (like my RTX 5060 with 8GB VRAM) that currently sits completely idle. If we could load a smaller draft model into the VRAM to instantly generate draft tokens, and use the giant MoE on the CPU/SSD purely for single-pass verification, it could easily maximize performance and give a massive 3x speedup. It would be the perfect way to fully utilize the hybrid hardware setup that most consumer boxes have! PS: If you already worked on something like this, I would love to try your alpha or beta version if available :)) |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, I was exploring the possibility of running other powerful MoE LLMs that have smaller active params per token so that they could run on my device with only CPU and 16GB RAM. I am not very in the specs, but it looks like colibrì can do it. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm Zhuxi, an embedded AI developer. This is truly a crazy idea—you've solved the operational issues, and now you want to tackle the problem of running speed. I'm developing on the RK3588 chip (with 8GB of RAM). Previously, I deployed a 7B DeepSeek model, and I think I can learn from colibri to try deploying even larger models. If we can solve the problem of slow inference speed, we could get rid of server dependence—that's incredibly exciting. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm Daniel. This is absolutely a crazy idea and i came across it on instagram. I had two ideas to make massive models run perfectly on constrained CPU-only laptops:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi all — we run a set of experiments on grounding and checking LLMs with a training-free "concept kernel" (concepts built from a small set of semantic primitives) plus a deterministic rules engine (github.com/jeswr/kernel-of-truth). Two questions drive the work: does grounding + deterministic checking add genuinely checkable value beyond a model's generic output, and can it make models cheaper to run? colibri is how we access GLM-5.2 (int4, CPU expert-streaming) for the efficiency side — thanks for building it. One strand there, in the spirit of "what would you build if tokens were 10× faster": profile what each of GLM-5.2's experts actually specialises in, find the ones computing regular/deterministic functions, and swap those for small deterministic modules — some grounded in our concept kernel, some just plain code, whatever holds quality. Very exploratory right now. A few early numbers (measured, not claims): we've reconciled the routed-expert count to 19,456 from the estate metadata (matching the Expert Atlas thread), and stood up a per-token router trace with per-item reset. Concept-shaped routing structure is clearly real (permutation p = 0.0001), but a kernel-guided routing gain looks small so far — a cluster-aware interval sits near zero, so "real structure, modest exploitable signal, more to measure." We'll come back with commands + numbers as a Show-and-Tell, measure-before-claiming style. |
Beta Was this translation helpful? Give feedback.
-
|
@jeswr this is exactly the kind of work I hoped colibri would enable — and the measure-before-claiming discipline is very welcome. There is a concrete place where your expert-specialization signal could land immediately. We just merged Your strand — find experts computing regular/deterministic functions and swap them for small modules — is the quality-aware version of exactly that decision. If your router trace + specialization profile can label experts as "deterministic / low-information / safe to skip" vs "load-bearing," that turns Two shared hooks: the Expert Atlas thread (#175) and Please do bring the commands + numbers as a Show-and-Tell (#208). Even a null result on the routing-gain side is useful signal. If you want a per-token expert-selection trace from the engine to feed your analysis, |
Beta Was this translation helpful? Give feedback.
-
|
Congrats on opening Discussions! I love the "measure before claiming" rule. One thing I'd be curious to see in the benchmarks: total cost-of-ownership for a long Colibrì session versus a flat-rate hosted GPU box. Consumer inference saves on API tokens, but once you factor in power, cooling, amortized hardware, and the time spent tuning, the breakeven can be surprising—especially for teams that run agents for hours. We run UltraWork (https://vibecodingagency.com/gpu-cloud/) on flat monthly GPU environments partly because of that math. A direct measurement from the Colibrì community would be more credible than anything I could post. Disclosure: I help run Vibe Coding Agency. Not pitching against local inference—just adding a datapoint the benchmark thread could use. |
Beta Was this translation helpful? Give feedback.
-
|
ola rapaziada, queria falar com devs mobile, to criando um projeto chamado karnel termux, ele adiciona tudo q vcs precisan para programar no cell, para mais detalhes: https://kerneltermux.vercel.app/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome! 🐦
Colibrì went from a personal experiment — can a 744B MoE run on a 25 GB consumer box? — to a community effort in about a week, and the issue tracker has been doing three jobs at once: bugs, benchmarks, and research ideas. Discussions is now open so each conversation gets the right home:
Issues stay for bugs and concrete work items — things with a reproduction or a diff.
House rules, unchanged since day one: measure before claiming, post the commands with the numbers, and retractions are a feature not a shame (ask anyone — half our best findings started as corrections). A 744B model on consumer hardware only stays honest if we do.
Introduce yourself below if you like: what hardware are you running colibrì on, and what would you build if the tokens were 10× faster? That second question is not rhetorical — it drives the roadmap.
Beta Was this translation helpful? Give feedback.
All reactions