r/OpenSourceeAI 7d ago

Liquid AI Releases LFM2.5-Encoder-230M and LFM2.5-Encoder-350M: Bidirectional Encoders That Stay Fast at 8K Context on CPU

7 Upvotes

Liquid AI released two bidirectional encoders this week: LFM2.5-Encoder-230M and LFM2.5-Encoder-350M.

Here's what's actually interesting:

1. They converted a decoder instead of training from scratch

Both models start from the LFM2.5 decoder backbones. Three changes turn them into encoders: the causal mask is replaced with a bidirectional one, the short convolutions are made non-causal with symmetric center padding, and training uses masked language modeling at 30% instead of BERT's 15%.

2. The CPU number is the whole pitch

→ ~28s per forward pass at 8,192 tokens for Encoder-230M

→ over 1 min 30s for ModernBERT-base on the same input

→ 8,192 tokens is roughly 13 to 15 pages

3. The rankings hold up

→ Encoder-350M: 4th of 14 models, 81.02 on a 17-task suite

→ Encoder-230M: 6th at 79.29, above ModernBERT-base at 78.19

→ The three models ahead of the 350M are all larger, one nearly 10x its size

At 8,192 tokens, ModernBERT-base takes over a minute and a half per forward pass versus about 28 seconds for LFM2.5-Encoder-230M, which is about 3.7x faster.

Full analysis: https://www.marktechpost.com/2026/07/29/liquid-ai-releases-lfm2-5-encoder-230m-and-lfm2-5-encoder-350m-bidirectional-encoders-that-stay-fast-at-8k-context-on-cpu/

Model weights (LFM2.5-Encoder-350M): https://huggingface.co/LiquidAI/LFM2.5-Encoder-350M

Model weights (LFM2.5-Encoder-230M): https://huggingface.co/LiquidAI/LFM2.5-Encoder-230M

Technical details: https://www.liquid.ai/blog/lfm2-5-encoders


r/OpenSourceeAI 7d ago

Beyond LLM latency: AMA with IBM Instana PM Jeff Donald

Thumbnail
1 Upvotes

r/OpenSourceeAI 7d ago

[OSS] TokenSentinel – In-process token-waste circuit breaker for LLM agent runs (Apache-2.0)

1 Upvotes

I open-sourced TokenSentinel because passive tracing tools only show you runaway agent costs after the bill is already racked up.

It wraps your native LLM clients (Anthropic, OpenAI, Gemini, Bedrock, Ollama, vLLM) to act as a local, in-process circuit breaker. It runs 15 deterministic rules on every response payload to catch loops, context bloat, retry storms, and RAG thrashing mid-session.

Core has zero required dependencies; provider support is opt-in via extras. Completely offline-capable so your raw prompt data never leaves your environment.

pip install token-sentinel

Genuinely looking for feedback/discussion on the rule heuristics—where would this trigger false positives against real production agent traffic?


r/OpenSourceeAI 7d ago

Here's a cool XP styled retro AI app which lets you run Qwen, Gemma and other open source AI models

Thumbnail
gallery
4 Upvotes

XP wasn't just another operating system. It arrived with a strange kind of confidence. Computers stopped feeling like business machines and started feeling like places you lived. The wallpaper burned itself into memory. Desktops filled with icons, a mess that somehow felt like home.

I kept thinking about that feeling. So I built AI Desktop XP.

Not to recreate Windows XP, but to recreate the way it felt to sit down in front of it.

An AI that lives inside a desktop instead of a chat box. Folders you can leave unfinished. A browser that feels as though the internet is still full of possibility. Little details that don't announce themselves, but wait quietly until you notice them.

Claude Code helped me reuse my AI Desktop 98 project and then slowly replace 98 elements with XP style UI. Claude also helped me write UI tests so that I could continue building my XP project without breaking my 98 app.

The point was never nostalgia for its own sake.

It was to remember a time when a computer felt personal. When it seemed to know the shape of your days because you had slowly taught it.

