r/LovingOpenSourceAI

NVIDIA AI "Most language models only generate one token at a time. We just released Nemotron-Labs-Diffusion, a family of diffusion language models that take a different approach, generating multiple tokens in parallel within a single model." ➡️ tri-mode generation! cool?
▲ 32 r/LovingOpenSourceAI+1 crossposts

NVIDIA AI "Most language models only generate one token at a time. We just released Nemotron-Labs-Diffusion, a family of diffusion language models that take a different approach, generating multiple tokens in parallel within a single model." ➡️ tri-mode generation! cool?

https://x.com/NVIDIAAI/status/2056887241432014959

https://huggingface.co/nvidia/Nemotron-Labs-Diffusion-14B

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 1 day ago

Ai2 "Today we’re releasing OlmoEarth v1.1. It’s 3x cheaper to run than v1 while delivering the same state-of-the-art performance—and fully open." ➡️ seems like a remote-sensing model family for satellite imagery and Earth observation!

https://x.com/allen_ai/status/2056781954431791422

https://huggingface.co/collections/allenai/olmoearth

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 1 day ago
▲ 90 r/LovingOpenSourceAI+1 crossposts

huihui.ai "ByteDance just dropped an open-source model called Lance—and get this: it runs on just 3B active parameters! 🤯 Yet it can take in text, images, and videos, and simultaneously generate all three! Absolutely mind-blowing!" ➡️ whos sys can run this ;)

https://x.com/support_huihui/status/2056664596002587062

https://huggingface.co/bytedance-research/Lance

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 2 days ago

Yukang "🚀 Excited to release LongLive 2.0! 🎬 An end-to-end infrastructure for long video generation, with FP4 and parallelism at the core of both training and inference. ⚡45.7 FPS generation speed on 5B model⚡" ➡️ may be useful if you are into long video generation!

https://x.com/yukangchen_/status/2056746978365657502

https://github.com/NVlabs/LongLive

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 2 days ago

I built metaBrain, an open-source local memory store for AI agents

Hi r/OpenSourceAI,

I built metaBrain, an open-source local document memory for AI agents and developer workflows.

The project came from a problem I kept having while using agents for coding: useful context ends up scattered everywhere. Some of it is in markdown planning files, some in JSON state, some in scratch notes, some in task logs, and some in project-specific docs. Moving from one project to another gets tedious, and bootstrapping a new idea often means rebuilding the same context again.

metaBrain is my attempt to give that context one local, searchable place to live.

Documents are addressed with filesystem-like paths, for example:

/notes/today

/projects/foo/release-plan

/agents/openclaw/task-state

Under the hood they are stored in a local LevelDB-backed database with tags, metadata, lexical search, version history, zstd compression, JSONL export, and patch-based updates.

The CLI currently supports:

- put/get/list documents

- search by text, tags, and metadata

- patch documents with unified diffs

- inspect version history

- export the store as JSONL

- prune old versions

One goal was to make the tool discoverable by agents themselves. In my own workflow, I can point OpenClaw at the repo, ask it to discover the available commands, and then have it use `mb` directly as part of its task. That gives both me and the agent a shared local memory store instead of a pile of files spread across the workspace.

The repo is here:

https://github.com/OpenCow42/metaBrain

It is released under the permissive BSD 3-Clause license.

Install on macOS:

brew tap OpenCow42/tap && brew install mb

Example:

mb init

mb put /notes/today "Remember this project context." --tag planning --meta source=agent

mb search "project context"

mb get /notes/today

It is early. Right now it is a Swift package with a CLI and embeddable core library. I’m also planning a native Mac app to browse and inspect the database visually.

I’d be especially interested in feedback from open-source AI/tooling people:

- Is this useful as a local-first alternative to scattered agent memory files?

- Would an MCP server be the most useful next integration?

- What would make this easier or safer for agents to use autonomously?

reddit.com
u/EasyManufacturer340 — 3 days ago
▲ 20 r/LovingOpenSourceAI+1 crossposts

nanobot "Knock, knock. 🐈nanobot v0.2.0🥳is out. Your open-source personal AI agent just shipped a major upgrade. ➡️ /goal — sustained objectives across turns, no more one-shot replies - image generation, end to end - etc " ➡️ How do you find this? Is it useful?

https://x.com/nanobot_project/status/2055654256871432612

https://github.com/HKUDS/nanobot

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 3 days ago

Akshay "this TTS model generates speech 167x faster than you can hear it. Supertonic is an on-device TTS engine that runs via ONNX for cross-platform inference. - no GPU - 31 languages - captures every emotion - beats ElevenLabs on speed - runs even on a Raspberry Pi - 100% open-source." ➡️ useful?

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

https://github.com/supertone-inc/supertonic

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 5 days ago
▲ 179 r/LovingOpenSourceAI+1 crossposts

Guillermo "🚨 Google has just released its official skills for AI agents. It has published 13 skills compatible with Claude Code, Cursor, Copilot, and other agents. They allow agents to perform advanced tasks and automate complex workflows. It's free and open-source 👇" ➡️ Useful for you?

