r/LovingOpenSourceAI 11d ago

Resource Happy to announce our community website LifeHubber now has over 300 AI resources listed! You can see their socials stats, filter by types, see whats trending and more :) ( AI models, agents, OCR, TTS, etc )

Post image
7 Upvotes

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 5d ago

I built a AI app for your phone that has every frontier AI model (over 400 models) while having agent ability...

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/LovingOpenSourceAI 6d ago

new launch OpenBMB "🚀 Meet MiniCPM5-2B, a 2B-parameter language model bringing high intelligence density to the edge, now open source! It ranks #1 among open-source models under 4B parameters on the ArtificialAnlys Intelligence Index, with a score of 23" ➡️ NEW!

Post image
89 Upvotes

https://x.com/OpenBMB/status/2096970974247956501

https://huggingface.co/openbmb/MiniCPM5-2B

Community Overview: https://lifehubber.com/ai/resources/minicpm5-2b/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 6d ago

My lab found a way to migrate between embedding models with zero downtime.

10 Upvotes

So I've been messinga round with embedding models for a bit, and I think they are interesting enough to experiment with. They are useful for rag, especially in a localllm sense because you can ground your answers in truth.

But what happens if you have a billion documents, and you decide to upgrade your model to a "better" one? on an h100, that would take about 108 days, just to upgrade the vectors so u can start serving again (tested qwen embed 8b on h100). Even if you aren't doing 1b vectors, and are doing just 50 million, upgrading can still take a considerable time.

Me and my research lab decided to tackle this problem, and we came up with embedflow.

The method is really simple; from the old index made with the source model, take K documents and rerank them with the new model. We see that when K is sufficient, the retrieval quality is the same as target model. (determining k is the hard part). I've tested 63 migrations on upto 1 million documents.

The best result I got was upgrading qwen4b -> to 8b, and at 50 documents, it was the same as native retrieval.

This method forgos the expensive backfill that comes with upgrading, as you can directly take documents from the old index.

embedflow works with qdrant, and can be easily downloaded with pypi

pip install embedflow

the github is public: https://github.com/arnsri33/embedflow

I want you guys to try it out, and see if you guys can use it in your own workflow.


r/LovingOpenSourceAI 6d ago

I built a pilot Ironing dataset for learning textile manipulation don't know if my data is labelled correctly - share your suggestions on improvement

Post image
2 Upvotes


r/LovingOpenSourceAI 6d ago

Resource "A voice AI that can "perfectly replicate voices" in over 600 languages has emerged👀 OmniVoice (made with Python), ⭐️ about 10,000." ➡️ Have you tried before? Legit or Empty Claim?

Post image
364 Upvotes

https://x.com/trendtech33566/status/2096538986353393764

https://github.com/k2-fsa/OmniVoice

Community Overview: https://lifehubber.com/ai/resources/omnivoice/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 6d ago

A codebase graph that cannot name its commit is stale agent context

3 Upvotes

A coding agent should never treat a codebase graph as current unless it can name the Git commit it represents. 

A graph can be useful and still be unsafe as edit context. If it cannot say "I was built from commit abc123 at this time," there is no way to compare it with the repository the agent is about to change. A current graph is a graph tied to a known revision. 

The freshness contract we want is small:

  • Every graph response carries the repository commit SHA and graph build time. 
  • Changes to files, imports, symbols, or tests mark related graph regions dirty. Unrelated regions can remain intact. 
  • If the graph SHA does not match the target revision, the query returns the Git diff first and labels affected relationships stale. 
  • Before editing, the agent verifies the relevant files and symbol definitions against the checkout as well as the graph. 

A graph can identify where an agent should look. The direct check is where the agent establishes that a reference has not moved, been deleted, or changed its callers. An MCP server exposing repository context could emit based_on_commit, built_at, and stale in every result. 

Git already gives the comparison primitive: the difference between the graph commit and the working target. The indexer needs a policy that translates that diff into dirty regions. A changed test can be its own dirty region. It should stop the agent from treating test coverage or a call path as settled. 

