#python
Slime is a high-performance framework for post-training large language models with reinforcement learning (RL). It connects Megatron for fast training and SGLang for data generation, powering top models like GLM-4.7, Qwen3, DeepSeek V3, and Llama 3. You get efficient, flexible RL workflows with customizable data tools, cutting training time and boosting model accuracy for research or production—saving resources while achieving breakthrough results in physics, agents, and code generation.
https://github.com/THUDM/slime
#python
Claude Code hooks let you control AI coding with 13 events like blocking dangerous tools, validating prompts, adding context, and TTS alerts for tasks. Use UV scripts for secure logging, sub-agents for team workflows (builder/validator), custom outputs, and status lines. This boosts your productivity by preventing errors, automating reviews, enabling parallel agents, and giving full observability for faster, safer shipping.
https://github.com/disler/claude-code-hooks-mastery
#python
Agent Skills are reusable packages of instructions, scripts, and resources that AI agents like Codex can automatically load to complete specific tasks efficiently and consistently. Instead of repeating the same guidance repeatedly, you write a skill once and use it everywhere, which saves time and reduces errors. You can install pre-built skills automatically or create custom ones tailored to your organization's needs, then share them across teams. This modular approach transforms general AI assistants into domain specialists, enabling them to handle complex, specialized workflows reliably without requiring you to provide the same instructions in every conversation.
https://github.com/openai/skills
#python
AI-assisted code review prompts by Linux kernel expert Chris Mason speed up Linux kernel and systemd patch reviews. Install easily with bash scripts, then use slash commands like /kreview or /kdebug in tools like Claude—they auto-load project context, break big diffs into tasks, cut token costs by 40-60%, and catch more bugs. You benefit by reviewing code 30-50% faster, saving money, reducing burnout, and improving quality without replacing human checks. Works with GPT-4, Claude, and more; pairs best with semcode for navigation.
https://github.com/masoncl/review-prompts
#python
nanochat lets you train your own GPT-2 level LLM—like a basic ChatGPT—for just $73 in 3 hours on an 8xH100 GPU node using the simple speedrun.sh script. It handles tokenization, pretraining, finetuning, evaluation, inference, and a web chat UI in minimal, hackable code. You benefit by easily building, customizing, and chatting with your personal AI on a tiny budget, learning LLM mechanics hands-on without complex setups.
https://github.com/karpathy/nanochat
#python
Kimi Code CLI is a terminal AI agent that reads/edits code, runs shell commands, searches web pages, and plans tasks autonomously. Switch to shell mode with Ctrl-X, integrate with IDEs like Zed/JetBrains via ACP, enhance Zsh, or add MCP tools. Install easily and log in with /login for Kimi Code benefits like fast 100 tokens/s speeds and high quotas. This saves you time on coding/development by automating complex workflows intelligently and securely.
https://github.com/MoonshotAI/kimi-cli
#python
The Compound Marketplace provides a Claude Code plugin that transforms your development workflow through a cycle of planning, working, reviewing, and documenting learnings. By spending 80% of effort on thorough planning and code review while only 20% on execution, you build knowledge that makes each subsequent task easier. Commands like `/workflowswork` executes them with task tracking, `/workflowscompound` documents patterns for reuse. This approach prevents technical debt accumulation, keeping your codebase maintainable and future changes straightforward.
https://github.com/EveryInc/compound-engineering-plugin
#python
Grok-1 is a powerful open-source AI model with 314 billion parameters that you can download and run on your own computer. To use it, download the model weights, install required software packages, and run a simple Python script to test it. The model uses a Mixture of Experts architecture with 64 layers and can process up to 8,192 tokens of text at once. The main benefit is that you get access to a large, capable language model under an open Apache 2.0 license, allowing you to experiment with advanced AI technology locally. However, you'll need a powerful GPU with substantial memory to run it effectively.
https://github.com/xai-org/grok-1
#python
ChatDev 2.0 (DevAll) is a free, zero-code platform to build and run teams of AI agents for any task—like software coding, data charts, 3D models, games, or deep research—using simple drag-and-drop workflows, no programming needed. Install with Python/uv and Node.js, then launch via web console or Python SDK for quick results. This saves you hours of manual work, cuts costs, and lets you create complex projects fast and easily, even without tech skills.
https://github.com/OpenBMB/ChatDev
#python
AlpaSim is an open-source simulator that lets me test full autonomous driving systems in realistic, closed-loop virtual environments. It gives me high-quality camera and sensor data, realistic vehicle physics, and complex traffic scenarios, all configurable for my experiments. Because it is modular, Python-based, and built on microservices, I can easily plug in my own algorithms, scale across machines, and debug tricky behaviors. Built-in support for advanced driving policies, rich documentation, and sample datasets helps me quickly validate, compare, and improve my models while reducing the cost and risk of real-world testing.
https://github.com/NVlabs/alpasim
#python
This GitHub repo runs a 6-month experiment where ChatGPT manages a real $100 micro-cap stock portfolio daily, using trading data, strict 10% stop-losses, and weekly research to pick trades—outperforming the S&P 500 by 25% (+29% vs. +4%) in the first two months. It offers Python scripts, prompts, CSVs, performance charts, and a starter guide to run your own. You benefit by testing AI stock picking transparently with low risk, learning from logs to boost your trading skills or generate real returns.
https://github.com/LuckyOne7777/ChatGPT-Micro-Cap-Experiment
#python
Python 3.15.0 alpha 3 is an early test version you can build from source on Unix/Linux/macOS with simple steps: `./configure`, `make`, `make test`, `sudo make install`. Use `--enable-optimizations` for faster performance via PGO, run `make test` to check it works, and `make altinstall` for multiple versions side-by-side. Access docs at docs.python.org/3.15, source at github.com/python/cpython, and contribute via the dev guide. This helps you test new features early, optimize your code, and prepare projects ahead of the stable release for better speed and reliability.
https://github.com/python/cpython