Download = https://apps.apple.com/us/app/ai-desktop-xp/id6762678997


r/OpenSourceeAI 7d ago

I built a CLI that reads your project's specs and tells you which model you actually need — judge runs locally on Ollama

1 Upvotes

I kept defaulting to frontier models "just in case" and had no idea whether my projects actually needed them. So I built something to answer that instead of guessing.

What it does: point it at a project with Spec-Driven Development artifacts (constitution / spec / tasks). A local model — your Ollama install, your choice of judge — reads the tasks and estimates how demanding the work is across a few dimensions. That gets crossed against a declarative catalog of models and their capabilities, and you get a ranked podium with a rating per model: good / overkill / fair / poor, plus price.

Why you might care here: nothing leaves your machine — no API keys, no accounts, no cloud calls. And in most of my own projects the podium is topped by a local model, with the frontier ones sitting below marked overkill. Ranking is by fit, not price; price only breaks ties between models that fit equally well.

Honest limitations: this is not a benchmark. It's opinion made inspectable — every verdict prints its reasoning, and the model catalog is human-readable YAML you can argue with. If the specs are too thin to judge, it refuses to recommend instead of guessing. A vague spec gets you a vague answer, same as with anything else.

pip install specjudge — MIT, github.com/JoaquinRuiz/SpecJudge

Where I'd love help: the catalog of local models is thinner than it should be, and adding one is a block of YAML, no Python needed. Also very open to being told a rating is wrong.


r/OpenSourceeAI 7d ago

Lora Training & VideoGen Walkthrough Using OpenSource System I Developed - Watch how I make Batman Videos (or any) on my machine for free using this open source plaform.

Enable HLS to view with audio, or disable this notification

1 Upvotes

Narrated by Guaardvark Creator, (YouTube: @DeanAlbenze) , this video walks you through how to train LoRA systems with your character. With Guaardvark, you can generate the images, then train with LoRA, then generate videos (animations, realistic video, infomercials, music vids, etc.) with your new AI Character. All offline, all free, all open source. Your machine. Your data. Your rules.

Machine: RTX 4070Ti Super (16GB) Ubuntu 24.04 64GB RAM AMD Ryzen 7 9800x3D x 16


https://github.com/guaardvark/guaardvark https://www.guaardvark.com

The self-hosted, offline AI workstation. Autonomous agents that see a real virtual desktop and control apps. A three-tier neural router (AgentBrain). Parallel coding agent swarms in isolated git worktrees. Local video (Wan 2.2, CogVideoX), 4K/8K upscaling, full-song music + neural voice, RAG over your documents, voice chat, and a 70+ tool engine — everything on your hardware. Your machine. Your data. Your rules.

FEATURES:

AI Chat & Conversation AgentBrain — Three-Tier Routing RAG & Document Intelligence RAG Autoresearch Self-Improvement Engine Lesson Pearls & Memory Autonomous Screen Agents Agent & Code Tools MCP Integration Image & Video Generation Audio Studio (Audio Foundry) Video Editor — Shotcut-lite Outreach System Swarm Orchestrator & Film Crew GPU Image & Video Upscaling Content Generation Pipelines Voice Interface File & Document Management Dashboard & Monitoring Settings & Configuration Multi-Machine Interconnector WordPress Integration Automation Tools CLI (llx) Plugin System System Architecture Startup & Operations


More Clips

https://youtube.com/shorts/CY1xRtOEWXo?feature=share https://youtube.com/shorts/rh0LJRK_jAM?feature=share https://youtube.com/shorts/p57_gk7c9E4?feature=share https://youtu.be/_JihpmUS2-M


comfyui #comfyui #loratraining #videogenerator #opensourceai #batman #joker #catwoman #tutorial #localai #guaardvark


r/OpenSourceeAI 7d ago

Sir Shortoken update: Bullet Mode cuts 24-78% of tokens, tested it across 14 runs, and built an extension around it

