fx — A 6MB Native Coding Agent

Vercel Labs open-sourced fx, a coding agent written in Zig with a binary size of just 6.39MB. Unlike heavyweight AI coding tools, fx positions itself as a lightweight CLI closer to a Unix shell than a terminal IDE.

fx supports any AI model for both local and cloud inference. Its system prompt design, toolset, and feature modules are all built around minimalism and performance. Apache-2.0 licensed and still experimental (v0.0.4), it already has 180+ points on Hacker News.

Installation: curl -fsSL https://fx.sh/setup.sh | bash

If you find Claude Code or Cursor too heavy and want a lighter AI coding assistant, fx is worth a look.

MoneyPrinterTurbo — AI-Powered Short Video Generation

This project has 110K+ GitHub Stars and does one thing well: generate HD short videos from a topic or keyword using AI.

It uses LLMs to generate scripts, then automates the entire workflow — asset search, voiceover, subtitles, and compositing. Supports TikTok, YouTube Shorts, Instagram Reels, and other major platforms. Written in Python, Docker-ready, with a WebUI included.

For teams that need to produce short video content at scale, this tool eliminates a lot of repetitive work. Even for personal content creation, it's more than capable.

OpenViking — ByteDance's Self-Evolving Context Database for AI Agents

ByteDance (Volcengine) open-sourced OpenViking to solve the "memory management" problem for AI agents.

Anyone who uses AI coding agents knows the pain: context is scattered across vector stores, code files, and various modules. OpenViking organizes memory, knowledge RAG, and skills into a navigable directory, making context a reusable asset.

It supports Claude Code, Codex, Hermes, and other major AI coding agents with 30K+ GitHub Stars. If you juggle multiple AI coding tools and want unified memory management, OpenViking is the answer.