Deltafin: Running Kimi K3 (2.78T MoE) on a Single Workstation

Disclosure: Some links below are affiliate links. If you sign up through them, I may earn a commission at no extra cost to you. Vultr — high-memory cloud GPU instances from $6/mo DigitalOcean — $200 credit for new users, great for GPU droplets So Kimi K3 dropped two days ago and instantly became the most exciting open-weight model release this month — 7,300+ stars, 2.78 trillion parameters in a Mixture-of-Experts architecture, multimodal. Problem: nobody has a cluster sitting around to serve it. Enter Deltafin, a research project that does exactly what its README says: “runs a Mixture-of-Experts model far larger than the machine it sits on.” I spent the evening digging through its codebase, and honestly? The ambition matches the execution. ...

July 30, 2026 · 5 min · GitHubDigger

AgentENV: 50ms Agent Sandboxes at Scale (Fast Look)

Ever tried running hundreds of sandboxed Linux environments for agentic RL training? Docker is too heavy for rapid fork-and-destroy, and spinning up real VMs takes ages. Then I spotted AgentENV on GitHub Trends — 1,589 stars in 6 days, built by the kvcache-ai team to power Kimi K3’s agentic RL training. It is a Rust-based runtime that wraps Firecracker microVMs with snapshot-resume fast enough to boot a sandbox in under 50ms. Here is what I found after taking it for a spin. ...

July 29, 2026 · 4 min · GitHubDigger

LobsterAI: Desktop AI Agent That Actually Works (Quick Look)

I should not be this surprised that an AI agent actually did what I asked. You know the pattern: upload a CSV to ChatGPT, ask for “analyze this,” and you get a polite paragraph that says nothing. No charts. No actionable output. Just a summary of what it would do if it had access. LobsterAI — 5,400 stars on GitHub, the first open-source desktop AI agent from NetEase AI’s Youdao division — doesn’t have that problem. It connects to your real desktop: files, terminal, browser, local projects. And it actually executes. ...

July 1, 2026 · 4 min · GitHubDigger

LlamaFactory Review: Zero-Code LLM Fine-Tuning in 15 Min

Ever wanted to fine-tune an LLM but bounced off the three-hour tutorial on YAML configs, Python environments, and CUDA toolkit versions? Yeah, me too. And I’ve been tracking this space long enough to know most tools assume you’re an ML engineer who dreams in transformer architectures. But LlamaFactory? And it takes a different approach. Here’s what it is: a zero-code LLM fine-tuning framework with over 72,830 GitHub stars, supporting 100+ models and 20+ training methods. And its claim to fame? A Gradio-powered Web UI called LLaMA Board that turns the whole process into a visual workflow — pick your model, load your dataset, hit Start. ...

June 30, 2026 · 4 min · GitHubDigger

Browser-Search: Self-Hosted Web Search for AI Agents in 2026

Your AI coding agent can refactor your entire codebase in one shot. But ask it “what’s the latest Rust AI framework released this month” and you get a hallucinated answer or “I don’t have internet access.” If you’ve been on r/LocalLLaMA lately, you know this is the single biggest gap in agent workflows right now. Here’s the thing: browser-search by Johell1NS is a skill suite that plugs into Claude Code, Codex, OpenCode, or any major coding agent and gives it real web search and page-reading abilities. Self-hosted. Zero API fees. No data leaving your infrastructure. ...

June 29, 2026 · 4 min · GitHubDigger

HyperFrames: Open-Source HTML-to-Video with 19 Agent Skills

Ever wanted an AI agent to just write a video for you — not a script, not a storyboard, but the actual video file? And I’ve been chasing this for months. Claude can write code. Cursor can debug. But video has always meant opening a timeline, tweaking keyframes, or wrestling with React components. Then HyperFrames dropped. And it’s not just another renderer — it ships 19 built-in AI Agent Skills that let Claude Code, Cursor, or Codex generate and render actual video projects. I spent an afternoon with it. Here’s what I found. ...

June 25, 2026 · 5 min · GitHubDigger

COMPASS Skills: Missing Project Manager for AI Coding Agents

Ever sent your AI agent on a multi-session mission and come back to find it forgot what it was doing? Yeah, been there. But long-running agent work is great only until your assistant loses the plot somewhere around session three. So you explain the project context again, re-establish the goal, and hope it doesn’t drift off into some unrelated tangent halfway through. That’s exactly the problem COMPASS Skills aims to fix — and honestly, it’s the first tool I’ve seen that treats this as a first-class problem. And 204 stars in 2 days on GitHub says I’m not the only one who felt this pain. ...

June 17, 2026 · 6 min · GitHubDigger

Composio Review: 1K+ Pre-Built Toolkits for AI Agents (2026)

You’re building an AI agent and you need it to check Gmail, post to Slack, create GitHub issues, and query Notion. Great. Now wire up OAuth for each one, write retry logic, handle token refresh, parse every API response schema. How’s that afternoon looking? Composio fixes this. It’s an open-source platform packing 1,000+ pre-built agent toolkits — Gmail, Slack, GitHub, Notion, Stripe, Jira, you name it — with managed authentication, context persistence, and a framework-agnostic SDK. 28,720 stars on GitHub, which tells you this isn’t a side project. ...

June 11, 2026 · 5 min · GitHubDigger