All Posts
Filter by keyword, tag, and category.
rtk: A Rust CLI Proxy Tool that Reduces LLM Token Consumption by 60-90%
rtk is a lightweight, Rust-based CLI proxy tool designed to reduce LLM token consumption in development scenarios. By filtering and compressing command outputs before they enter the LLM context, it saves 60% to 90% of tokens for common development commands with an added latency of under 10 milliseconds. With zero external dependencies, this project is ideal for developers heavily relying on AI-assisted programming.
Datawhale Open-Sources "Building Agents from Scratch": A Systematic Agent Development Tutorial
With the arrival of the "Year of the Agent," the technological focus is shifting from training large models to building agent applications. Datawhale's open-source project, "Building Agents from Scratch," is a systematic, practice-oriented tutorial. It deeply analyzes process-driven and AI-native agent architectures. Having garnered over 48,000 stars on GitHub for its high-quality content, it serves as an essential introductory guide for AI developers.
HKUDS/AI-Trader: A 100% Fully Automated Agent-Native Trading Platform
AI-Trader is a native trading platform designed specifically for AI agents, aiming to provide them with an exclusive trading environment just like humans. It supports rapid integration of mainstream agents like OpenClaw and Claude Code, and enhances production stability by separating the FastAPI Web service from background worker processes. With over 15,000 stars on GitHub, it is a popular open-source practice combining automated trading and large language models.
DeepSeek-TUI: A Terminal-Native DeepSeek Coding Agent
DeepSeek-TUI is a terminal-native coding agent written in Rust, specifically designed for the DeepSeek model. By providing a command-line dispatcher and a TUI runtime, it enables developers to engage in interactive programming directly with large language models within their familiar terminal environment. Thanks to its lightweight and high-performance features, the project has rapidly accumulated over 20,000 stars in the developer community, making it a powerful tool for enhancing terminal development efficiency.
Goose: An Open-Source, Omnipotent Local AI Agent Built with Rust
Goose is an open-source, omnipotent local AI agent built with Rust. Beyond offering code suggestions, it automates the entire workflow of installing, executing, editing, and testing by connecting to any LLM. Available as a desktop app, CLI, and API, it supports cross-platform execution. Ideal for R&D, data analysis, and daily automation tasks, Goose serves as a powerful bridge between large language models and your local computing environment.
TradingAgents: Analysis of a Financial Trading Framework Based on Multi-Agent Large Language Models
TradingAgents is an open-source financial trading framework based on multi-agent Large Language Models (LLMs). By introducing structured output agents such as research managers, traders, and portfolio managers, and fully supporting cutting-edge models like GPT-5.4 and Claude 4.6, this project provides quantitative researchers and developers with a comprehensive toolchain for automated trading decision-making and backtesting.
GitHub Trending: mattpocock/skills - An AI Agent Skills Library Built for Real Engineering
mattpocock/skills is an AI Agent skills library designed for real software engineering, rejecting black-box "vibe coding". It provides small, composable prompts and scripts adaptable to any LLM, returning control to developers. Open-sourced in February 2026, it quickly gained over 37,000 stars, becoming a popular tool in AI-assisted development.
Beads: A Distributed Graph-Structured Memory Engine for AI Coding Agents
Beads (bd) is a Go-based distributed graph-structured task tracking system designed specifically for AI coding agents. By integrating Dolt at its core, it replaces traditional Markdown planning documents with dependency-aware graph memory, significantly enhancing the agent's ability to handle long-term, complex tasks. The project has already garnered over 20,000 stars on GitHub.