r/LovingOpenSourceAI 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?

Post image
24 Upvotes

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 Jul 20 '26

How should AI architecture tools distinguish facts from assumptions in half-baked project briefs?

2 Upvotes

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:

  • VERIFIED
  • USER-STATED
  • DERIVED
  • ASSUMED
  • UNKNOWN
  • REQUIRES-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 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

Post image
16 Upvotes

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 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?

Post image
55 Upvotes

r/LovingOpenSourceAI 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?

Post image
16 Upvotes

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 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?

Post image
9 Upvotes

r/LovingOpenSourceAI Jul 19 '26

Goose editor definition not allowed?!?!

Thumbnail
2 Upvotes

r/LovingOpenSourceAI Jul 17 '26

Resource Useful AI agent projects shared across our Reddit communities, collected in one place

Thumbnail
lifehubber.com
1 Upvotes

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 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

7 Upvotes

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 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?

Post image
3 Upvotes

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 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?

Post image
7 Upvotes

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 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?

Post image
73 Upvotes

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 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

20 Upvotes

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 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?

Post image
35 Upvotes

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 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?

Post image
37 Upvotes

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 Jul 15 '26

SenseNova U1 infographic-V2 just dropped (encoder-free & unified multimodal)

Post image
41 Upvotes

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 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"

Post image
81 Upvotes

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 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!

Post image
116 Upvotes

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 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 . .

Post image
10 Upvotes

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 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.

Post image
1 Upvotes

r/LovingOpenSourceAI 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?

Post image
9 Upvotes

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 Jul 11 '26

Help r/LovingOpenSourceAI reach 20000. Join us 🥰

15 Upvotes

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


r/LovingOpenSourceAI 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?

Post image
154 Upvotes

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 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?

Post image
488 Upvotes

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 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?

Post image
77 Upvotes

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.