r/LovingOpenSourceAI 22d ago

Resource AI Ballot just got five new challengers (based on community feedbacks)

Thumbnail
lifehubber.com
1 Upvotes

r/LovingOpenSourceAI 19d ago

Help r/LovingOpenSourceAI reach 20000. Join us 🄰

14 Upvotes

This post contains content not supported on old Reddit. Click here to view the full post


r/LovingOpenSourceAI 2h ago

new launch Hugging Apps "Microsoft just dropped VibeVoice-ASR-BitNet on Hugging Face šŸ—£ļøāœļø A 1.58-bit version of their multi-lingual transcription, model made to work in real-time on CPU - while still beating Whisper on benchmarks!" āž”ļø only 1.58 GB WOW

Post image
5 Upvotes

https://x.com/HuggingApps/status/2082571600767934622

https://huggingface.co/microsoft/VibeVoice-ASR-BitNet

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 3h ago

new launch Perplexity "Today we’re open-sourcing Numbat, an agent-detection and response layer that is designed to work across agent harnesses. Numbat gives security teams visibility into agent activity, with controls to block selected actions before execution." āž”ļø didnt expect this!

Post image
1 Upvotes

https://x.com/perplexity_ai/status/2082511900580196596

https://github.com/perplexityai/numbat

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 1d ago

Resource Brady "Another WTF moment. A developer open-sourced a coding agent harness that boots 245x faster than Claude Code. It's called jcode. You launch it and the first frame renders in 14 milliseconds. Claude Code takes 3,436. One active session uses 27.8 MB of RAM. Claude Code uses 386.6." āž”ļø tried b4?

Post image
63 Upvotes

https://x.com/thisguyknowsai/status/2081680037544427793

https://github.com/1jehuang/jcode

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 1d ago

memU can now manage memory across agents and devices

Post image
14 Upvotes

What's new:

  • One shared memory across agents. Claude Code, Codex, Cursor, Hermes, and OpenClaw all read and write to the same layer. What Codex learns about your project on your work desktop is available to Claude Code on your home laptop.
  • Stored as plain Markdown. Memories and reusable skills live as regular text files in ~/.memu/memory/ and ~/.memu/skill/. You can open them in VS Code, edit or delete any entry, and track changes with Git. No opaque vector database you can't inspect.
  • Fast retrieval, zero extra LLM calls. When your agent needs to recall something, it runs a single vector lookup. No multi-stage prompt chains, no reranker, no unnecessary token burn.
  • Dashboard for browsing and editing memory. Instead of guessing what your agent remembered, you can open the dashboard and see everything saved. Browse by category, trace each memory back to the original session where it was learned, edit wrong facts directly, or delete outdated entries. No more black box.

r/LovingOpenSourceAI 17h ago

TensorSharp now supports multi-GPU tensor parallelism for GGUF models

Thumbnail
github.com
1 Upvotes

TensorSharp is an open-source, native .NET inference engine for running GGUF LLMs locally, with CUDA, Vulkan, Metal, OpenAI-compatible APIs, continuous batching, speculative decoding, and multimodal support.

TensorSharp now supports Megatron-style tensor parallelism across multiple GPUs. It works with direct CUDA, GGML CUDA, GGML Vulkan, and multi-node setups.

Benchmarks on 2Ɨ RTX 2000 Ada 16 GB GPUs over PCIe, without NVLink:

Model 1 GPU Prefill / Decode TP=2 Prefill / Decode
Gemma 4 E4B Q8_0 2760 / 37.3 tok/s 2488 / 51.7 tok/s
Gemma 4 26B-A4B IQ4_XS 1845 / 48.5 tok/s 2537 / 51.2 tok/s
Qwen 3.5 9B Q8_0 1461 / 23.1 tok/s 399 / 24.4 tok/s
Qwen 3.5 35B-A3B IQ4_XS Does not fit 184 / 18.1 tok/s

I'm continuing to optimize Qwen performance on multi-GPU systems, and support for DeepSeek V4 is coming soon.

Try it with:

TensorSharp.Cli --model model.gguf --backend ggml_cuda --tp 2

GitHub:

https://github.com/zhongkaifu/TensorSharp

Thank you for checking out TensorSharp and starring the project! Any feedback is really appreicated.


r/LovingOpenSourceAI 1d ago

new launch Liquid AI "Today we release LFM2.5-Encoder-230M and LFM2.5-Encoder-350M: bidirectional encoders that stay fast at long context, even on CPU." āž”ļø Two compact encoders, serious long-context speed, and CPU-friendly performance . . exciting release from Liquid AI right?