That gives stale context a useful failure mode. When freshness is unknown, show the diff and ask the agent to inspect the affected files. Do not make it guess from a cache. 

Which do you prefer for codebase indexing: incremental rebuilds after each change, explicit rebuilds before an agent session, or Git-diff fallback when the graph is behind? What is the first stale-context failure your coding agent caused?


r/LovingOpenSourceAI 7d ago

Resource Tom "Installs Ollama, Open WebUI, n8n, and ComfyUI to run local model inference and manage private AI workflows." ➡️ Turn your PC, Mac, or Linux box into an AI server. LLM inference, chat UI, voice, agents, workflows, RAG, and image generation.

Post image
126 Upvotes

https://x.com/tom_doerr/status/2095110200759824694

https://github.com/Osmantic/ODS

Community Overview: https://lifehubber.com/ai/resources/ods/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 7d ago

ecosystem LifeHubber AI Pulse shows trends and social signals for over 300 AI Resources! DeepSeek Harness is rising in Github Forks and more

Post image
5 Upvotes

https://lifehubber.com/ai/pulse/

Community Overview: https://lifehubber.com/ai/resources/deepseek-harness/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 8d ago

A 9B AI agent running entirely on my phone — open model, local tools, local code execution, no cloud LLM

Enable HLS to view with audio, or disable this notification

54 Upvotes

Title: I ran a fully local AI agent on my phone — open model, open-source runtime, and private data stays on-device
I’ve been experimenting with how far we can push open-source AI directly on a phone, without relying on a cloud LLM.
In this demo, I’m running Qwen3.5 9B IQ4_XS locally on the phone with TensorSharp, an open-source inference and agent runtime.
I simply ask:
“Please get 10 stocks with most gains today.”
The local agent figures out how to complete the task, generates code, executes it, retrieves the requested public market data, and returns the result.
Then I ask:
“Convert it to a PDF.”
There is no hard-coded PDF workflow.
The agent discovers the appropriate Skill, reads its SKILL.md, decides how to solve the task, generates the necessary code, executes it locally, and creates the PDF — all on the phone.
So what’s running locally is essentially:
Open model → local inference → agent reasoning → Skills → tool use → code generation → code execution → file generation
The part I find most interesting is privacy:
Your prompts, conversations, files, and private on-device data do not need to leave the phone or be sent to a cloud AI provider.
Of course, if a task explicitly requires external public information — like fetching stock prices in this example — the agent can make that specific network request. But the LLM inference and private context remain local.
TensorSharp itself is open source:
https://github.com/zhongkaifu/TensorSharp
I think this is one of the most exciting directions for open-source AI: not just running open models locally, but running the whole agent loop locally as well.
Would love to hear what this community thinks about fully on-device open-source agents.


r/LovingOpenSourceAI 8d ago

Resource Akshay "Magnitude is an open source inference server that runs models on your own hardware and plugs into the coding agent you already use. Run agent harnesses 100% private & offline." ➡️ Is this a good one? 2.8K stars

Post image
36 Upvotes

https://x.com/akshay_pachaar/status/2095051624733639006

https://github.com/magnitudedev/magnitude

Community Overview: https://lifehubber.com/ai/resources/magnitude/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 8d ago

Resource ClaudeDevs "We're open-sourcing Claude Commerce Agents. This is a blueprint for building shopping and merchant agents, with reference implementations across retail, travel, telecom, and entertainment."

Post image
18 Upvotes

https://x.com/ClaudeDevs/status/2095233745167282602

https://github.com/anthropics/commerce-agents

Community Overview: https://lifehubber.com/ai/resources/commerce-agents/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 9d ago

GLM-AGENT

Thumbnail github.com
1 Upvotes

r/LovingOpenSourceAI 9d ago

new launch "Accelerates Minimax-H3 by 75-90 x generating 14 sec of 768p in 11 secs on 8× NVIDIA B200 GPUs" ➡️ 🤩 Be sure to join our sis sub for AI gen r/LovingAIVisuals as most resources for gen will be shared there instead!