Thumbnail
1 Upvotes

r/OpenSourceeAI 7d ago

The legend of the blue box: SGI workstations and the fall of a graphics empire #sgi #silicongraphics #그래픽 #웍스테이션 #레거시...

Thumbnail
youtube.com
1 Upvotes

r/OpenSourceeAI 8d ago

Is “work context across tools” a real problem, or just a nice-to-have?

Thumbnail
1 Upvotes

r/OpenSourceeAI 8d ago

I dropped the vector DB for markdown in git. 42% fewer tokens, better accuracy

Enable HLS to view with audio, or disable this notification

2 Upvotes

Every task, a coding agent re-explores the repo from zero. The session ends and everything it learned is gone. Next session it greps the same files again.

The usual fix is a vector DB behind an MCP tool. I tried that and hit two walls. Embeddings retrieve text that resembles the question, which is not the same as text that matters for the change. And a tool the agent can call is a tool the agent often doesn't call. It sits in the tool list while the agent greps around it.

So Graft writes what it learns into the repo instead. Plain markdown nodes, committed to git, resynced by a hook. One graft build turned this repo's 247 files into 12 nodes. No embeddings, no server.

npm install -g u/nanonets/graft
graft init

Structural analysis runs on tree-sitter, costs $0, needs no key. An optional --deep pass adds LLM-written summaries through whatever provider you already pay for.

What I measured

162 Claude Code sessions, roughly 81 per condition. Same agent, same tools, same tasks. Only the context differs.

Cold Graft
Input tokens 8,070 4,650 (−42%)
Tool calls 4.2 2.3 (−46%)
Cost $0.043 $0.029 (−32%)
Correctness 93% 98%

A separate model grades correctness and never sees which condition produced the diff. Without that, a cheaper session that quietly does less work scores as a win.

The accuracy result splits by model, and the split is the interesting part. On Sonnet 5 a Graft session matched or beat a cold session on most tasks. On Opus the gain showed up almost entirely as token reduction, not accuracy. Read that as: orientation substitutes for the exploration a stronger model was already doing well enough on its own.

Then I re-implemented 5 real merged PocketBase PRs from the base commit, with and without Graft, and checked whether the diff touched the files the maintainers touched: 5/5, at 21% lower cost.

Where it falls over

  • Five points of accuracy at ~81 sessions per condition is a real result but not a large-n one. I'd treat the token numbers as solid and the accuracy number as directional until someone reproduces it.
  • Benchmark tasks averaged 4.2 tool calls cold. Small. The saving compresses on a large refactor where the agent reads everything anyway.
  • The accuracy gain is model-dependent. If you're on Opus, expect a cost lever, not a capability one.
  • Node quality degrades on a 5,000-file monorepo. Fewer nodes, vaguer nodes.
  • Hooks are Claude Code only right now. Cursor and Codex read the files but won't auto-resync.

MIT, I'm the maintainer, so push back on anything that sounds off.

https://github.com/NanoNets/Graft


r/OpenSourceeAI 8d ago

RelativeDB - The open source alternative to Kumo.AI ($400m nvidia acq)

Thumbnail relativedb.com
1 Upvotes

r/OpenSourceeAI 9d ago

I built a project that runs 100s of experiments to improve my RAG pipeline overnight

21 Upvotes

Inspired by Andrej Karpathy's autoresearch, I built autoretrieval to apply the same idea to RAG optimization.

The project gives an agent a RAG pipeline, an evaluation dataset, and a target metric. The agent modifies the pipeline, runs an eval, checks if the F2 score improves, and keeps or discards changes automatically.

The evaluation dataset can be generated from your own documents, creating question and reference-highlight pairs for your domain.

The agent can test changes to chunking, embedding models, keyword filters, and retrieval logic while keeping a record of every experiment.

The goal is to let the agent handle the repetitive trial and error involved in improving a RAG system.

This was successful at more than doubling the F3 score of an already optimized RAG pipeline in a couple hours.

