r/LovingAIAgents

Meituan "🐱 LongCat-2.0 is now fully open-source — MIT licensed, no restrictions. ◆ 1.6T MoE · ~48B active · 1M token context ◆ Agent-native: Integrates directly with Claude Code, OpenClaw, and Hermes Agent ◆ Deployment: Support both GPU and NPU platforms— verified on large-scale domestic clusters"
▲ 22 r/LovingAIAgents+1 crossposts

Meituan "🐱 LongCat-2.0 is now fully open-source — MIT licensed, no restrictions. ◆ 1.6T MoE · ~48B active · 1M token context ◆ Agent-native: Integrates directly with Claude Code, OpenClaw, and Hermes Agent ◆ Deployment: Support both GPU and NPU platforms— verified on large-scale domestic clusters"

https://x.com/Meituan_LongCat/status/2073768940078317713

https://huggingface.co/meituan-longcat/LongCat-2.0

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 23 hours ago
▲ 146 r/LovingAIAgents+1 crossposts

Kanika "CHINA JUST LEAKED THE FUTURE OF WEB APPS. Alibaba open-sourced PageAgent and 99% of SaaS founders are sleeping on this. It's a JavaScript AI agent that lives INSIDE your webpage. Users control your entire interface with natural language." ➡️ 21k stars. you tried before?

https://x.com/KanikaBK/status/2072606006971081213

https://github.com/alibaba/page-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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 3 days ago
▲ 16 r/LovingAIAgents+1 crossposts

Tencent AI "CubeSandbox is #18 on GitHub Trending (all languages) today! 🏆 The only AI Agent sandbox infra on the list. #2 Rust project globally. Thank you all for the support! 🙏" ➡️ have you tried this already?

https://x.com/TencentAI_News/status/2073341368081186870

https://github.com/TencentCloud/CubeSandbox

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 2 days ago
▲ 118 r/LovingAIAgents+1 crossposts

Hasan "I found the OCR tool built for the LLM era. It is called olmOCR. olmOCR takes PDFs, scans, PNGs, and JPEGs and turns them into clean Markdown that models can actually understand." ➡️ worth testing on messy PDFs?

https://x.com/hasantoxr/status/2071519541851717838

https://github.com/allenai/olmocr

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 4 days ago
▲ 140 r/LovingAIAgents+1 crossposts

Sharbel "Someone built a single endpoint that stacks the free tiers of 16 LLM providers behind one URL. ~1.7 billion tokens per month. It's called FreeLLMAPI." ➡️ Do you think free-tier LLM routing is helpful, or does it create too many terms/key-handling headaches?

https://x.com/sharbel/status/2070568492022079922

https://github.com/tashfeenahmed/freellmapi

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 100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting. https://lifehubber.com/ai/resources/

u/Koala_Confused — 5 days ago
▲ 22 r/LovingAIAgents+1 crossposts

How To Prompt "Someone built a self-hosted AI app that scans your receipts, invoices, and PDFs and auto-extracts every detail you need for tax filing. 100% open-source and private." ➡️ useful for agents that handle financial-document intake?

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

https://github.com/vas3k/TaxHacker

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 6 days ago
🔥 Hot ▲ 7.2k r/LovingAIAgents+12 crossposts

The “dead internet theory” in action: In World of Warcraft, a server without humans has appeared - instead, 1,800 DeepSeek-based bots are playing there. The bots behave like regular players: they chat, level up characters, run dungeons, and even fight each other.

As a result, the game world looks completely alive.

u/Active-Ad4949 — 12 days ago
▲ 13 r/LovingAIAgents+9 crossposts

Open handoff: Thought Tree, a markup/spec idea for modular LLM workflows

I’m releasing an open handoff draft of a framework I’ve been developing called the Thought Tree AI Framework.

At its core, the framework uses a simple pattern:

Data Units → Operations → Data Units

A Thought Tree program applies this recursively. Complex cognitive work is decomposed into named artefacts, transformations, contracts, modules and traces.

It came out of experiments with Auto-GPT-style agents, creative production pipelines and the need to separate what LLMs are good at from what deterministic code should handle.

I don’t currently have time to continue developing it properly, so I’m releasing it as an open handoff for anyone who wants to critique, fork, implement or reinterpret it.

The repo includes:

- a concise README;

- one-page summary;

- draft TTML schema;

- minimal example workflow;

- roadmap;

- original long-form explainer.

I’m especially interested in whether people see value in Thought Tree as:

- an intermediate representation for LLM workflows;

- a design vocabulary for structured AI production;

- a small open-source executor;

- or something that could map onto LangGraph / LlamaIndex / other orchestration tools.

Repo: https://github.com/RobertBateman/thoughttree-framework

Feedback, criticism, forks and maintainers welcome.

u/xavier1764 — 7 days ago
▲ 36 r/LovingAIAgents+1 crossposts

Isra "your agent can search Twitter, Reddit, YouTube, GitHub, B站, 小红书, LinkedIn, and the open web for free - zero API keys, zero billing 😳 agent-reach now supports 14+ platforms with self-healing routing. one of them dies? it switches to the next backend automatically. 42.7K stars" ➡️ you using?