https://x.com/_guillecasaus/status/2054932163737407895

https://github.com/google/skills

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 6 days ago

Brain "NVIDIA just unleashed SANA-WM and it’s an absolute MONSTER for the future of open source AI! A blazing-fast 2.6B-parameter open-source world model that doesn’t just generate video… it creates controllable, physics-rich, high-fidelity worlds on demand." ➡️ faster high-res diffusion model?

https://x.com/BrianRoemmele/status/2055492991918518692

https://github.com/NVlabs/Sana

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 5 days ago

Lately been noticing a pretty interesting shift around open source

Few years back it mostly felt like companies open sourced stuff for community goodwill or just dev marketing, but now it genuinely feels like one of the strongest ways to build trust and distribution.

You can kinda see it everywhere now. Hugging Face with open models and AI infra stuff, Bifrost in the LLM gateway space, Supabase with backend infra, Unsloth around LLM fine tuning, and a lot of newer AI/devtool startups too.

Feels like companies are realizing that once developers trust your product, other tech companies slowly start trusting it too. And open source speeds that up a lot because people can actually inspect things themselves instead of just reading polished landing pages.

Especially in AI where people are getting more skeptical of black box products, this feels even more relevant now.

Honestly feels like open source is slowly turning into an actual competitive advantage instead of just a philosophy/community thing. Part of why I recently started building my own open source org too.

reddit.com
u/Interesting-Area6418 — 5 days ago
▲ 126 r/LovingOpenSourceAI+2 crossposts

How To AI "China open-sourced a desktop automation agent that runs 100% locally. It sees your screen, controls your mouse and keyboard, and completes tasks in any app through natural language. 100% Open Source. 29k stars on GitHub." ➡️ Would you let an AI agent control your desktop?

https://x.com/HowToAI_/status/2052314219635466435

https://github.com/bytedance/UI-TARS-desktop

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 7 days ago
▲ 16 r/LovingOpenSourceAI+1 crossposts

Tulsi "Claude Code is terrible at UI — everyone knows it. This repo fixes it. It’s called awesome-design-md by VoltAgent. → 31 real DESIGN.md files" ➡️ May be useful if you’re exploring how design guidance can be packaged for coding agents.

https://x.com/shedntcare_/status/2053869528636166476

https://github.com/VoltAgent/awesome-design-md

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 6 days ago
▲ 35 r/LovingOpenSourceAI+1 crossposts

Akshay "Anthropic's most viral feature is now open-source! Until now, Anthropic's Generative UI capabilities only existed inside its own products. CopilotKit just shipped Open Generative UI, an open-source implementation of Claude Artifacts that works in any app." ➡️ Would you use CopilotKit or DIY?

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

https://github.com/CopilotKit/CopilotKit

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 8 days ago
▲ 15 r/LovingOpenSourceAI+1 crossposts

GitHub Projects Community "CocoIndex turns your codebase, docs, PDFs, Slack, meeting notes, even videos into continuously fresh context for AI agents. Instead of rebuilding entire RAG pipeline every time something changes, only recomputes the delta." ➡️ Useful for your agent?

https://x.com/GithubProjects/status/2052445636637888932

https://github.com/cocoindex-io/cocoindex

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 7 days ago
▲ 17 r/LovingOpenSourceAI+1 crossposts

GitHub Projects Community "An open-source agent computer where you and AI agents share the same browser, files, and apps. Persistent memory, continuous execution, and a shared workspace that doesn't reset between sessions." ➡️ Are persistent agent workspaces better than one-off chats?

https://x.com/GithubProjects/status/2052131443418268121

https://github.com/holaboss-ai/holaOS

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 8 days ago
▲ 7 r/LovingOpenSourceAI+1 crossposts

GitHub Projects Community "lightweight AI terminal built like a real desktop app. Tauri 2 + Rust backend, React 19 UI, native PTY, multi-tab terminals, code editor, file explorer, web preview, AI side-panel that works with BYOK / local LM Studio models." ➡️ Would you use AI terminal instead of IDE?

https://x.com/GithubProjects/status/2054162534832472201

https://github.com/crynta/terax-ai

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 7 days ago
▲ 13 r/LovingOpenSourceAI+1 crossposts

"Vane is a privacy-focused AI answering engine that runs entirely on your own hardware. It combines knowledge from the vast internet with support for local LLMs (Ollama) and cloud providers (OpenAI, Claude, Groq)" ➡️ Is private AI search more useful than another chatbot wrapper? Thoughts?

https://github.com/ItzCrazyKns/Vane

More Open-ish AI resources at our community's website Lifehubber: https://lifehubber.com/ai/resources/ 100+ models/agents/tools/etc

u/Koala_Confused — 9 days ago
▲ 15 r/LovingOpenSourceAI+1 crossposts

hello do you like our list of open-ish ai resources? (pinned at r/LovingOpenSourceAI) more than 100 listings! keen to hear your thoughts :)

u/Koala_Confused — 10 days ago