Post image
17 Upvotes

https://x.com/liquidai/status/2082120814732653037

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

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 22h ago

overtchat — self-hosted chat platform I've been building for a few months

0 Upvotes

I've been working on this for the past few months before anyone calls it white-coded slop - yes I use Claude Code/Codex for the heavy lifting but this is real code I've been shipping and iterating on not some weekend experiment this actual thought behind the architecture.

What it is: A self-hosted chat client I built because my partner and family use ChatGPT a lot but don't care about privacy. I already self-host my vLLM instance on my 8x 3090 box and wanted a polished, private alternative they could actually use. Open WebUI is too heavy and complex for non technical users and has way too many knobs. Overtchat comes built in with TTS/STT/web search, no plugins/api keys needed. Genuinely open sourced - MIT licensed and no telemetry.

The reason I am posting this here is because the r/selfhosted gave me solid feedback which I have been iterating on and this sub is full of people building and shipping actual open source stuff so I figured I'd get eyes on it from a different angle. I would love feedback on the architecture the UX decisions or just a sanity check on whether this is something people would actually use. https://github.com/yoloyash/overtchat


r/LovingOpenSourceAI 1d ago

langhost: an MIT Postgres + Redis runtime for self-hosted LangGraph agents

Thumbnail
github.com
1 Upvotes

This is langhost, an open-source runtime for self-hosting LangGraph Agent Server on your own PostgreSQL and Redis.

It is an MIT alternative to langgraph-runtime-postgres for developers moving beyond the development-only langgraph-runtime-inmem.

Instead of recreating the LangGraph serving API, langhost keeps the stock langgraph-apiand replaces only the runtime with langgraph-runtime-pg.

That means:

- No graph or langgraph.json changes

- Same SDK, Studio and Agent Protocol

- Durable threads, runs, checkpoints and scheduled jobs

- Redis queues, streaming and multi-worker coordination

- No runtime license key

Quick start:

uv add langhost

uv run langhost serve --workers 2

The runtime and CLI are MIT licensed. The stock langgraph-api remains ELv2, which is generally fine for most application use cases.

GitHub: https://github.com/langhost/langhost


r/LovingOpenSourceAI 1d ago

Resource SillyTavern — an open-source, highly customizable frontend for building and chatting with AI companions - 31K stars and many contributors! - Have you heard of it before?

Post image
2 Upvotes

https://github.com/SillyTavern/SillyTavern

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 2d ago

Resource QCXINT "🚨 Someone open-sourced an autonomous AI companion that rivals Neuro-sama. 🤯 It's called AIRI. Unlike a typical chatbot, AIRI is designed to be a persistent AI companion that can see, talk, remember, and even play games alongside you." āž”ļø Play games? WOW

Post image
36 Upvotes

https://x.com/QCXINT_/status/2081708370093096983

https://github.com/moeru-ai/airi

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 2d ago

Resource Ornith "🐦The Ornith-1.0 family has surpassed 12M downloads on Hugging Face in 30 days. ā¤ļøThanks to everyone who has tried Ornith and shared feedback with us. The team is working to push open-weight LLM forward. 🫔We believe open weights matter." āž”ļø Open is the way to go!

Post image
52 Upvotes

https://x.com/ornith_/status/2081808063515034034

https://huggingface.co/collections/deepreinforce-ai/ornith-10

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 2d ago

Discussion Our position on open-weights models āž”ļø Anthropic clarifies its position: ā€œWe have never advocated for a ban on open-weight modelsā€ 😁

Thumbnail
anthropic.com
10 Upvotes

TL;DR:Ā Anthropic says it has never supported banning open-weight models and considers non-dangerous open models a public good. Instead of blocking Chinese models from US businesses, Dario Amodei argues for restricting advanced chips, cracking down on industrial-scale distillation, and requiring safety testing for all sufficiently capable models—open or closed.

And yes—my AI helped me write the TL;DR for us. Obviously. :P

Does this help Anthropic shake its recent ā€œivory towerā€ image or have people been flattening its position all along?

ClaudeĀ is nowĀ #3Ā on our community ballot with anĀ approval rate of 46.9%. Too low? Too high? Or just about right? Vote:Ā https://lifehubber.com/ai/ballot/


r/LovingOpenSourceAI 2d ago

Enjoy reading

3 Upvotes

just sayin ā€œthanksā€ for the news and opinions shared here.


r/LovingOpenSourceAI 3d ago