https://x.com/israfill/status/2070915206130413737

https://github.com/Panniantong/Agent-Reach

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 7 days ago
▲ 23 r/LovingAIAgents+1 crossposts

OpenHands ➡️ The self-hosted developer control center for coding agents and automations. Run OpenHands, Claude Code, Codex, Gemini, or any ACP-compatible agent across local, remote, and cloud backends. ➡️ Have you heard of this?

"OpenHands Agent Canvas turns your coding agents into a self-hosted, always-on engineering team. It's a developer control center for starting conversations and automating everyday tasks — like generating reports that publish to Slack or automatically decomposing GitHub issues into tasks.

It runs locally on your machine by default, but can connect to multiple “agent backends”, e.g. running agents in Docker containers, on VMs, or within your company infrastructure. You can optionally choose to run agents on OpenHands Cloud or OpenHands Enterprise infrastructure."

https://github.com/OpenHands/OpenHands

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 7 days ago
▲ 41 r/LovingAIAgents+1 crossposts

Sharbel "Someone built an AI agent that searches Reddit, X, YouTube, HN, TikTok, Polymarket, and the web in parallel. Scores everything by real upvotes, real likes, and real money. Synthesizes it into one brief. In seconds. Its called /last30days. 28,700+ stars on GitHub." ➡️ is this useful for you?

https://x.com/sharbel/status/2063369348828610886

https://github.com/mvanhorn/last30days-skill

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 8 days ago
▲ 50 r/LovingAIAgents+1 crossposts

Ornith "Aloha! 🌺 Meet Ornith-1.0 a family of open-source LLMs specialized for agentic coding. Spans the full parameter sizes including 9B Dense, 31B Dense, 35B MoE, and 397B MoE. It achieves state-of-the-art performance among OS models of comparable size on coding benchmarks" ➡️ trying this?

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

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 10 days ago
▲ 98 r/LovingAIAgents+1 crossposts

NEW "Introducing LFM2.5-230M: our smallest model yet, built to run fast anywhere (CPUs, NPUs, and GPUs) to enable agentic tasks on phones, robots, home and network automation devices." ➡️ Test the GGUF, ONNX, or MLX variants when the same local task has to move across devices?

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

https://huggingface.co/LiquidAI/LFM2.5-230M

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 11 days ago
▲ 240 r/LovingAIAgents+1 crossposts

"Apple just did something nobody expected. They turned 2 billion iPhones into local AI machines. They open-sourced coreai-models, the entire toolkit that lets you export any HuggingFace model and run it natively on iPhone, iPad and Mac with zero cloud." ➡️ Includes coding-agent skills wow

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

https://github.com/apple/coreai-models

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 13 days ago
▲ 29 r/LovingAIAgents+1 crossposts

Qwen "📣📣 Meet Qwen-AgentWorld — a native language world model that simulates 7 agent environments (MCP, Search, Terminal, SWE, Web, OS, Android) within a single model. Environment modeling is the training objective from day one, not a post-hoc adaptation." ➡️ Simulate before running live is nice!

https://x.com/Alibaba_Qwen/status/2069720365442719867

https://github.com/QwenLM/Qwen-AgentWorld

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 9 days ago
▲ 23 r/LovingAIAgents+1 crossposts

"🎉nanobot v0.2.2 is here! This release is about durability for your open-source agents! 140 PRs & 21 first-time contributors. - More reliable WebUI sessions. - A much stronger Python SDK. - Broader providers, channels, search, speech, and workbench polish. - Default context window restored to 200k"

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

https://github.com/HKUDS/nanobot

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 9 days ago
▲ 116 r/LovingAIAgents+1 crossposts

Baidu "We’re open-sourcing Unlimited OCR — built to read long documents in one pass. With 3B total parameters and only 500M activated, Unlimited OCR sets new end-to-end SOTA results on OmniDocBench v1.5 and v1.6." ➡️ maybe try Unlimited-OCR on the long PDFs that usually break your OCR pipeline? :P

https://x.com/BaiduAI_News/status/2069322806748410291

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 12 days ago
▲ 10 r/LovingAIAgents+1 crossposts

"The Nemotron 3.5 Content Safety model is a small language model (SLM) that uses Google's Gemma-3-4B-it as the base and is fine-tuned by NVIDIA on multimodal, multilingual, and reasoning-oriented content-safety datasets." ➡️ is it a good fit for agent builders who need guardrails?

https://huggingface.co/nvidia/Nemotron-3.5-Content-Safety

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 11 days ago
▲ 11 r/LovingAIAgents+1 crossposts

Xiaomi "🚀 MiMo Code V0.1 is now live and open-source! More than an AI coding assistant in your terminal — it's the smartest coding partner you'll ever work with." ➡️ Subagents can be created for parallel work, with lifecycle tracking and cancellation?

https://x.com/XiaomiMiMo/status/2064799879352959085

https://github.com/XiaomiMiMo/MiMo-Code

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/

100+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

u/Koala_Confused — 13 days ago