Geek Labs
Author

Geek Labs

Daily shares of interesting GitHub open-source projects. AI tools, automation gems, technical tutorials, open-source inspiration.

182
Articles
0
Likes
1.7k
Views
0
Comments
Recent Articles

Latest from Geek Labs

100 recent articles max
Geek Labs
Geek Labs
Sep 11, 2026 · Artificial Intelligence

Vercel's fx: A 7.8 MiB Embeddable Coding Agent Kernel Built with Zig

Vercel Labs' fx is a 7.8 MiB Zig-compiled coding agent kernel that runs as a CLI, connects to editors via ACP, and embeds into JavaScript apps via WebAssembly, offering model-agnostic design, fine-grained permissions, automatic session compression, and 40× faster initialization than prior versions.

ACPAI GatewayCLI
0 likes · 21 min read
Vercel's fx: A 7.8 MiB Embeddable Coding Agent Kernel Built with Zig
Geek Labs
Geek Labs
Sep 10, 2026 · Frontend Development

Design-to-Code Showdown: Universal Tool vs Team MCP Infrastructure

This article compares two open-source approaches to AI-powered design-to-code conversion: screenshot-to-code, a universal tool that turns any screenshot into runnable frontend code with self-correcting iteration, and lanhu-mcp, a team-focused MCP server integrating AI with the Lanhu design platform for shared context and knowledge.

AI-assisted developmentLanhuMCP
0 likes · 16 min read
Design-to-Code Showdown: Universal Tool vs Team MCP Infrastructure
Geek Labs
Geek Labs
Sep 9, 2026 · Artificial Intelligence

Heretic: Automated Model Surgery Removes Refusal Without Damaging Capabilities

This article explains how Heretic automates directional ablation to permanently remove refusal behavior from language models by editing model weights, contrasting it with jailbreaks and steering vectors, and details its use of Optuna optimization with KL divergence to preserve model capabilities, situating it within a broader taxonomy of model modification techniques.

AbliterationHereticKL Divergence
0 likes · 18 min read
Heretic: Automated Model Surgery Removes Refusal Without Damaging Capabilities
Geek Labs
Geek Labs
Sep 8, 2026 · Frontend Development

Fallow: Rust-Powered Static Analysis Detects Dead Code & Architecture Issues in TypeScript Projects

Fallow is a Rust-based static analysis tool that builds a complete dependency graph of TypeScript and JavaScript projects to detect dead code, circular dependencies, code duplication, complexity hotspots, architecture violations, and style drift, offering zero-configuration setup, millisecond-speed scans, CI integration, and machine-readable output for AI coding assistants.

CI/CDJavaScriptRust
0 likes · 17 min read
Fallow: Rust-Powered Static Analysis Detects Dead Code & Architecture Issues in TypeScript Projects
Geek Labs
Geek Labs
Sep 7, 2026 · Artificial Intelligence

AI Engineering from Scratch: 523 Hands-On Lessons with AI Tutor Integration

The open-source project ai-engineering-from-scratch offers a 523-lesson, 20-phase curriculum that teaches AI engineering by building reusable tools from scratch, integrating coding agents as personalized tutors to bridge the gap between using AI tools and understanding their internals.

AI AgentsAI engineeringLLM training
0 likes · 12 min read
AI Engineering from Scratch: 523 Hands-On Lessons with AI Tutor Integration
Geek Labs
Geek Labs
Sep 6, 2026 · Industry Insights

Open-Source CapCut Alternatives: Local-First Privacy vs AI-Agent Programmability

This article compares two open-source CapCut alternatives—Concat, a local-first desktop editor using Rust and Whisper for privacy, and Pireel, an AI-agent programmable editor with a BYO-brain architecture—analyzing their technical designs, trade-offs, and ideal use cases for creators.

AI agent programmableCapCut alternativeMCP protocol
0 likes · 17 min read
Open-Source CapCut Alternatives: Local-First Privacy vs AI-Agent Programmability
Geek Labs
Geek Labs
Sep 5, 2026 · Artificial Intelligence

Open-Source AI Agent Book: 10 Chapters, 103 Runnable Experiments

This article reviews an open-source book 'Deep Understanding of AI Agent' that structures AI Agent engineering around the formula Agent = LLM + Context + Tools, offering 10 chapters and 103 runnable Python experiments covering context engineering, memory, tool use, multi-agent collaboration, and model post-training.

AI agentLLMMCP protocol
0 likes · 11 min read
Open-Source AI Agent Book: 10 Chapters, 103 Runnable Experiments
Geek Labs
Geek Labs
Sep 2, 2026 · Artificial Intelligence

How to Split a Song into Vocals and Accompaniment Locally for Free with StemDeck

StemDeck is a free, open‑source desktop tool that uses the Demucs AI model to separate a track into up to six stems—vocals, drums, bass, guitar, piano and others—while keeping audio on your machine, addressing cost and privacy concerns of cloud‑based services.

Demucsaudio AImusic practice
0 likes · 12 min read
How to Split a Song into Vocals and Accompaniment Locally for Free with StemDeck
Geek Labs
Geek Labs
Sep 1, 2026 · Operations

Run Multiple AI Agents Parallelly Without File Conflicts – Worktrunk Makes Git Worktree as Easy as Branches

Worktrunk, a Rust‑based CLI tool, streamlines Git worktree management so each AI coding agent can work in its own isolated directory, eliminating file‑level conflicts and simplifying the full lifecycle—from creation and parallel execution to merging, cleanup, and advanced features like hooks, shared caches, and AI‑generated commit messages.

AI AgentsAutomationCLI tool
0 likes · 12 min read
Run Multiple AI Agents Parallelly Without File Conflicts – Worktrunk Makes Git Worktree as Easy as Branches
Geek Labs
Geek Labs
Aug 31, 2026 · Artificial Intelligence

Meet Zoo Code: A Multi‑Mode AI Coding Agent That Turns Your Editor Into a Full Development Team

Zoo Code is a VS Code extension that bundles multiple AI agents into distinct modes—Code, Architect, Ask, Debug, and custom roles—enabling natural‑language driven code generation, refactoring, debugging, documentation, and workflow orchestration, effectively giving developers an in‑editor AI development team.

AI codingVS Codecode generation
0 likes · 14 min read
Meet Zoo Code: A Multi‑Mode AI Coding Agent That Turns Your Editor Into a Full Development Team