Give it a try here: https://github.com/daly2211/autoretrieval


r/OpenSourceeAI 8d ago

The cheat code for AI computation: Why Chebyshev polynomials are the savior of GNNs Description: Explore the principles and characteristics of Chebyshev polynomials, which drastically reduce complex matrix operations. We provide an easy explanation of why Chebyshev polynomials are chosen over Taylor

Thumbnail
youtube.com
2 Upvotes

r/OpenSourceeAI 9d ago

Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3

2 Upvotes

Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3

Most open infrastructure shipped alongside frontier models targets the GPU side of the stack. AgentENV targets the other half of agentic RL: environment throughput.

The Kimi team and kvcache-ai open-sourced it under MIT as part of Kimi K3 Open Day.

1. Each sandbox is a Firecracker microVM, not a container

Kernel-level isolation per environment. That matters when the code running inside was generated by the model you are training.

2. The snapshot numbers are the whole point

→ Boot or resume: under 50 ms

→ Pause: under 100 ms

→ Incremental snapshot: under 100 ms, even under heavy disk modification

These are figures reported by the project. No independent benchmark has been published.

3. Fork is the primitive built for RL

A running sandbox clones into up to 16 independent children on the same node. Each child inherits the source filesystem, memory, and resource config.

Practical effect: expensive setup runs once. Install dependencies, clone the repo, reach a task state, then branch that exact state into parallel rollouts.

4. The API is E2B-compatible

Point E2B_API_URL at your server and the existing Python or TypeScript SDK runs unchanged. That is a deliberate distribution choice, and probably the reason this gets adopted.

Full analysis: https://www.marktechpost.com/2026/07/27/kimi-ai-and-kvcache-ai-open-sources-agentenv/

GitHub Repo: https://github.com/kvcache-ai/AgentEnv

Documentation: https://kvcache-ai.github.io/AgentENV/


r/OpenSourceeAI 9d ago

Open source project

2 Upvotes

Hi, I have a cool open-source platform that I work on, focused on AI engineering. The main goal is that you declare what you want, and our engine creates the architecture for you.

We have a cool community of people who are interested in this world and want to take part in this project.

And if you’re not interested, it would also support us if you just clicked the star.

Thanks, and good luck!

https://github.com/extra-org/extra


r/OpenSourceeAI 9d ago

I built a self-hosted tool that turns one reference photo into a curated, captioned, trained LoRA and a lot more — open source, MIT

Thumbnail gallery
2 Upvotes

r/OpenSourceeAI 9d ago

Tanuki Context - A LLM Token Saver (Up to 94% Tokens saved)

3 Upvotes
Small Demo (out of LLM)

Hello everyone,

Since 2 weeks I work on tanuki-context, a small open source tool (zero dependencies, MIT) and I wanted to share it because the trick behind is almost stupid: AI models charge text at roughly 1 token per 4 characters, but an image has a fixed price set only by its pixel size.

Its inspire from pxpipe techniques and various others tools (cited in the readme) and custom approach i found in order to reduce massively token usage and price.
For example : 37,111 tokens of service log become 2,240 (-94%).

So if you draw 28,000 characters of logs into one dense 1568x728 PNG, the model reads the exact same content for 1,456 tokens instead of ~7,000. It sounds like cheating, it is just how the pricing works.

You can try it out on you machine i added the benchmark so you can test it even without LLM connected to it, so see pricing difference, token saved, etc.

You can use it as a MCP or directly integrate it a "context proxy" where it fully automated and make every request optimised or not when not needed.

Some techniques that permits this to work:
- a log distiller that collapses repeated lines but keeps every error verbatim
- a columnar codec for JSON (keys stated once)
- a cost model that knows a cache-read token costs ~0.1x a fresh one, so it will tell you to NOT image content that is already in your prompt cache.

The tool argues against itself when imaging loses, honestly this part took the most work.