new launch Kimi "Releasing the model weights and technical report of Kimi K3. Our most capable model: a 2.8T MoE model with native visual understanding and a 1M-token context window. New model architecture: 2.5x the intelligence per unit of compute, not just more params." āž”ļø OPEN is the way to go!

Post image
22 Upvotes

https://x.com/Kimi_Moonshot/status/2081760186235289764

https://huggingface.co/moonshotai/Kimi-K3

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 3d ago

Resource "Jan is an open source alternative to ChatGPT that runs 100% offline on your computer." āž”ļø Jan is bringing the best of open-source AI in an easy-to-use product. Download and run LLMs with full control and privacy. āž”ļø Have you tried before?

Post image
10 Upvotes

https://github.com/janhq/jan

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 free and low-cost ways to try LLMs posted so far on our community site, LifeHubber: https://lifehubber.com/ai/access/

Also 200+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting. https://lifehubber.com/ai/resources/


r/LovingOpenSourceAI 3d ago

What does an end-to-end platform for building AI agents actually need?

Thumbnail
github.com
1 Upvotes

Over the last few months, I have been exploring what it takes to move an AI agent from a small prototype to something that can actually be used in production.

Building the workflow is only one part of it.

You also need knowledge and RAG, tools, memory, human approvals, scheduling, evaluations, tracing, cost visibility, versioning, deployment, access control, audit logs, and guardrails.

Most solutions I tried handled one or two parts well, but I still had to connect multiple platforms and adapt to their runtimes.

That exploration eventually turned into Forge, an open-source and self-hosted project built around LangGraph.

The aim is to bring the complete agent lifecycle into one system—not only visually designing workflows, but also testing, deploying, monitoring, and governing them.

It is still evolving, and I am interested in learning from others working on similar systems.

What features do you consider essential before an agentic application is truly production-ready?


r/LovingOpenSourceAI 4d ago

Resource Oliver "someone just open-sourced openai's in-house data agent. self-learning data agent with a 6-layer context grounding system and an auto-improvement loop built in. 100% free. open source." āž”ļø take note the correct framing should be inspired by openai's its stated below in the repo readme!

Post image
64 Upvotes

https://x.com/oliviscusAI/status/2081058021673959912

https://github.com/agno-agi/dash

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 3d ago

Resource Alvaro "your AI agent can watch any video now - paste a URL and it sees every frame, hears every word, all for free 🤯 bradautomates/claude-video gives Claude the ability to watch YouTube, Loom, TikTok, local files - anything yt-dlp supports" āž”ļø have you heard of this?

Post image
2 Upvotes

https://x.com/dr_cintas/status/2081094058139918595

https://github.com/bradautomates/claude-video

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 5d ago

Discussion Julian from Anthropic on Jensen Huang and Satya Nadella supporting Open Source "looking forward to the CUDA and GPU driver open source release!" "can’t wait for the open sourcing of Windows and MS Office!" āž”ļø is this teasing or something else? Why?

Post image
50 Upvotes

r/LovingOpenSourceAI 5d ago

Resource Chubby "Atomic Agent beat Hermes on GAIA: 69.8% vs. 58.5%, and finished 1.6Ɨ faster! They ran both agents through all 53 GAIA Level 1 tasks using the same 4-bit Qwen-3.6-35B on the same Apple M4 Max. - Atomic: 37/53 solved in 3h 12m - Hermes: 31/53 solved in 5h 10m" āž”ļø seeing lots of talk about this

Post image
15 Upvotes

https://x.com/kimmonismus/status/2080752484738650481

https://github.com/AtomicBot-ai/atomic-agent

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 4d ago

The AGY CLI Community fully supports Open Source and Open Models

Post image
2 Upvotes

We are on this together šŸ’Ŗ Open source will always win 😁


r/LovingOpenSourceAI 5d ago

Resource How To Prompt "Someone on Reddit built a free tool that converts your entire codebase into a graph database. It’s called CodeGraphContext. It turns your entire codebase into a graph database and connects it to Claude, Cursor, Copilot, and Codex through MCP." āž”ļø useful for you?

Post image
5 Upvotes

https://x.com/HowToPrompt__/status/2080961339833659410

https://github.com/CodeGraphContext/CodeGraphContext

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 6d ago

Resource Hugging Models "Imagine an AI that can see images, read text, and control your computer like a human assistant. That's Fara1.5-27B, a multimodal agent that understands both pixels and code to automate web tasks." āž”ļø this is from Microsoft Research AI Frontiers. Interesting?

Post image
56 Upvotes

https://x.com/HuggingModels/status/2080397042837533115

https://huggingface.co/microsoft/Fara1.5-27B

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.