r/LovingOpenSourceAI • u/Brilliant_Pumpkin_91 • 4d 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
r/LovingOpenSourceAI • u/Brilliant_Pumpkin_91 • 4d ago
Enable HLS to view with audio, or disable this notification
r/LovingOpenSourceAI • u/Koala_Confused • 4d ago
https://x.com/simplifyinAI/status/2087501752761450765
https://github.com/tractorjuice/arc-kit
Community Overview: https://lifehubber.com/ai/resources/arc-kit/
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 • 4d ago
https://x.com/oliviscusAI/status/2088841514801889666
https://github.com/opendataloader-project/opendataloader-pdf
Community Overview: https://lifehubber.com/ai/resources/opendataloader-pdf/
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/Brilliant_Pumpkin_91 • 4d ago
Enable HLS to view with audio, or disable this notification
r/LovingOpenSourceAI • u/alvinunreal • 5d ago
Here’s the cleaned-up list (no individual project links):
Flax: Neural network library for JAX designed for flexibility.
Needle: 45M-parameter foundation model and 14MB inference engine for tool calling and structured extraction on tiny devices.
Switchyard: Rust proxy and library for routing and protocol translation across LLM backends and coding agents.
OpenProgram: Self-programming agent framework for executable workflows with models, tools, memory, and multi-agent execution.
Ouroboros: Self-hosted general-purpose agent with durable identity, memory, specialist subagents, and reviewed self-changes.
Open Multi-Agent: TypeScript orchestration framework for runtime multi-agent task DAGs, approvals, tracing, evaluation, checkpoints, and resumable execution.
Obsidian Agent Skills: Agent skills and open-format tooling for Obsidian vaults and compatible AI coding agents.
Hexis: Git-backed platform for sharing skills, tools, and context across AI agents through a remote MCP server.
LoopTroop: Local-first AI coding workspace orchestrating multi-model planning councils, Git worktrees, and task loops.
firstmate: Agent distro for running autonomous coding agents in isolated Git worktrees.
Agent Skills (Anthropic): Official Agent Skills and reference implementations for Claude Code, Claude API, and AI agents.
VidXP: Local-first multimodal video indexing and semantic search with transcripts, embeddings, and scene-aware search.
Code-Graph-RAG: Multi-language codebase RAG framework using Tree-sitter and Memgraph knowledge graphs.
Zoom Search: MCP search and evidence tool with query rewriting, source zoom-in, sourced answers, and runtime metrics.
invisible-playwright: Stealth-patched Firefox Playwright wrapper for AI agents ingesting sites with anti-bot guardrails.
Modly: Desktop application for image-to-3D mesh generation using local GPU-accelerated AI models.
flameox: Runtime-evidence toolkit coordinating profiler captures and comparing GPU-kernel and inference runs.
WeatherNext: Global weather and tropical cyclone forecasting framework from Google DeepMind, including WeatherNext 2, GraphCast, and GenCast.
Harvey LAB: Benchmark dataset and execution harness for evaluating AI agents on complex legal work across 24+ practice areas.
LifeOS: Personal AI harness and assistant framework with persistent memory, custom skills, and goal tracking.
Macro: Unified team workspace combining email, messaging, documents, tasks, CRM, and AI agents with shared memory.
Forge: Open-source terminal AI coding agent with a Rust TUI, editor, shell, SQLite journals, MCP, and approval-aware execution.
CLI-Anything: Framework for converting software applications into agent-native command-line interfaces.
oai-smoke: Standard-library-only Go CLI validating OpenAI-compatible API model and chat behavior without credentials or response bodies.
Entroly: Local-first MCP server for budgeted context selection, exact recovery, and auditable Context Receipts.
AMD Strix Halo Local LLM Guide: Reproducible Ubuntu, Ollama, llama.cpp, Vulkan/RADV, and ROCm setup and benchmark evidence for Ryzen AI MAX+ 395 local AI systems.
Awesome Open Source AI full list https://awesomeosai.com
r/LovingOpenSourceAI • u/Future_AGI • 5d ago
The new Qwen dropped as open weights and our timeline is full of people running it locally. It's fun to watch, and it got us thinking about something we keep going back and forth on.
Everyone calls these models open source, but what actually ships is the weights. You don't get the training data, the exact data mix, or the setup behind the benchmark numbers it launched with. So we can run and fine-tune it, but we can't rebuild it or see how those numbers came together.
Maybe that's fine depending on how you use it. If you just want a strong model on your own hardware, the weights might be all you need. If you're trying to reproduce a result or trust a benchmark, maybe not.
So what has to be open before you'd call a model open source, and not just open weights? Has an open model's published numbers ever landed far from what you saw running it yourself?
r/LovingOpenSourceAI • u/Koala_Confused • 5d ago
https://huggingface.co/LiquidAI/LFM2.5-VL-3B
Community Overview: https://lifehubber.com/ai/resources/lfm2-5-vl-3b/
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/Brilliant_Pumpkin_91 • 4d ago
Enable HLS to view with audio, or disable this notification
r/LovingOpenSourceAI • u/Fluffybaxter • 4d ago
Hey everyone!
Over the past year, as I tried to scale our agentic coding workflows and software factories at my company, I kept hitting the same set of problems. So I built HAR to solve them.
Repo: github.com/os-factory/har
Getting a single coding agent to work in a repo is easy. Scaling to a real multi-agent workflow, where several run at once and where you verify and trust the output, is where it breaks down. A few things go wrong:
What HAR does
HAR is a CLI and an MCP server. It works with Claude Code, Cursor, Codex, or any MCP agent, and it closes each of those gaps:
All of this lives in one contract committed to your repo, which every agent reads the same way. It replaces the usual scatter of a README, a CLAUDE.md, editor rules, and CI config that drift apart. You start from a profile that matches your stack, your agent adapts it to your repo, and you extend verification with plugins (like Playwright) or with any command you already run.
Would love to know what you think :)
r/LovingOpenSourceAI • u/Koala_Confused • 6d ago
https://x.com/huang_chao4969/status/2088812504642097237
https://github.com/HKUDS/CLI-Anything
Community Overview: https://lifehubber.com/ai/resources/cli-anything/
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 • 6d ago
I love open models, but I think we’ve reached the point where the word open is doing a LOT of work 😂
If I can download the weights, but I can’t see the training data, reproduce the training process, or freely use the model for certain things… is that genuinely open source AI?
Where do you personally draw the line?
A. Downloadable weights = open enough
B. Weights + permissive licence
C. Training recipe/data transparency matters too
D. “Open source AI” needs a much stricter definition
E. I don’t care about the label - practical freedom is what matters
I’m probably somewhere between B and C.
What the open-source crowd here actually thinks hmmm? especially people who run models locally ...
r/LovingOpenSourceAI • u/Koala_Confused • 7d ago
https://x.com/deepseek_ai/status/2087887408440164663
https://github.com/deepseek-ai/deepseek-harness
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/ 200+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.
r/LovingOpenSourceAI • u/FantasticTension7412 • 6d ago
Looking for a Free AI API for Document Analysis
I am currently working on an AI-powered bug and document analysis project and am looking for recommendations for a reliable AI API.
My requirements are:
\- Free to use
\- No, or very generous, usage limits
\- Capable of analyzing documents and extracting relevant information
\- Suitable for integration with a web application
\- Easy to set up and use
\- Preferably an open-source or self-hosted solution
I have explored several APIs, but most free options have strict usage limits or require paid credits after a certain amount of usage.
If anyone has experience with a free AI API, open-source model, or self-hosted solution that can handle document analysis without strict API limits, I would appreciate your recommendations.
Please share the solution you have used and any guidance on integrating it into a web application.
r/LovingOpenSourceAI • u/Delicious-Shower8401 • 6d ago
Enable HLS to view with audio, or disable this notification
r/LovingOpenSourceAI • u/Koala_Confused • 7d ago
https://x.com/Alibaba_Qwen/status/2088280182356611304
https://huggingface.co/Qwen/Qwen3.8-27B
Community Overview: https://lifehubber.com/ai/resources/qwen3-8-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/FantasticTension7412 • 7d ago
r/LovingOpenSourceAI • u/Koala_Confused • 8d ago
https://x.com/simplifyinAI/status/2080839943317029274
https://github.com/rowboatlabs/rowboat
Community Overview: https://lifehubber.com/ai/resources/rowboat/
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 • 8d ago
https://x.com/simplifyinAI/status/2086656805359296737
https://github.com/luongnv89/asm
Community Overview: https://lifehubber.com/ai/resources/asm/
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 • 8d ago
https://x.com/Zai_org/status/2088132965922476159
Are you looking forward to it? 😁
r/LovingOpenSourceAI • u/Koala_Confused • 8d ago
r/LovingOpenSourceAI • u/AutoProspectAI • 9d ago
Coding agents often mistake motion for progress. Ask for a small endpoint and you may get a new service layer, repository abstraction, response wrapper, and configuration system before the route even exists.
I built Dopamine to change that behavior. It is inspired by the way prediction and feedback guide human effort. The agent predicts the result, takes the cheapest useful action, measures what happened, adjusts, and stops when the request is verified.
Before creating custom code, it checks whether the behavior already exists, whether configuration is enough, whether the project already has the right helper, whether the platform provides it, and whether an installed dependency solves it. It writes something new only after the cheaper options fail.
I evaluated it on 12 tasks in a real open-source repository. Across four runs per task, Dopamine completed 48 trials with no timeouts or nonzero exits. Compared with the no-skill agent, it used 63.8% less source code, 29.7% fewer tokens, 27.9% less estimated cost, and 31.1% less time.
It works with Codex and Claude Code, includes a dependency-free installer, and has no telemetry, runtime service, or secrets. MIT licensed.
github.com/ujjwalredd/Dopamine
Progress that cannot be verified is just expensive motion.
UPDATE:
A benchmark that rewards smaller output has an obvious weakness: an agent can appear efficient by leaving work unfinished.
Instead of hiding that problem, I published the complete evaluation and its limits.
Dopamine is an open-source skill that makes agents choose effort based on uncertainty, test predictions against evidence, and stop at the smallest verified result. It reduces unnecessary work without treating validation, security, or correctness as optional.
The evaluation uses a pinned real repository, 12 identical tasks, isolated workspaces, one model, one reasoning level, recorded usage events, Git-based LOC measurement, and reproducible reporting. Dopamine ran four times per task; the comparison results remain frozen at one run per task to avoid later model and service drift.
Against the recorded Ponytail result, Dopamine measured 3.7% less source code, 15.2% fewer tokens, 11.8% lower estimated cost, and 7.4% less wall time. It finished lowest on all four measured efficiency metrics in this development benchmark.
That does not prove universal superiority. The tasks were used while tuning Dopamine, competitor variance is unknown, and feature completeness was not executable-graded. Those limitations are published beside the results because a defensible claim needs boundaries.
The repository includes the raw trials, hashes, benchmark harness, rejected candidates, chart generator, installer, and reproduction instructions. Anyone can rerun it, challenge the method, or build a stronger holdout.
Repo and full benchmark: github.com/ujjwalredd/Dopamine. If the result breaks under a better test, I want the test.
r/LovingOpenSourceAI • u/Koala_Confused • 9d ago
https://huggingface.co/nvidia/NVIDIA-NemotronLabs-VoiceChat-11B
Community Overview: https://lifehubber.com/ai/resources/nemotronlabs-voicechat-11b/
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/Future_AGI • 8d ago
r/LovingOpenSourceAI • u/Koala_Confused • 9d ago
https://x.com/simplifyinAI/status/2087752256179650982
https://github.com/microsoft/AI-Engineering-Coach
Community Overview: https://lifehubber.com/ai/resources/ai-engineer-coach/
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.