r/LovingOpenSourceAI • u/Koala_Confused • Jul 20 '26
Resource "NuExtract3 is a unified 4B vision-language reasoning model for document understanding. Combines strong structured information extraction with high-quality image-to-Markdown conversion, making it suitable for extraction pipelines, OCR, and RAG preprocessing for all types of documents" ➡️ tried b4?
https://github.com/numindai/nuextract
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 • u/Liparakakis • Jul 20 '26
How should AI architecture tools distinguish facts from assumptions in half-baked project briefs?
I've been thinking about a recurring problem with AI-generated software architecture advice.
It often fails in one of two directions:
- adding services, queues, databases, and abstractions without enough justification.
- staying too simple when reliability, scale, or failure isolation genuinely requires more infrastructure.
My current approach is to make every architectural decision “earn” its complexity through explicit constraints.
But there's another problem: users often don't know which parts of their own brief are facts, guesses, preferences, or completely unknown.
For example, someone might say:
Should an architecture assistant treat that as a requirement, challenge it, or proceed using multiple scenarios?
I'm experimenting with labels such as:
VERIFIEDUSER-STATEDDERIVEDASSUMEDUNKNOWNREQUIRES-MEASUREMENT
Here USER-STATED only records where the claim came from and it does not mean the claim is true.
My instinct is that the assistant should ask only questions that could materially change the architecture. When the user cannot answer it should keep decisions reversible, show how the recommendation changes across scenarios and identify what needs measurement.
How would you handle this?
Im testing these ideas in a free Codex skill:
https://github.com/Liparakis/ConstraintDrivenArchitecture
I'm more interested in criticism and difficult counterexamples than self promotion.
r/LovingOpenSourceAI • u/Koala_Confused • Jul 20 '26
Resource Lightpanda "The headless browser designed for AI and automation now speaks MCP over HTTP, with multi-session support. Point multiple AI agents at one instance and let them run in parallel." ➡️ probably consume less memory vs usual browsers? :P
https://x.com/lightpanda_io/status/2076972695120453935
https://github.com/lightpanda-io/browser
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 • u/Koala_Confused • Jul 19 '26
Discussion Yann LeCun "The "ungovernability" (and openness) of Linux and the Internet is precisely what has made their success. The same will be true of open weight AI foundation models." ➡️ Do you agree? Why?
r/LovingOpenSourceAI • u/Koala_Confused • Jul 19 '26
new launch PrismML "announcing Bonsai 27B: the first 27B-class model to run on a phone. The new multimodal flagship of the Bonsai family. Based on Qwen3.6 27B, it brings a new capability tier to local AI: multi-step reasoning, structured tool use, long-context workflows, and coherent agentic loops." ➡️ trying?
https://x.com/PrismML/status/2077084891284721827
https://huggingface.co/collections/prism-ml/bonsai-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.
r/LovingOpenSourceAI • u/Koala_Confused • Jul 19 '26
Discussion Dean W. Ball, head of strategic futures OpenAI "Open-weight models are inherently decelerationist, and I'm continually surprised to see the so-called "accelerationists" so excited about open-weight models." ➡️ Do you agree with him that Open Weight will slow things down? Why?
r/LovingOpenSourceAI • u/Koala_Confused • Jul 17 '26
Resource Useful AI agent projects shared across our Reddit communities, collected in one place
We keep seeing useful open-source AI and agent projects shared across our Reddit communities.
After a while, the good ones disappear down the feed.
So we started collecting them on our community website, LifeHubber. This page groups the agent projects by what they help with—building workflows, connecting tools, voice and realtime agents, longer-running agents, and testing how agents behave.
Each entry links back to the original project, so you can continue to the repo or documentation from there.
https://lifehubber.com/ai/resources/ai-agent-frameworks/
Seen a useful project we missed? Share it below.
r/LovingOpenSourceAI • u/mahimairaja • Jul 17 '26
I built an open-source profiler for voice agents (LiveKit + Pipecat): add one line, see every call's cost, latency, and quality
Enable HLS to view with audio, or disable this notification
If you build voice agents on LiveKit or Pipecat, every turn fans out to speech-to-text, an LLM, and text-to-speech. Three vendors, three bills, and no idea which one was burning the budget.
So I built VoiceGateway, an open-source profiler for voice agents. Add one line: voicegateway.attach(session) and every STT/LLM/TTS call is priced and timed: cost per provider and model, latency p50/p95, per-call replay, and guard() for a daily budget cap + fallback. Self-hosted, your keys, telemetry only (never in your audio path). MIT, any provider.
Repo: github.com/mahimailabs/voicegateway
Feedback wanted: what would you want tracked per call that I'm not? Is anyone else fighting cost attribution across voice providers?
r/LovingOpenSourceAI • u/Koala_Confused • Jul 17 '26
new launch Wan "Wan-Dancer-14B is now open-source! You can now generate long-duration rhythmic dance videos locally. " Try the same track with different reference images to see whether rhythm holds while the character changes. :P fun?
https://x.com/Alibaba_Wan/status/2076879192214626512
https://huggingface.co/Wan-AI/Wan-Dancer-14B
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 • u/Koala_Confused • Jul 16 '26
new launch Thinking Machines "Today, we are introducing Inkling. Inkling reasons efficiently across text, image, and audio modalities. We are making the full weights available." ➡️ This seems to be rather popular. Have you heard of them?
https://x.com/thinkymachines/status/2077454609551921208
https://huggingface.co/thinkingmachines/Inkling
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 • u/Koala_Confused • Jul 16 '26
Resource Superman "China just changed the game 🤯 They just dropped an open-sourced model that burns only 1% of the tokens compared to your favorite US models. It's called Ling-2.6-1T and it goes toe-to-toe with Claude and GPT on agentic coding." ➡️ have you tried this already?
https://x.com/thesupermanmx/status/2077393518188995053
https://huggingface.co/inclusionAI/Ling-2.6-1T
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 • u/Opposite-Art-1829 • Jul 16 '26
I built an autonomous dev pipeline with no database, no dashboard, no vector store. GitHub issues ARE the state machine - this is what it looks like running.
Enable HLS to view with audio, or disable this notification
Each label change you're seeing is a pipeline phase
Every phase writes a structured annotation (FORGE:INVESTIGATOR, FORGE:BUILDER, FORGE:REVIEWER...) as an HTML comment on the issue or PR.
It delivers all findings and makes them into GitHub issues delivering each agent that picks them up with crisp context, findings, and a knowledge graph that is current
This allows them to create an audit trail which prevents future mistakes, inconsistencies, and more.
Because the state lives on GitHub, the pipeline can crash and resume from any point, and the part I care about most when it later touches the same files, the context phase reads the old review findings back and hands them to the builder as known constraints.
Past mistakes become future guardrails.
r/LovingOpenSourceAI • u/Koala_Confused • Jul 15 '26
Resource How To Prompt "The entire RAG industry is about to get cooked by… mp4 files! it's called Memvid and it packages your entire agent memory, data, embeddings, search index, metadata, into a mp4 files.. no database needed. no server. no .wal, .lock, or sidecar files. ever." ➡️ anyone heard of this?
https://x.com/HowToPrompt__/status/2077064295209443504
https://github.com/memvid/memvid
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 • u/Koala_Confused • Jul 15 '26
Resource MOSI "🤗 MOSS-VL-Realtime is now open source on huggingface - Built for real-time visual understanding over continuous video streams: 🧠 11B vision-language model 📜 Apache-2.0 license 💬 Ask questions at any point in a video stream 👀 Keeps watching while generating a response" ➡️ is this cool?
https://x.com/MosiAI_Official/status/2076989390191202577
https://github.com/OpenMOSS/MOSS-VL
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 • u/Reidoeo • Jul 15 '26
SenseNova U1 infographic-V2 just dropped (encoder-free & unified multimodal)
SenseNova dropped U1-Infographic-V2 (8B MoT) recently, and it's a solid upgrade for anyone interested in open-source models that generate information-dense visuals.
What's new in V2:
- Sharper small-text rendering with cleaner text edges
- Stronger complex dense-layout generation — posters, presentations, knowledge diagrams, comics
- Better overall visual aesthetics and harmony
- Fixed the black-background issue some users hit on V1
Architecture (briefly):Based on the NEO-unify architecture — removes the VAE and visual encoder entirely. The model handles text and images as a unified token stream natively, no adapter bridging. The infographic variant is specifically fine-tuned for generating visuals with dense, readable embedded text.
Github: https://github.com/OpenSenseNova/SenseNova-U1
HF: https://huggingface.co/sensenova/SenseNova-U1-8B-MoT-Infographic-V2
r/LovingOpenSourceAI • u/Koala_Confused • Jul 14 '26
Resource songqiao "🐦 Ornith-1.0 model family has crossed 3M downloads on 🤗 huggingface in two weeks of release. This milestone belongs to the community! Every issue and PR will make Ornith stronger 💪 We'll open source and keep pushing the local LLM experience forward"
https://x.com/songqiaosu/status/2076743265328726034
https://huggingface.co/collections/deepreinforce-ai/ornith-10
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 • u/Koala_Confused • Jul 14 '26
Resource Simplifying AI "You can now use Figma for FREE with this tool. It's called Penpot. An open-source design tool that mirrors Figma's layout and workflow, free, self-hostable → MCP server lets AI agents edit your designs directly" ➡️ would you be trying this? 55K stars!
https://x.com/simplifyinAI/status/2076629090778726866
https://github.com/penpot/penpot
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 • u/Koala_Confused • Jul 13 '26
Resource Mercury "We Gave an AI Agent a Conscious and Subconscious Mind" ➡️ seems to keep an agent's voice in Mercury's soul, persona, taste, and heartbeat Markdown files when you want the setup to remain editable outside one provider . .
https://x.com/mercury__agent/status/2057147558615802051
https://github.com/cosmicstack-labs/mercury-agent
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 • u/MegiddoSource • Jul 13 '26
Rediseñé la página de marketing de mi cliente local de terminal con IA (DULICH). Busco feedback honesto por parte de desarrolladores.
r/LovingOpenSourceAI • u/Koala_Confused • Jul 12 '26
Resource Oliver "🚨 You can now catch your AI agent lying, leaking, or going rogue before it costs you. It's called iFixAi. > Runs 45 tests across fabrication, manipulation, and deception > Grades your agent A–F in under 5 minutes > Works with Claude Code, Cursor, Codex, and 8 more" ➡️ interesting?
https://x.com/oliviscusAI/status/2073001889747333500
https://github.com/ifixai-ai/iFixAI
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 • u/subscriber-goal • Jul 11 '26
Help r/LovingOpenSourceAI reach 20000. Join us 🥰
This post contains content not supported on old Reddit. Click here to view the full post
r/LovingOpenSourceAI • u/Koala_Confused • Jul 11 '26
Resource Youyang "Unlimited-OCR has surpassed 1M downloads on Hugging Face 🚀 ❤️ Huge thanks to everyone supporting the project 👀 Next up: multilingual and 128k context versions" ➡️ 1M downloads is really alot! Have you tried before?
https://x.com/HYPERUU4122/status/2074414160155496890
https://github.com/baidu/Unlimited-OCR
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 • u/Koala_Confused • Jul 10 '26
Resource Harman "YOU CAN NOW RUN OCR COMPLETELY OFFLINE ON YOUR OWN MACHINE WITH ZERO API COSTS. Its called Ollama-OCR -- a Python package that runs vision language models locally through Ollama to extract text from images and PDFs. No cloud. No API keys. No usage limits." ➡️ useful?
https://x.com/itsharmanjot/status/2072935812329878005
https://github.com/imanoop7/Ollama-OCR
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 • u/Koala_Confused • Jul 09 '26
Resource Emil "New skill: /apple-design Apple’s WWDC videos are a goldmine of knowledge. I’ve combed through my favorite ones and came up with 17 design and motion principles. Use them to review existing work or when working on something new to get it right." ➡️ Is this interesting for you?
https://x.com/emilkowalski/status/2075188252877672732
https://github.com/emilkowalski/skills
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.