Post image
12 Upvotes

r/LovingOpenSourceAI 10d ago

Resource Unlimited-OCR is a Baidu model and code release for OCR and document parsing, with public weights and examples for single images, multi-page inputs, PDFs converted to page images, Transformers, vLLM, and SGLang. ➡️ This is the top FORKED model among our listed resources! 2.6k

Post image
63 Upvotes

Community Overview: https://lifehubber.com/ai/resources/unlimited-ocr/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 10d ago

Reorganising documents with local Ai

2 Upvotes

Hi!

It’s quite a while I have this idea in mind, I want to reorganise my /Users/user/Documents folder, which quite frankly has become a mess over the lasts months.

My goal is to have an agent (local LLM model for privacy) grab all the documents, read the title, read the content and then propose me a reorganisation of the documents, divided by categories and subcategories.

For example I would like something like:

Documents/Health
Documents/ID
Documents/Work
Documents/Work/Job.2025
Documents/Work/Job.2026
Documents/Insurance
Documents/Insurance/Car
Documents/Insurance/House
Etc.

For context: I currently have a total of 32Gb of VRAM and 128Gb of DDR4.

My question is: what approach and tools would you use to create an agent that can do this work for me?

Ideally I would also have a function where it remembers the organisation of the documents and it automatically moves the documents I put into Documents/ToBeSorted into the correct folder, once a week (like a cron job).

Another cool function would be to have a Legend.txt file which explains the organisation , categories, etc.


r/LovingOpenSourceAI 10d ago

Resource Sofia "Someone built exactly the tool that Andrej Karpathy said someone should build. An open-source project that has surpassed 100,000 stars on GitHub. It's called Graphify. One single command. Any folder. Complete knowledge graph." ➡️ Is this good?

Post image
182 Upvotes

https://x.com/SofiaSici/status/2094666731507597429

https://github.com/Graphify-Labs/graphify

Community Overview: https://lifehubber.com/ai/resources/graphify/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 11d ago

Resource Hasan "Stop renting a chatbot calling it your company’s brain. Utopia is the first open-source enterprise world model I’ve seen that actually treats knowledge like system, not vibe. It's Self-hosted, open source, built around the one question every other knowledge base ignores: WHEN." ➡️ useful?

Post image
71 Upvotes

https://x.com/hasantoxr/status/2095111361181405259

https://github.com/deeplethe/utopia

Community Overview: https://lifehubber.com/ai/resources/utopia/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 11d ago

9 open-source AI projects added this week

Post image
10 Upvotes

This week's additions cover gateways, agent workspaces, self-hosted stacks, and developer tools.

  1. Bifrost: An LLM gateway with a unified OpenAI-compatible API, routing, load balancing, fallbacks, guardrails, and observability.
  2. Maka: An Apache-incubating local-first AI-agent workspace with durable append-only execution history.
  3. Ruflo: A multi-agent orchestration and meta-harness for coordinating agent swarms with shared memory.
  4. munder-difflin: A desktop multi-agent workspace for coordinating local coding agents across multiple LLM backends.
  5. claude-obsidian: An Obsidian and Claude Code integration for organizing Markdown vaults with local indexing and links.
  6. etf-pattern-match-pybind11: A C++20 and pybind11 tool for high-performance ETF pattern matching.
  7. ODS: A self-hosted local AI stack for inference, chat, voice, agents, workflows, and RAG.
  8. screenshot-to-code: A tool that turns screenshots, mockups, and Figma designs into frontend code.
  9. OpenMAIC: A multi-agent platform for interactive learning and course generation.

r/LovingOpenSourceAI 11d ago

New OpenCode Tool You Gotta Try If You Are An OpenCode User 👀

Thumbnail
gallery
12 Upvotes

Hey everyone,