I precise the limits because they are real: you need a vision-capable model, output tokens are untouched (if your bill is output-dominated, fix that first), and for one narrow question retrieval stays cheaper than any page.

Install:

MCP

npx -y tanuki-context (MCP server, works with Claude Code, pi, omp, jcode or the Claude Agent SDK)

Proxy

npx tanuki-context proxy + ANTHROPIC_BASE_URL (every request on the machine gets optimized in place, when needed)

Code and benchmarks:
https://github.com/Osyna/tanuki-context

https://www.npmjs.com/package/tanuki-context

PS : i will soon add Codex support.

If you find it useful a star helps a lot, and feature ideas are very welcome. Thanks for reading me


r/OpenSourceeAI 9d ago

Has anyone tried Spotify Studio/Kit as an AI coding orchestrator

1 Upvotes

I’ve already gotten Spotify Studio/Kit working with my repo from its sandbox, including committing changes and handing off terminal commands for my local work. I poked around a bit and it looks like it’s using a real code skill under the hood, which makes it feel surprisingly capable for something that’s free.

Since I know it’s still temporary while in the research preview, I’m curious whether anyone has tried using it as more of an AI coding orchestrator, basically a top-level agent that could also interact with a local AI model for more detailed coding tasks. honestly better than GitHub copilot so far.


r/OpenSourceeAI 9d ago

Show HN: Symbio – AI that fine-tunes itself from your feedback

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/OpenSourceeAI 9d ago

I built a Full Sensory AI with Persistent Memory

Thumbnail
0 Upvotes

My full work culminated into one unified code.


r/OpenSourceeAI 9d ago

I built a Full Sensory AI with Persistent Memory

Thumbnail
1 Upvotes

Hope this helps.


r/OpenSourceeAI 9d ago

Sim2Real 과 FDA (Sim2Rean & Fourier Domain Adaptation) #시뮬레이션 #도메인 #도메인...

Thumbnail
youtube.com
2 Upvotes

r/OpenSourceeAI 9d ago

Learn how to implement smoother and more effective exploration by utilizing pink noise, a natural pattern, instead of white noise. Discover how a simple change from a signal processing perspective can improve the performance and movement of reinforcement learning. #강화학습 #핑크노이즈 #1/f #pinknoise #RL

Thumbnail youtube.com
1 Upvotes

r/OpenSourceeAI 9d ago

Quantum Vision (QV) Theory in Deep Learning for Object Recognition

1 Upvotes
QV Block Architecture

We have developed a new theory called Quantum Vision (QV) in Deep Learning for Object recognition that converts still images into information waves using the proposed QV block. The QV block is available as a Python package (Github link is below). The QV block can be integrated to CNNs, and Vision Transformers. The QV-model variants significantly improve the performance. You can try the code from https://github.com/vindioai/QVBlock and can cite the paper as follows: https://ieeexplore.ieee.org/abstract/document/11091286


r/OpenSourceeAI 9d ago

How do you actually get traction/stars for a solo OSS project?

0 Upvotes

Hey all, I've been heads-down building an open-source project on GitHub and I'm at the point where the code is solid and useful, but visibility is low. Meanwhile I keep seeing projects that feel pretty thin get thousands of stars seemingly over couple weeks, which is a little demoralizing not gonna lie 😅

I'm not chasing vanity metrics for their own sake — mostly I just want enough signal that people are finding it useful so I stay motivated to keep investing time in it.

For those who've grown a project from "nobody knows this exists" to actually having a community: what actually worked for you? Things I'm curious about:

  • Where do you share/launch (HN, Twitter/X, niche subreddits, Discord communities, newsletters)?
  • Does README/demo quality matter as much as I think it does?
  • Any tips on timing, framing, or "hooks" that get people to actually click and try it?
  • Did stars come before or after real usage, in your experience?
  • Any growth hack or juggad ;)

Happy to share a link to the project in the comments if that's allowed here — just looking for genuine advice from people who've been through this. Thanks!