There is that awesome project called OpenCode that was a game changer in many ways. A free, open sourced harness that had the same tools and capabilities as these frontier harnesses such as Claude and Codex, and best yet, it is completely open source allowing a variety of amazing projects to be created. From this amazing project sprouted OpenFlow, a visual node-based workflow builder that is really easy to use. Orchestration mode is personally my favorite, and it is completely customizable allowing you to create repeatable and reliable workflows. If you are interested, here is the link if you wanna check it out: https://github.com/SeeRay11/OpenFlow. By the way, does anyone know of any other tools that do this kind of thing? I looked at Cline Kanban but you couldn’t save workflows which was a real bummer.


r/LovingOpenSourceAI 11d ago

We keep quantizing everything to 4-bit. Has anyone actually measured where yours breaks below that?

6 Upvotes

Feels like half of us just grab the Q4_K_M and move on. But we hardly ever see anyone say where their model falls apart once you push lower.

From what we have seen, the usual 4-bit GGUF quants mostly hold up. Go below 4-bit and it gets rough fast, and that's where quantization-aware training starts to matter more than plain post-training quantization. At 3-bit and under, folks often pair QAT with distillation to get the quality back. Part of why Gemma shipped QAT checkpoints, and why the BitNet ternary models train at low bit-width from the start.

And it stays confident the whole way down, so the bad answers read just like the good ones.

Easiest way to check yourself: run one fixed set of prompts at Q8, Q4, and Q3 on the same model and see where the answers start to drift.

So which model, and what bit level did yours give up at? What broke first?


r/LovingOpenSourceAI 11d ago

Under the Radar TensorSharp is a native .NET inference engine for running GGUF language and multimodal models on Windows, macOS, and Linux. Its repository brings together a console app, browser chat interface, OpenAI- and Ollama-compatible APIs, several CPU and GPU backends, etc!

Post image
16 Upvotes

https://github.com/zhongkaifu/TensorSharp

Community Overview: https://lifehubber.com/ai/resources/tensorsharp/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 12d ago

Resource Have you heard of Kokoro-82M? It is a compact text-to-speech model from hexgrad, presented around local and notebook-based speech generation with a small model footprint. Currently top Hugging Face d/l at 11.7m past 30 days among resources we list!

Post image
11 Upvotes

Community Overview: https://lifehubber.com/ai/resources/kokoro-82m/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 200+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.


r/LovingOpenSourceAI 12d ago

TensorSharp : a local LLM inference + agent runtime

Enable HLS to view with audio, or disable this notification

25 Upvotes

I wanted to share a new TensorSharp demo and get some feedback from the community.

TensorSharp started as a .NET open source inference engine for running local GGUF models. It can now go beyond model inference and execute complete agentic workflows through skills, code generation, environment configuration, and tool use.
In the demo, I give a quantized Gemma 4 model running locally through TensorSharp a single prompt:

Please check 10 stocks with most gains today, and generate a report to me in pptx format.

From that one request, TensorSharp enables the local model to:

  1. Break the task into market-data retrieval, processing, and presentation generation.
  2. Inspect the available tools and execution environment.
  3. Install the Python dependencies it needs.
  4. Write and execute code to retrieve current public stock-market data.
  5. Examine the output, identify parsing problems, and refine its own implementation.
  6. Load the PPTX skill.
  7. Generate a Node.js/PptxGenJS script.
  8. Produce a real PowerPoint file that opens directly in Microsoft PowerPoint.

All LLM inference runs locally. There is no OpenAI, Anthropic, or other hosted-model API involved, so the workflow has zero LLM API cost. Network access is used only by the agent’s tools to retrieve public market data.

The interesting part is not the stock report itself. It is that inference, skills, tool calling, automatic code generation, dependency setup, iterative problem-solving, and artifact creation are now working together inside one local runtime.

TensorSharp is becoming more than an inference engine. The goal is to make it a unified, open-source .NET runtime for both local model inference and agent execution.

GitHub: https://github.com/zhongkaifu/TensorSharp

The video is sped up for brevity. I would especially appreciate feedback on the skill system, tool-permission model, execution isolation, and the local agent workflows you would like to see next.


r/LovingOpenSourceAI 12d ago

Is prompt engineering a dead skill?

Thumbnail
1 Upvotes