All Posts
642 posts total
No posts match your search. Try a different keyword.
- Learn Apache Kafka in a Single Post: A Complete Tutorial From Topics and Partitions to Consumer Groups and Kafka Streams
July 20, 2026A complete Apache Kafka tutorial in one blog post. Covers the whole platform in 5 stages: topics (partitions, offsets, ordering), producers + consumers (write, read,...
- Learn Elasticsearch and OpenSearch in a Single Post: A Complete Tutorial From Inverted Indexes to Sharding and Query DSL
July 20, 2026A complete Elasticsearch / OpenSearch tutorial in one blog post. Covers the whole engine in 5 stages: documents (JSON, index, mapping), indexing (inverted index, analysis,...
- Learn GitLab CI/CD in a Single Post: A Complete Tutorial From Pipelines and Runners to Environments and Auto DevOps
July 20, 2026A complete GitLab CI/CD tutorial in one blog post. Covers the whole platform in 5 stages: basics (.gitlab-ci.yml, pipelines, stages, jobs), pipeline design (build/test/deploy, needs/DAG,...
- Learn Rust and Axum in a Single Post: A Complete Tutorial From Routing and Extractors to Tower Middleware and Deployment
July 20, 2026A complete Rust + Axum web backend tutorial in one blog post. Covers the whole framework in 5 stages: setup (Cargo, tokio, axum, first server),...
- Learn Compilers in a Single Post: A Complete Tutorial From Lexing and Parsing to IR Optimization and Code Generation
July 14, 2026A complete compilers tutorial in one blog post. Covers the whole pipeline in 5 stages: lexing (tokens, regex, finite automata, DFA), parsing (grammars, parse trees,...
- Learn Computer Networking in a Single Post: A Complete Tutorial From OSI Layers and TCP to DNS, TLS, and HTTPS
July 14, 2026A complete computer networking tutorial in one blog post. Covers the whole subject in 5 stages: fundamentals (OSI + TCP/IP models, IP addresses, ports, encapsulation),...
- Learn Cryptography in a Single Post: A Complete Tutorial From Symmetric and Asymmetric Encryption to Hashing, TLS, and Applied Security
July 14, 2026A complete cryptography tutorial in one blog post. Covers the whole field in 5 stages: symmetric encryption (AES, modes GCM/CBC, the key-sharing problem), asymmetric encryption...
- Learn Data Structures and Algorithms in a Single Post: A Complete DSA Tutorial From Big-O to Trees, Graphs, and Dynamic Programming
July 14, 2026A complete Data Structures and Algorithms tutorial in one blog post. Covers the whole subject in 5 stages: Big-O + basics (complexity analysis, arrays, strings),...
- Learn Deep Learning in a Single Post: A Complete Tutorial From Neural Networks and CNNs to Transformers and PyTorch Training
July 14, 2026A complete Deep Learning tutorial in one blog post. Covers the whole field in 5 stages: neural networks (neuron, activation, layers, forward/backward pass), training (loss,...
- Learn FastAPI in a Single Post: A Complete Tutorial From Path Operations and Pydantic to Async Databases and Production
July 14, 2026A complete FastAPI tutorial in one blog post. Covers the whole framework in 5 stages: basics (app, path operations, params, running), Pydantic (typed models, validation,...
- Learn GitHub Actions in a Single Post: A Complete Tutorial From Workflows and Jobs to Runners, Secrets, and Reusable Pipelines
July 14, 2026A complete GitHub Actions tutorial in one blog post. Covers the whole CI/CD system in 5 stages: workflows (YAML, triggers, .github/workflows), jobs + steps (parallel/sequential,...
- Learn HTML and CSS in a Single Post: A Complete Tutorial From Semantic Markup and the Box Model to Flexbox, Grid, and Responsive Design
July 14, 2026A complete HTML + CSS tutorial in one blog post. Covers both in 5 stages: HTML (elements, tags, attributes, semantic structure), CSS basics (selectors, cascade,...
- Learn Kubernetes in a Single Post: A Complete K8s Tutorial From Pods and Deployments to Services and Production Operations
July 14, 2026A complete Kubernetes tutorial in one blog post. Covers the whole platform in 5 stages: fundamentals (containers, pods, why K8s, kubectl basics), workload objects (Deployment,...
- Learn Linear Algebra for Machine Learning in a Single Post: A Complete Tutorial From Vectors and Matrices to SVD and Neural Network Weights
July 14, 2026A complete linear algebra for ML tutorial in one blog post. Covers the whole subject in 5 stages: vectors (magnitude, dot product, angle, projection), matrices...
- Learn Machine Learning in a Single Post: A Complete Tutorial From Supervised Learning and Clustering to Neural Networks and the ML Workflow
July 14, 2026A complete Machine Learning basics tutorial in one blog post. Covers the whole field in 5 stages: concepts (features, labels, train/test, bias-variance), supervised learning (regression,...
- Learn Node.js and Express in a Single Post: A Complete Tutorial From the Event Loop and Modules to Middleware and Production
July 14, 2026A complete Node.js + Express tutorial in one blog post. Covers the whole stack in 5 stages: the runtime (event loop, async I/O, V8, libuv...
- Learn Observability in a Single Post: A Complete Tutorial From Metrics, Logs, and Traces to OpenTelemetry and SLO Alerting
July 14, 2026A complete observability tutorial in one blog post. Covers the whole subject in 5 stages: metrics (counters, gauges, histograms, Prometheus), logs (structured logs, levels, correlation,...
- Learn Operating Systems in a Single Post: A Complete Tutorial From Processes and Scheduling to Virtual Memory and Concurrency
July 14, 2026A complete operating systems tutorial in one blog post. Covers the whole subject in 5 stages: processes (states, context switch, PCB, fork/exec/wait), scheduling (preemptive, priorities,...
- Learn PostgreSQL in a Single Post: A Complete Tutorial From Tables and Indexes to MVCC, Performance, and Operations
July 14, 2026A complete PostgreSQL tutorial in one blog post. Covers the whole database in 5 stages: basics (psql, tables, types, CRUD, joins), schema (constraints, indexes, relationships,...
- Learn REST API in a Single Post: A Complete HTTP and REST Tutorial From Requests and Methods to Status Codes and Production Design
July 14, 2026A complete REST API tutorial in one blog post. Covers the whole subject in 5 stages: HTTP fundamentals (TCP, request/response, headers, body, methods, URLs, HTTPS),...
- Learn React and Next.js in a Single Post: A Complete Tutorial From Components and Hooks to Server Components and Deployment
July 14, 2026A complete React + Next.js tutorial in one blog post. Covers the whole stack in 5 stages: components (JSX, props, composition), hooks (useState, useEffect, useRef,...
- Learn Redis in a Single Post: A Complete Tutorial From Data Structures and Caching to Persistence, Patterns, and Clustering
July 14, 2026A complete Redis tutorial in one blog post. Covers the whole system in 5 stages: data structures (strings, lists, sets, hashes, sorted sets, streams), persistence...
- Learn System Design in a Single Post: A Complete Tutorial From Scaling and Caching to CAP, Sharding, and the Design Interview
July 14, 2026A complete system design tutorial in one blog post. Covers the whole subject in 5 stages: requirements (functional/non-functional, scale, read/write ratio), building blocks (load balancer,...
- Learn Tailwind CSS in a Single Post: A Complete Tutorial From Utility Classes and Theme Tokens to Responsive Design and Components
July 14, 2026A complete Tailwind CSS tutorial in one blog post. Covers the whole framework in 5 stages: utilities (spacing, color, typography, layout classes), the design system...
- Learn Terraform in a Single Post: A Complete Tutorial From HCL and State to Modules, Providers, and Infrastructure as Code
July 14, 2026A complete Terraform tutorial in one blog post. Covers the whole tool in 5 stages: basics (HCL, resources, blocks, providers), state (terraform.tfstate, backends, locking, drift,...
- Learn WebAssembly in a Single Post: A Complete Tutorial From Modules and Memory to WASI and the Component Model
July 14, 2026A complete WebAssembly tutorial in one blog post. Covers the whole platform in 5 stages: concepts (what wasm is, sandboxed, portable, near-native speed), the text...
- Learn gRPC and Protobuf in a Single Post: A Complete Tutorial From Protobuf Schemas and Codegen to Streaming RPC and Production
July 14, 2026A complete gRPC + Protobuf tutorial in one blog post. Covers the whole stack in 5 stages: proto (messages, fields, enums, packages), codegen (protoc ->...
- Learn Bash in a Single Post: A Complete Bash Tutorial From Variables and Pipelines to Functions and Robust Scripts
July 13, 2026A complete Bash tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (shebang, echo, variables, command substitution), pipelines + redirection (pipes,...
- Learn Docker in a Single Post: A Complete Docker Tutorial From Containers and Dockerfiles to Volumes and Compose
July 13, 2026A complete Docker tutorial in one blog post. Covers the whole platform in 5 stages: fundamentals (containers vs images, docker run/pull/ps/exec/logs), Dockerfile + build (FROM/RUN/COPY/CMD,...
- Learn Git in a Single Post: A Complete Git Tutorial From Commits and Branches to Rebase and Pull Request Workflows
July 13, 2026A complete Git tutorial in one blog post. Covers the whole tool in 5 stages: fundamentals (init/clone/status, add/commit/log, working tree vs staging vs repo, diff,...
- Learn the Linux Command Line in a Single Post: A Complete CLI Tutorial From Files and Processes to Permissions and Networking
July 13, 2026A complete Linux command-line tutorial in one blog post. Covers the whole CLI in 5 stages: navigation and files (pwd/ls/cd, cat/less/head/tail, cp/mv/rm/mkdir, touch/ln), find and...
- Learn Regex in a Single Post: A Complete Regular Expression Tutorial From Anchors and Quantifiers to Lookarounds and Backtracking
July 13, 2026A complete regex tutorial in one blog post. Covers the whole subject in 5 stages: literals and character classes (., [a-z], anchors ^ $ \b),...
- Learn SQL in a Single Post: A Complete SQL Tutorial From SELECT and JOINs to Window Functions and ACID Transactions
July 13, 2026A complete SQL tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (SELECT/FROM/WHERE, data types, INSERT/UPDATE/DELETE, ORDER BY/LIMIT), joins + grouping...
- AI Berkshire: A Value-Investing Multi-Agent Research Framework for Claude Code
July 11, 2026AI Berkshire turns one person plus Claude Code or Codex into an investment research team by encoding the methodologies of Buffett, Munger, Duan Yongping, and...
- Archify: An Agent Skill That Turns Plain English into Shareable Technical Diagrams
July 11, 2026Archify is an agent skill for Claude Code, Codex CLI, and opencode that generates self-contained HTML diagrams from plain-English descriptions. With 3.6k stars, it outputs...
- DesktopCommanderMCP: Terminal and Filesystem Control for Claude
July 11, 2026DesktopCommanderMCP gives Claude, Cursor, and Copilot real system-level control — terminal sessions, file ops across Excel/PDF/DOCX, surgical edits, and streaming search — all through the...
- Hiring Agent: An Open-Source AI Resume Evaluation Pipeline from HackerRank
July 11, 2026Hiring Agent from interviewstreet (HackerRank) turns a resume PDF into a fair, explainable score by combining PyMuPDF extraction, GitHub enrichment, and an LLM evaluator with...
- Learn C# in a Single Post: A Complete C# Tutorial from LINQ and Async to the .NET Runtime
July 11, 2026A complete C# tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (types, var, control flow, methods), OOP (class vs struct,...
- Learn C++ in a Single Post: A Complete Modern C++ Tutorial and Quick-Start Roadmap
July 11, 2026A complete C++ tutorial in one blog post. Covers all of modern C++ from fundamentals through memory and ownership, templates and the STL, to C++20...
- Learn Dart in a Single Post: A Complete Dart Tutorial from Null Safety and Futures to Flutter Widgets and Async Streams
July 11, 2026A complete Dart tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (main, var/final/const, types, control flow, named/optional args), null safety...
- Learn Elixir in a Single Post: A Complete Elixir Tutorial from Pattern Matching and Pipes to OTP and Phoenix LiveView
July 11, 2026A complete Elixir tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (iex, atoms, tuples, lists, maps, pattern matching as assignment,...
- Learn Go in a Single Post: A Complete Go Tutorial from Goroutines and Channels to Generics and the Toolchain
July 11, 2026A complete Go tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (packages, vars, control flow), composite types (slices, maps, structs,...
- Learn Haskell in a Single Post: A Complete Haskell Tutorial from Purity and Laziness to Typeclasses and Monads
July 11, 2026A complete Haskell tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (functions, types, ghci, control flow, lists/tuples), purity + laziness...
- Learn Java in a Single Post: A Complete Java Tutorial from OOP and Streams to Virtual Threads and the JVM
July 11, 2026A complete Java tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (primitives, methods, control flow), OOP (classes, interfaces, inheritance, polymorphism,...
- Learn JavaScript and TypeScript in a Single Post: A Complete Tutorial from Event Loop to Type System
July 11, 2026A complete JavaScript + TypeScript tutorial in one blog post. Covers both languages in 5 stages: JavaScript core (vars, types, this, closures), modern ES6+ (modules,...
- Learn Kotlin in a Single Post: A Complete Kotlin Tutorial from Null Safety and Coroutines to Compose and KMP
July 11, 2026A complete Kotlin tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (val/var, type inference, control flow, functions), null safety +...
- Learn Lua in a Single Post: A Complete Lua Tutorial from Tables and Closures to Metatables and Coroutines
July 11, 2026A complete Lua tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (lua REPL, locals, types, control flow, functions, multiple returns),...
- Learn Python in a Single Post: A Complete Python Tutorial from Basics to Async and Type Hints
July 11, 2026A complete Python tutorial in one blog post. Covers the whole language in 5 stages: fundamentals, idiomatic Python (comprehensions, generators, context managers), the data model...
- Learn Ruby in a Single Post: A Complete Ruby Tutorial from Blocks and Mixins to Metaprogramming and Rails
July 11, 2026A complete Ruby tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (everything is an object, variables, symbols, control flow), OOP...
- Learn Rust in a Single Post: A Complete Rust Tutorial from Ownership to Async
July 11, 2026A complete Rust tutorial in one blog post. Covers the whole language from fundamentals through the ownership+borrow checker, structs and enums, traits and generics, iterators,...
- Learn Scala in a Single Post: A Complete Scala Tutorial from Case Classes and Traits to Type Classes and Effect Systems
July 11, 2026A complete Scala tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (val/var, type inference, control flow, methods), collections + FP...
- Learn Swift in a Single Post: A Complete Swift Tutorial from Optionals and Protocols to Async Actors and SwiftUI
July 11, 2026A complete Swift tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (let/var, types, control flow, closures), optionals + collections (Optional
,...</p> </li> - no-mistakes: A Local Git Proxy That Runs an AI Validation Gate Before Your Push Lands
July 11, 2026no-mistakes is a local git proxy that sits between your working branch and the real remote. Push to it instead of origin, and it spins...
- Stitch Skills: Google Labs' Agent Skills Bridge for Design-to-Code with Stitch
July 11, 2026Stitch Skills is a collection of agent skills and plugins from Google Labs that connect AI coding agents (Codex, Antigravity, Gemini CLI, Claude Code, Cursor)...
- TREK: A Self-Hosted, Real-Time Collaborative Travel Planner with MCP Built In
July 11, 2026TREK is an open-source, self-hosted travel planner with real-time collaboration, interactive maps, budget splitting, packing lists, journaling, and a built-in MCP server that exposes 150+...
- Tailscale's Open-Source Client: A WireGuard Mesh VPN with the Data Plane Fully Open
July 11, 2026Tailscale builds a zero-config WireGuard mesh VPN where devices connect peer-to-peer across NAT and firewalls, authenticated by SSO + 2FA. With 33.8k stars and a...
- Node.js, NVM, and Claude Code: The Complete Installation Guide
July 10, 2026Master Node.js version management with NVM and get Claude Code running on your machine. Covers nvm install, nvm use, nvm deactivate, node -v, and all...
- Astryx: Meta's Open Source Design System With 150+ Components, Built for Humans and AI Agents
July 09, 2026Discover Astryx, Meta's open source design system with 150+ accessible React components, 7 themes, agent-ready CLI, and zero styling lock-in. Built on React and StyleX....
- Claude Code Cheat Sheet 2026: The Complete Quick Reference
July 09, 2026The definitive Claude Code cheat sheet covering all CLI commands, slash commands, skills, hooks, subagents, MCP, permissions, and best practices. Updated for Claude Code v2.1.195+....
- Claude Skills: 345+ Skills and Agents for AI Coding Assistants
July 09, 2026Discover Claude Skills, the ultimate collection of 345+ skills, 30+ agents, and 70+ commands for Claude Code, Codex, Gemini CLI, Cursor, and 8+ more AI...
- Claude Video: Give Claude Code the Ability to Watch and Understand Any Video
July 09, 2026- CubeSandbox: Instant, Secure & Lightweight Sandbox for AI Agents
July 09, 2026Discover CubeSandbox by Tencent Cloud — the open source sandbox service that provides instant, concurrent, and secure code execution environments for AI agents.
- FluidVoice: On-Device Voice Dictation With AI Enhancement for macOS
July 09, 2026Discover FluidVoice, the open source macOS dictation app with on-device STT, custom AI enhancement, and support for 7 speech models including Parakeet and NeMo.
- HuggingFace Speech-to-Speech: Build Voice Agents With Open-Source Models
July 09, 2026Learn how to build low-latency voice agents with HuggingFace's speech-to-speech pipeline - fully modular, OpenAI Realtime-compatible, and runs locally with open-source models.
- AI Website Cloner: Clone Any Website With One Command Using AI Coding Agents
July 08, 2026Learn how AI Website Cloner reverse-engineers any website into a clean Next.js codebase using a multi-agent AI pipeline — one command, pixel-perfect output.
- OfficeCLI: The First Office Suite Built for AI Agents to Automate Word, Excel, and PowerPoint
July 08, 2026- Orca: Agent Development Environment for Running a Fleet of Parallel AI Coding Agents
July 08, 2026- ZVec: Alibaba's Lightning-Fast In-Process Vector Database for AI Applications
July 08, 2026- OmniRoute: Free AI Gateway With 231+ Providers and One Unified Endpoint
July 07, 2026- OpenAI Codex Plugin for Claude Code: Bridging Two AI Coding Giants
July 07, 2026- Strix: AI-Powered Penetration Testing Tool That Finds and Fixes Vulnerabilities
July 07, 2026- Gas Town: Orchestrate 30+ AI Coding Agents in One Git-Backed Workspace
July 06, 2026- Meetily: The Privacy-First AI Meeting Assistant That Never Leaves Your Machine
July 05, 2026- Codex Plugin for Claude Code: Integrate OpenAI Codex into Your Workflow
July 05, 2026Learn how to use the Codex plugin for Claude Code to run code reviews, delegate tasks, and manage background jobs seamlessly.
- Iroh: Modular Networking Stack in Rust
July 02, 2026IP addresses break, dial keys instead. A Rust library for establishing direct connections between endpoints using dial-by-public-key instead of IP addresses.
- LMCache: A KV Cache Management Layer for Scalable LLM Inference
July 02, 2026Learn how LMCache reduces TTFT and improves throughput for LLM inference with tiered KV cache offloading, non-prefix reuse, PD disaggregation, and pluggable storage backends.
- Meshery: Cloud Native Manager
July 02, 2026Meshery is the cloud native manager. Manage service meshes, Kubernetes clusters, and cloud native infrastructure with a unified platform.
- Plane: Open-Source Project Management Platform
July 02, 2026An open-source alternative to Jira, Linear, Monday, and ClickUp. Modern project management platform to manage tasks, sprints, docs, and triage.
- SWC: Rust-Based Platform for the Web
July 02, 2026Learn how SWC's modular architecture, 20x faster compilation, and extensive ecosystem make it the next-generation tool for JavaScript and TypeScript development.
- BiliTickerBuy: Open Source Bilibili Ticket Buying Automation Tool
June 30, 2026A Python automation tool for purchasing Bilibili event tickets with proxy rotation, multi-channel notifications, and precise NTP-synchronized timing.
- English Level Up Tips: A Complete Guide to English Learning and AI-Powered Skill Building
June 30, 2026An open-source guide covering English learning from mindset to mastery, AI-assisted learning loops with Gemini, ChatGPT, and Claude, and a personal recovery story of entrepreneurship...
- Turso: The SQLite-Compatible Edge Database Built in Rust
June 30, 2026Turso is a ground-up Rust rewrite of SQLite with native vector search, async I/O, concurrent writes, and WASM browser support -- the database for the...
- SpiderFoot: The Open Source OSINT Automation Tool
June 29, 2026Discover how SpiderFoot automates open source intelligence gathering with 200+ modules, a publisher/subscriber architecture, and YAML-based correlation rules -- the OSINT tool trusted by security...
- Daily Stock Analysis: AI-Powered Multi-Market Decision Dashboard
June 29, 2026Explore Daily Stock Analysis - 44k+ stars, 6 market support, 13+ notification channels, three-tier LLM config, and 15 built-in trading strategies with circuit breaker resilience....
- Flue: Astro's Open Agent Harness Framework for Autonomous AI Agents
June 29, 2026Explore Flue, Astro's TypeScript harness framework for building autonomous AI agents with durable execution, sandbox isolation, and multi-deploy targets.
- FreeCodeCamp: Learn Programming, Math, and Computer Science for Free
June 29, 2026Explore freeCodeCamp's open-source curriculum platform - 450k+ stars, 6 certifications, and a complete learning path from beginner to advanced.
- Insomnia: Open-Source Cross-Platform API Client for GraphQL, REST, and More
June 29, 2026Explore Insomnia by Kong - the open-source API client supporting GraphQL, REST, WebSockets, SSE, and gRPC with 39k+ stars.
- Pake: Turn Any Webpage Into a Desktop App with Rust and Tauri
June 29, 2026Explore Pake, the Rust-powered CLI tool that turns any webpage into a lightweight cross-platform desktop app in one command. Learn installation, usage, features, and architecture....
- Penpot: The Open-Source Design Tool for Design and Code Collaboration
June 29, 2026Explore Penpot, the open-source design platform built with Clojure and ClojureScript that bridges the gap between designers and developers with real-time collaboration, design tokens, and...
- WorldMonitor: Real-Time Global Intelligence Dashboard with AI-Powered Situational Awareness
June 29, 2026Explore WorldMonitor, an open-source TypeScript dashboard for real-time global intelligence with AI news aggregation, dual map engines, country instability scoring, and local AI via Ollama....
- Chatwoot: Open-Source Omni-Channel Customer Support Platform
June 26, 2026Explore Chatwoot, the open-source customer support platform with 12 communication channels, Captain AI assistant, and enterprise-grade features. Learn how to deploy and customize it for...
- Stop Slop: The Open-Source Skill That Removes AI Writing Patterns From Your Prose
June 26, 2026Learn how stop-slop detects and eliminates 40+ banned phrases, 9 structural anti-patterns, and scores your writing on 5 dimensions. A Claude Code skill that makes...
- Apple Container - Lightweight VM-Based Linux Containers on macOS
June 25, 2026Learn how Apple Container uses per-container lightweight VMs to provide secure, isolated Linux containers on macOS with sub-second boot times and OCI compatibility.
- Cognee: The Open-Source AI Memory Platform That Gives Agents Persistent Long-Term Memory
June 24, 2026Learn how Cognee provides AI agents with persistent long-term memory using a three-store architecture combining relational, vector, and graph storage. Ingest any format, build knowledge...
- FreeLLMAPI: OpenAI-Compatible Proxy Stacking 16 Free LLM Providers
June 22, 2026Learn how FreeLLMAPI provides an OpenAI-compatible API proxy that stacks 16+ free LLM providers for zero-cost AI access with smart routing and automatic fallover.
- OpenMontage - Agentic Video Production System with 12 Pipelines and 500+ Skills
June 22, 2026Learn how OpenMontage turns your AI coding assistant into a full video production studio with 12 pipelines, 52 tools, and 500+ agent skills.
- Palmier Pro: The Open Source macOS Video Editor Built for AI
June 22, 2026Learn how Palmier Pro integrates AI agents via MCP, on-device transcription, and visual search into a Swift-native video editor for macOS Tahoe.
- System Prompts Leaks: Prompt Engineering and Security Insights
June 22, 2026Explore the system_prompts_leaks repository with 44,378 stars - a comprehensive collection of system prompts from 11+ AI providers. Learn prompt engineering patterns, security considerations, and...
- Codebase-Memory-MCP: High-Performance Code Intelligence for AI Agents
June 19, 2026Discover how codebase-memory-mcp indexes 158 languages into a persistent knowledge graph that cuts AI agent token usage by 99.2%. Pure C, zero dependencies, 14 MCP...
- Guizang Social Card Skill: Claude Code Skill for Xiaohongshu/WeChat Social Cards
June 19, 2026Learn how Guizang Social Card Skill turns AI agents into magazine-quality social card designers with 28 layouts, 10 themes, dual Editorial/Swiss visual systems, and Playwright...
- Hermes Desktop: A Desktop Companion for the Self-Improving Hermes Agent
June 19, 2026Learn how Hermes Desktop wraps the Hermes Agent CLI into a polished Electron app with 11+ LLM providers, 16 messaging gateways, 14 toolsets, and a...
- TencentDB Agent Memory: Fully Local Long-Term Memory for AI Agents
June 19, 2026Learn how TencentDB Agent Memory gives AI agents layered long-term memory with symbolic short-term compression. Cuts tokens by 61%, improves pass rates by 51%, fully...
- HuggingFace OpenEnv: RL Post-Training Environment Interface
June 18, 2026Learn how HuggingFace OpenEnv simplifies agentic RL post-training with Gymnasium-style APIs, isolated Docker environments, and one-command deployment to Hugging Face Spaces.
- PM Skills Marketplace: 68 AI-Powered Product Management Skills for Better Decisions
June 18, 2026Learn how PM Skills Marketplace brings 68 structured PM skills and 42 chained workflows to AI coding assistants. From discovery to strategy, execution, launch, and...
- Ponytail: Make Your AI Agent Think Like the Laziest Senior Dev
June 18, 2026Learn how Ponytail uses a 6-rung laziness ladder to make AI coding agents write 80-94% less code. Works with Claude Code, Codex, Copilot CLI, and...
- Open Notebook: The Open Source NotebookLM Alternative with Multi-Model AI and Podcast Generation
June 17, 2026Discover Open Notebook, the privacy-focused open source alternative to Google NotebookLM. Self-hosted research assistant with 18+ AI providers, RAG search, multi-speaker podcasts, and full REST...
- Agent-Reach: Give Your AI Agent Eyes to Search the Entire Internet
June 16, 2026Learn how Agent-Reach enables AI agents to search and read Twitter, Reddit, YouTube, GitHub, Bilibili, and XiaoHongShu with zero API fees. Complete installation guide, architecture...
- Google Cloud Knowledge Catalog: AI-Powered Data Catalog and Metadata Management
June 16, 2026Learn how Google Cloud Knowledge Catalog provides an AI-powered data catalog with dynamic knowledge graphs, the Open Knowledge Format, Metadata as Code tools, and agent-ready...
- NVIDIA SkillSpector: Security Scanner for AI Agent Skills
June 16, 2026Learn how to use NVIDIA SkillSpector to scan AI agent skills for vulnerabilities, prompt injection, and malicious patterns. Covers 64 detection patterns, two-stage analysis, and...
- IPTV-Org: The Ultimate Collection of 10,000+ Publicly Available IPTV Channels Worldwide
June 15, 2026Discover how iptv-org provides free access to thousands of publicly available IPTV channels from around the world. Learn about M3U playlists organized by country, language,...
- Scrapling: Adaptive Web Scraping with AI Element Tracking and 784x Faster Parsing
June 15, 2026Learn how Scrapling revolutionizes web scraping with adaptive element tracking that survives website changes, Cloudflare bypass out of the box, MCP server for AI integration,...
- DiffusionStudio Lottie: Generate Production-Ready Lottie Animations with AI Coding Agents
June 13, 2026Discover how DiffusionStudio Lottie uses Claude Code and Codex to generate production-ready Lottie animations from natural language, with Skottie rendering and live slot editing.
- FlashLib: GPU-Accelerated Classical ML with CPU-Only Cost Prediction
June 13, 2026- SmallCode: AI Coding Agent Optimized for Small LLMs Achieves 87% Benchmark
June 13, 2026Discover how SmallCode optimizes AI coding agents for 8B-35B parameter LLMs, achieving 87% on single-file coding benchmarks with a 4B-active MoE model through context budgeting,...
- Superlog: Open-Source AI Self-Healing Observability with OpenTelemetry
June 13, 2026Discover how Superlog combines OpenTelemetry observability with AI agents that automatically detect, diagnose, and self-heal software issues. Open-source, self-hosted, and built with TypeScript and React....
- ZeroStack: Minimal Rust Coding Agent with 16MB RAM
June 13, 2026ZeroStack is a minimal Rust coding agent that runs at 16MB RAM with 26MB binary. Learn how enum dispatch, feature gating, and custom TUI deliver...
- HTML-Anything: The Agentic HTML Editor with 75 Skills and 9 Surfaces
June 12, 2026Discover how HTML-Anything turns your local AI agent into an HTML design engine with 75 skills, 9 output surfaces, sandboxed preview, and 1-click export to...
- Hallmark: The Anti-AI-Slop Design Skill That Makes AI-Generated UI Look Professional
June 12, 2026Discover how Hallmark eliminates AI design slop in Claude Code, Cursor, and Codex. This open-source CSS design skill enforces professional typography, color, and layout rules...
- Microsoft Agent Governance Toolkit: Securing Autonomous AI Agents Against OWASP Top 10
June 12, 2026Learn how Microsoft Agent Governance Toolkit enforces policy, zero-trust identity, and execution sandboxing for autonomous AI agents. Covers all 10 OWASP Agentic Top 10 risks...
- OpenSquilla: Token-Efficient AI Agent with Higher Intelligence Density
June 12, 2026OpenSquilla is a token-efficient AI agent that delivers higher intelligence density within the same budget, featuring MCP integration, persistent memory, and a modular skills system...
- Open Code Review: Alibaba's Hybrid LLM Code Review Tool Battle-Tested at Scale
June 11, 2026Discover how Alibaba's open-source code review tool combines deterministic pipelines with LLM agents to deliver precise line-level comments, catching NPE, thread-safety, XSS, and SQL injection...
- Headroom: Slash LLM Token Usage by 60-95% Without Losing Quality
June 10, 2026Learn how Headroom compresses tool outputs, logs, files, and RAG chunks before they reach the LLM, reducing token usage by 60-95% while maintaining answer quality....
- GPT-Image-2 API and Prompt Engineering Guide - 763+ Curated Cases
June 09, 2026Master GPT-Image-2 API with 763+ curated prompt cases across e-commerce, ad creative, portrait photography, poster design, character design, and UI mockup categories.
- Open Design: The Open-Source Claude Design Alternative with 261 Plugins and 21 Agent CLIs
June 08, 2026Open Design is a local-first, agent-native design studio that runs 21 CLIs, 150+ design systems, and 261 plugins on your laptop with zero cloud lock-in....
- CodeGraph v2: 38K Stars Update — Token Optimization, New Platforms, and 5x Growth
June 04, 2026CodeGraph exploded from 7,600 to 38,745 stars in two weeks. This update covers token optimization (fewer tokens, fewer tool calls), 8+ platform support (Gemini CLI,...
- Heretic - Directional Ablation for Automatic Censorship Removal in Language Models
June 01, 2026- Agent-Browser: Fast Native Rust CLI for Browser Automation Built for AI Agents
June 01, 2026Agent-Browser from Vercel Labs is a 100% native Rust CLI for browser automation designed for AI agents, achieving 99x smaller install at 7 MB, 18x...
- Composio: 1000+ Toolkit Integration Platform for AI Agents
June 01, 2026Composio is an open-source toolkit integration platform providing 1000+ tool integrations for AI agents, with native support for OpenAI, LangChain, CrewAI, AutoGen, and more, featuring...
- Hermes WebUI: Multi-Panel Desktop Web App for AI Agent Interaction
June 01, 2026- Serena: The IDE for Your Coding Agent -- MCP Toolkit for Symbol-Level Code Intelligence
June 01, 2026Serena is an MCP toolkit that gives AI coding agents IDE-like capabilities through symbol-level operations, supporting 40+ languages via LSP, with semantic code retrieval, refactoring,...
- Supermemory: AI Memory Engine for Agents and Applications
June 01, 2026Learn how Supermemory provides a universal memory layer for AI agents and applications with multi-source connectors, vector search, and seamless integration with OpenAI, Anthropic, and...
- herdr: Rust Terminal Workspace & Agent Multiplexer for AI Coding Agents
June 01, 2026herdr is a Rust terminal workspace manager and agent multiplexer for AI coding agents — tmux-like multiplexing with agent awareness, workspaces, tabs, panes, real-time agent...
- iii: The Unified Backend Engine -- Three Primitives, Zero Integration Cost
June 01, 2026iii is a Rust-based backend engine that replaces your API framework, task queue, cron scheduler, event bus, state store, WebSocket server, and observability pipeline with...
- Compound Engineering Plugin: AI Skills and Agents That Make Each Unit of Work Easier Than the Last
May 30, 2026Learn how the Compound Engineering Plugin by Every brings 37 skills and 44 agents to Claude Code, Codex, Cursor, and 7 more platforms. Discover the...
- Inside Cursor's Official Plugin Ecosystem: Architecture, Patterns, and the Future of AI Coding Agent Extensibility
May 30, 2026Explore Cursor's official plugin marketplace — 13 plugins defining how AI coding agents are extended, orchestrated, and governed for developer workflows.
- Dograh AI: Open-Source Voice Agent Platform with Drag-and-Drop Workflow Builder
May 30, 2026Discover Dograh AI, the open-source voice agent platform with drag-and-drop workflow builder, Pipecat pipeline, multi-provider LLM/STT/TTS, and MCP server.
- ESM: Evolutionary Scale Modeling for Protein Language Models and Structure Prediction
May 30, 2026ESM from Chan Zuckerberg Biohub is a protein biology world model featuring ESMC language models up to 6B parameters, ESMFold2 structure prediction surpassing AlphaFold3 on...
- LiteParse: Fast Lightweight PDF Parsing with Bounding Boxes from LlamaIndex
May 30, 2026LiteParse by LlamaIndex is a fast PDF parser built in Rust with bounding boxes, pluggable OCR, and multi-language bindings for Python, Node.js, and WASM.
- Microsoft Agent Governance Toolkit: Deterministic Security for AI Agents
May 30, 2026Learn how Microsoft's Agent Governance Toolkit provides deterministic application-layer interception for AI agents, making misbehavior structurally impossible through policy-as-code, zero-trust identity, and OWASP Agentic Top...
- Stable-WorldModel: Reproducible World Model Research with Model-Predictive Control
May 30, 2026Stable-WorldModel is an open-source Python platform that unifies data collection, world model training, and model-predictive control evaluation across 30+ standardized environments with controllable factors of...
- 12-Factor Agents: Building Reliable LLM-Powered Software
May 29, 202612-Factor Agents defines 12 principles for building production-grade AI agents that are mostly deterministic software with LLM steps at the right points — from owning...
- AutoResearchClaw: Autonomous Research Pipeline From Idea to Paper
May 29, 2026Learn how AutoResearchClaw transforms research ideas into conference-ready papers using a 23-stage autonomous pipeline with multi-agent debate, self-healing experiments, and human-in-the-loop co-pilot mode.
- Sandcastle: Orchestrate AI Coding Agents in Isolated Sandboxes
May 29, 2026Sandcastle is a TypeScript library by Matt Pocock that orchestrates AI coding agents like Claude Code, Codex, and Cursor inside isolated Docker, Podman, or Vercel...
- Anthropic Cybersecurity Skills: 754 AI Agent Skills Mapped to Security Frameworks
May 28, 2026Learn how Anthropic Cybersecurity Skills provides 754 structured skills for AI agents mapped to MITRE ATT&CK, NIST CSF 2.0, and more. Installation guide, architecture, and...
- Anthropic Knowledge Work Plugins: Open Source Plugins for Claude Cowork
May 28, 2026Learn how Anthropic's knowledge-work-plugins extend Claude Cowork with open source plugins for knowledge workers. Installation guide, architecture, and real-world examples.
- Oh-My-Pi: AI Coding Agent for Terminal with Hash-Anchored Edits
May 28, 2026Learn how oh-my-pi brings AI-powered coding to the terminal with hash-anchored edits, LSP integration, Python support, browser tools, and subagent orchestration. Installation guide, architecture, and...
- Taste Skill: The Anti-Slop Frontend Framework That Makes AI Agents Design Like Pros
May 28, 2026Discover how Taste Skill's 13 portable agent skills, Three-Dial configuration system, and 50+ item Pre-Flight Check eliminate generic AI design output. Learn to install and...
- SwarmForge: Disciplined AI Agent Orchestration with tmux
May 27, 2026SwarmForge is a tmux-based AI agent orchestration platform by Uncle Bob that turns swarms of AI agents into reliable software engineers using git worktrees, layered...
- ECC - Everything Claude Code: The Complete Agentic Operator System
May 25, 2026Discover ECC, the harness-native operator system for Claude Code, Cursor, Codex, and more. 400+ skills, 61 agents, security auditing, and cross-harness parity.
- Understand Anything: Turn Any Codebase Into an Interactive Knowledge Graph
May 25, 2026Learn how Understand Anything uses a multi-agent pipeline and Tree-sitter + LLM hybrid analysis to transform codebases into interactive knowledge graphs. Works with Claude Code,...
- CopilotKit OpenGenerativeUI: Build Interactive AI-Generated UI with Open Source Framework
May 23, 2026CopilotKit OpenGenerativeUI is an open source framework where AI agents render interactive visualizations, charts, and widgets directly in your React app.
- NFSIISE: Open Source Need For Speed II SE Reimplementation with OpenGL and TCP Multiplayer
May 23, 2026NFSIISE is an open source wrapper that brings Need for Speed II SE to Linux, macOS, Windows, and Android with OpenGL rendering and TCP multiplayer...
- Reversa: Transform Legacy Systems Into Executable Specifications for AI Agents
May 23, 2026Reversa transforms legacy code into executable specifications for AI agents. Learn how this JavaScript tool bridges legacy systems and AI-driven development.
- Snaplii Agent to Merchant Payments: A Safe Tokenized Payment Layer for AI Agents
May 23, 2026Snaplii unlocks real-world commerce for AI agents with a safe, tokenized payment layer powered by 500+ merchant gift cards. Save up to 10% per transaction....
- Agent Rules Books: AGENTS.md Rules for AI Coding Agents from Classic Programming Books
May 21, 2026Discover Agent Rules Books, a curated collection of AGENTS.md rules distilled from 14 classic programming books for Codex, Cursor, and Claude Code agents.
- DeepSeek-Reasonix: DeepSeek-Native AI Coding Agent for Your Terminal with Prefix-Cache Stability
May 21, 2026DeepSeek-Reasonix is a DeepSeek-native terminal coding agent engineered around prefix-cache stability with 99.82% cache hit rates and flash-first cost control.
- Gemma Chat: Local AI Coding Agent for Apple Silicon Powered by Gemma 4 via MLX
May 21, 2026Gemma Chat is a fully offline AI coding agent for macOS Apple Silicon that runs Google's Gemma 4 locally via MLX. Build multi-file projects with...
- AI Engineering from Scratch: 428 Lessons, 20 Phases, From Linear Algebra to Autonomous Agent Swarms
May 20, 2026AI Engineering from Scratch is a comprehensive open-source curriculum that takes you from math foundations to multi-agent systems in 428 lessons across 20 phases. Every...
- CLI-Anything: Making ALL Software Agent-Native with Automated CLI Generation
May 20, 2026CLI-Anything by HKUDS transforms any software into agent-native tools through a 7-phase automated CLI generation pipeline. 38.2K stars, 18+ apps, 2,280+ passing tests, and support...
- Claude Code Plugins Official: The Definitive Directory of 100+ Extensions for AI Coding
May 20, 2026Anthropic's official Claude Code Plugins Directory offers 100+ plugins from 50+ enterprise partners including AWS, Azure, Adobe, and MongoDB. Discover how to install, build, and...
- CodeGraph: Pre-Indexed Code Knowledge Graph for AI Coding Agents
May 20, 2026CodeGraph supercharges Claude Code, Cursor, Codex CLI, and opencode with a pre-indexed semantic code knowledge graph. Achieve 94% fewer tool calls and 77% faster code...
- ViMax: Agentic Video Generation - Multi-Agent Framework for End-to-End Video Creation
May 20, 2026ViMax by HKUDS is a multi-agent video generation framework that transforms raw ideas, novels, and scripts into complete videos with character consistency, storyboarding, and automated...
- DeepClaude: Use Claude Code with DeepSeek V4 Pro at 17x Lower Cost
May 19, 2026Learn how DeepClaude lets you run Claude Code's autonomous agent loop with DeepSeek V4 Pro, OpenRouter, or any Anthropic-compatible backend. Same UX, 17x cheaper -...
- OpenClaude-Portable: Portable Claude Code That Runs From Anywhere
May 19, 2026Learn how OpenClaude-Portable lets you run Claude Code from a USB drive or any directory with 9 AI providers, zero footprint, a local speed proxy,...
- Aether: AI Agent for Android Device Automation
May 18, 2026- Book-to-Skill: Convert Book PDFs into Claude Code Skills
May 18, 2026- DeepSeek-Reasonix: DeepSeek-Native Terminal Coding Agent with Reasoning
May 18, 2026- HackingTool-Plugin: Penetration Testing Plugin for AI-Powered Security Auditing
May 18, 2026- Locus: AI Agent for Unity Game Development
May 18, 2026- OpenMonoAgent.ai: Unlimited Tokens Terminal Agent for AI Coding
May 18, 2026- PPT Image-First: Create PowerPoint Presentations with Image-First Approach
May 18, 2026- Tech-Debt-Skill: AI-Powered Technical Debt Audit for Your Codebase
May 18, 2026- Brush: 3D Reconstruction for All - Open Source Gaussian Splatting in Rust
May 18, 2026Learn how Brush brings 3D reconstruction to everyone with open-source Gaussian Splatting implemented in Rust. This guide covers installation, training models, and real-time 3D reconstruction...
- GTweak: Portable Tool for an Ideal Windows Setup
May 18, 2026Learn how GTweak provides a portable, open-source tool for optimizing your Windows setup with privacy tweaks, performance optimizations, and debloating features. This guide covers installation,...
- How to Secure a Linux Server: Complete Hardening Guide
May 18, 2026Learn how to secure a Linux server with this comprehensive hardening guide covering SSH, firewalls, intrusion detection, and 27,000+ stars of community-tested best practices.
- Personal AI Infrastructure: Agentic AI Infrastructure for Autonomous Workflows
May 18, 2026Learn how Personal AI Infrastructure by Daniel Miessler provides agentic AI infrastructure for building autonomous workflows. This guide covers installation, configuration, and real-world deployment examples....
- React Doctor: Catch Bad React Code Written by AI Agents
May 18, 2026Learn how React Doctor catches bad React code written by AI agents. This guide covers installation, configuration, and real-world usage for detecting anti-patterns in AI-generated...
- Bun: The Fast JavaScript Runtime, Bundler, Test Runner, and Package Manager
May 16, 2026Discover how Bun replaces Node.js with an all-in-one JavaScript toolkit built in Zig. Learn about its 4x faster startup, 30x faster installs, built-in bundler, test...
- Qiaomu: Anything to NotebookLM - Multi-Source Content Processor
May 16, 2026Learn how Qiaomu transforms any content source into NotebookLM-ready formats including podcasts, slide decks, mind maps, and quizzes. Supports 15+ content types with automatic paywall...
- CloakBrowser: Stealth Chromium That Passes All Bot Detection Tests
May 15, 2026Learn how CloakBrowser uses stealth Chromium technology with 57 source-level C++ patches to bypass bot detection systems. This guide covers installation, configuration, humanize behavior, and...
- Easy-Vibe: Interactive Vibe Coding Course for Beginners
May 15, 2026Learn how Easy-Vibe makes vibe coding accessible for beginners with interactive lessons, 80+ hands-on topics, and a progressive 3+1 stage curriculum that takes you from...
- Hysteria: Lightning-Fast Censorship-Resistant Proxy Powered by QUIC
May 15, 2026Learn how Hysteria uses the QUIC protocol to deliver lightning-fast censorship-resistant proxying. This guide covers installation, server configuration, and client setup for secure connectivity.
- NVIDIA Video Search and Summarization: GPU-Accelerated Vision Agents
May 15, 2026Learn how NVIDIA's Video Search and Summarization Blueprint enables GPU-accelerated video analytics with AI-powered search and summarization. This guide covers deployment, configuration, and real-world use...
- Roboflow Supervision: Reusable Computer Vision Tools in Python
May 15, 2026Learn how Roboflow Supervision provides reusable computer vision tools for object detection, tracking, and annotation. This guide covers installation, key features, and real-world vision pipeline...
- RuView: WiFi Spatial Intelligence Without Video Using Rust
May 15, 2026Learn how RuView uses WiFi signals for spatial intelligence without cameras or video. This guide covers the Rust-based architecture, signal processing pipeline, and real-world applications....
- SuperSplat: Open Source 3D Gaussian Splat Editor for Neural Rendering
May 15, 2026Learn how SuperSplat enables editing and visualization of 3D Gaussian splats for neural radiance fields. This guide covers installation, features, and real-world 3D editing workflows....
- Supertonic: Lightning-Fast On-Device Multilingual Text-to-Speech via ONNX
May 15, 2026Learn how Supertonic delivers lightning-fast on-device multilingual text-to-speech using ONNX runtime. This guide covers installation, supported languages, and real-time TTS integration.
- Telegraf: The Plugin-Driven Metrics Collection Agent Built in Go
May 15, 2026Learn how Telegraf collects, processes, and writes metrics and logs from 300+ input plugins. This guide covers installation, configuration, and real-world monitoring use cases.
- scrcpy: Display and Control Android Devices from Your Desktop
May 15, 2026Learn how scrcpy lets you display and control Android devices from your desktop with low latency and high performance. This guide covers installation, configuration, and...
- AI-Trader: Fully Automated Agent-Native Trading with Python
May 14, 2026AI-Trader is an open-source agent-native trading platform where AI agents autonomously publish signals, copy trade, and collaborate on financial markets using Python and FastAPI.
- Academic Research Skills: Supercharging Claude Code for Research
May 14, 2026Academic Research Skills for Claude Code is a 35-agent, 25-mode suite covering research to publication with integrity gates, Socratic mentoring, and anti-sycophancy protocols.
- AgentMemory: Persistent Memory for AI Coding Agents
May 14, 2026AgentMemory gives AI coding agents persistent memory across sessions. Learn how it captures, compresses, and injects context for Claude Code, Cursor, and more.
- AiToEarn: AI-Powered Earning Platform for Automated Income
May 14, 2026Discover how AiToEarn uses AI agents to automate content creation, publishing, engagement, and monetization across 14+ social platforms for creators and one-person companies.
- GStack: 23 Opinionated Claude Code Tools for AI-Powered Development
May 14, 2026Learn how to use GStack, 23 opinionated Claude Code tools that turn AI into a virtual engineering team. Covers installation, sprint workflow, browser automation, and...
- OpenHuman: Open-Source Personal AI Super Intelligence in Rust
May 14, 2026OpenHuman is an open-source personal AI super intelligence built in Rust — 118+ integrations, Memory Trees for persistent context, and TokenJuice compression for private, powerful...
- Scientific Agent Skills: AI-Powered Research, Science, and Finance
May 14, 2026Scientific Agent Skills provides 135 ready-to-use AI agent skills for research, science, and finance with 100+ databases and 70+ Python package integrations for Cursor, Claude...
- 9Router: Free AI Coding Router with Token Saver and Auto-Fallback
May 13, 20269Router is a free open-source AI coding router that connects Claude Code, Cursor, and Codex to 40+ providers with automatic fallback, format translation, and 20-40%...
- GitHub Spec Kit: Spec-Driven Development Toolkit with 97K Stars
May 13, 2026Learn how GitHub Spec Kit transforms AI coding with spec-driven development. This comprehensive guide covers the 6-step SDD workflow, 30+ AI agent integrations, 60+ community...
- LLMs From Scratch: Build a GPT Model Step by Step in PyTorch
May 13, 2026Learn how to build a large language model from scratch using PyTorch. This comprehensive guide covers tokenization, attention mechanisms, GPT architecture, pretraining, and finetuning with...
- Eclipse SUMO: Microscopic Multi-Modal Traffic Simulation Platform
May 12, 2026Explore Eclipse SUMO, the open-source microscopic traffic simulation platform supporting multi-modal transport, real-time TraCI control, and emissions modeling for urban mobility research and autonomous driving....
- Local Deep Research: Open-Source AI Research Assistant Achieving 95% SimpleQA Locally
May 12, 2026Learn how Local Deep Research by LearningCircuit achieves 95% SimpleQA accuracy on a single RTX 3090 with 25+ search engines, 10 LLM providers, and per-user...
- SUMO-RL: Reinforcement Learning for Traffic Signal Control with OpenAI Gym
May 12, 2026Learn how SUMO-RL wraps the SUMO traffic simulator into Gymnasium and PettingZoo environments for reinforcement learning. This guide covers multi-agent traffic control, observation spaces, reward...
- vLLM: High-Throughput LLM Inference Engine with PagedAttention
May 12, 2026Discover how vLLM achieves state-of-the-art LLM serving throughput with PagedAttention, continuous batching, and distributed inference. Learn installation, architecture, and optimization techniques.
- CyberVerse: Open-Source Digital Human Agent Platform with Real-Time Video Calling
May 11, 2026Learn how CyberVerse creates AI digital humans from a single photo with real-time video calling, lip-sync, and facial animation. This guide covers architecture, plugin system,...
- Pi Mono: The Full-Stack AI Agent Toolkit From libGDX Creator Mario Zechner
May 11, 2026Discover how pi-mono unifies 25+ LLM providers, agent orchestration, terminal UI, and web components into one extensible coding agent framework with 39K stars on GitHub....
- UI-TARS Desktop: ByteDance's Open-Source Multimodal AI Agent That Controls Your Computer
May 10, 2026Learn how ByteDance's UI-TARS-desktop combines Vision-Language Models with MCP-native architecture to control computers and browsers through natural language. Explore Agent TARS, hybrid browser agents, and...
- Agent Rules Books: Software Engineering Rules Distilled for AI Coding Agents
May 08, 2026Learn how agent-rules-books distills 14 classic software engineering books into ready-to-use AGENTS.md rules for Claude Code, Codex, and Cursor with a three-tier compression system from...
- Anthropic Financial Services: AI Agents for Investment Banking, Equity Research, and Fund Administration
May 08, 2026Learn how Anthropic's Financial Services agents bring Claude AI to investment banking, equity research, private equity, and fund administration with 10 named agents, 50+ skills,...
- Gemma Chat: Local AI Coding Agent for Apple Silicon via MLX
May 08, 2026Discover how Gemma Chat runs a fully local AI coding agent on Apple Silicon using MLX. No API keys, no cloud, no internet required after...
- PageIndex: Vectorless Reasoning-Based RAG That Achieves 98.7% on FinanceBench
May 08, 2026Learn how PageIndex replaces vector similarity search with LLM reasoning over hierarchical tree indexes for more accurate document retrieval. Covers architecture, self-healing verification, and agentic...
- RAGFlow: Open-Source RAG Engine with Deep Document Understanding
May 08, 2026Learn how RAGFlow delivers production-ready RAG with deep document understanding, template-based chunking, and agentic workflows. This guide covers architecture, features, installation, and real-world usage of...
- Solar Map: Interactive Sunshine Intensity Map and Solar Panel Optimizer
May 08, 2026Explore the Solar Map web app on PyShine - an interactive tool that visualizes sunshine intensity, tracks sun position in real-time, and optimizes solar panel...
- Symphony: OpenAI's Coding Agent Orchestrator for Autonomous Work
May 08, 2026Learn how OpenAI Symphony orchestrates coding agents to manage project work autonomously. Explore its 6-layer architecture, 5-state machine, WORKFLOW.md hot-reload config, and Elixir/OTP reference implementation....
- Browserbase Skills: Claude Code Web Automation Plugin System
May 05, 2026Learn how Browserbase Skills transforms Claude Code into a web automation powerhouse with 13 specialized skills, AutoBrowse self-improving loops, and dual-environment browser control for local...
- CocoIndex: Incremental Data Indexing Framework for LLM Pipelines and AI Agents
May 05, 2026CocoIndex is an open-source Python framework with a Rust core that provides incremental data indexing for LLM pipelines, RAG systems, and AI agents with delta-only...
- DeepSeek-TUI: Terminal-Native Coding Agent with 1M-Token Context and Recursive Language Model
May 05, 2026DeepSeek-TUI is a Rust-based terminal coding agent leveraging DeepSeek V4's 1M-token context window, prefix caching, and RLM parallel reasoning for powerful AI-assisted development directly in...
- Dexter: Autonomous Financial Research Agent with Persistent Memory and WhatsApp Gateway
May 05, 2026Dexter is an autonomous financial research agent that thinks, plans, and learns using task planning, self-reflection, and real-time market data. Learn how to install and...
- LangGraph: Build Stateful AI Agents with Graph-Based Orchestration
May 05, 2026Learn how LangGraph enables developers to build production-ready stateful AI agents using graph-based orchestration, checkpointing, and human-in-the-loop patterns. Complete guide with architecture diagrams and code...
- Tolaria: The Open-Source Desktop App for AI-First Knowledge Management
May 05, 2026Tolaria is a files-first, git-first, offline-first desktop app for managing markdown knowledge bases with built-in AI agent support, wikilink navigation, and a four-panel editor inspired...
- WorldSeed: Emergent Multi-Agent World Engine for AI Simulation
May 05, 2026Learn how WorldSeed creates stateful AI worlds where agents live autonomously with asymmetric information, tick-based execution, and LLM-powered Dungeon Masters. Build emergent multi-agent simulations with...
- n8n-MCP: AI-Powered n8n Workflow Automation with 1,650 Nodes and Diff-Based Updates
May 05, 2026Discover how n8n-MCP bridges n8n workflow automation with AI models like Claude. Learn to build, validate, and deploy n8n workflows using 1,650 nodes with diff-based...
- ESP-Claw: Espressif's AI Agent Framework for IoT Devices
May 04, 2026Learn how ESP-Claw brings AI agent capabilities to ESP32 microcontrollers with chat-driven programming, millisecond event response, structured memory, and MCP protocol support for edge AI...
- Stash: Persistent AI Memory System with 8-Stage Consolidation and MCP Integration
May 04, 2026Learn how Stash gives AI agents long-term memory with episodic storage, semantic recall, 8-stage consolidation, contradiction detection, and MCP server integration. Built in Go with...
- ThClaws: Open-Source Rust AI Agent Harness with 17 LLM Providers and Agent Teams
May 04, 2026Learn how ThClaws provides a sovereign AI agent harness platform with 17 LLM providers, 26+ built-in tools, agent teams, MCP integration, and enterprise features —...
- Warp: The Agentic Development Environment Born Out of the Terminal
May 04, 2026Learn how Warp transforms the terminal into an agentic development environment with AI-powered coding agents, multi-agent orchestration, MCP integration, and GPU-accelerated UI. Built in Rust...
- GhostTrack: Open Source OSINT Tool for Location and Identity Tracking
May 03, 2026Learn how to use GhostTrack, an open source OSINT tool for IP geolocation, phone number tracking, and username discovery across 23+ social media platforms. Complete...
- Invidious: Privacy-Focused Open Source YouTube Frontend
May 03, 2026Discover Invidious, the open source alternative frontend to YouTube that eliminates ads, tracking, and JavaScript requirements. Learn how to self-host or use public instances for...
- Microsoft PowerToys: The Ultimate Windows Power User Suite
May 03, 2026Discover how Microsoft PowerToys supercharges Windows with 30+ free utilities including FancyZones, PowerToys Run, Command Palette, and Text Extractor for maximum productivity.
- Ruflo: Multi-Agent AI Orchestration for Claude Code
May 03, 2026Learn how Ruflo orchestrates 100+ specialized AI agents across machines with swarm coordination, self-learning memory, and enterprise security for Claude Code. Install, configure, and deploy...
- Free Programming Books: The Ultimate Resource Guide with 387K Stars
May 02, 2026Discover the most comprehensive collection of free programming books, courses, cheat sheets, and tutorials. EbookFoundation's free-programming-books repo with 387K+ stars covers 30+ languages and 7...
- Maigret: OSINT Username Search Engine Across 3,000+ Sites
May 02, 2026Learn how Maigret collects a complete dossier on any person by username alone, searching 3,000+ sites with recursive discovery, CAPTCHA bypass, Tor support, and multiple...
- uBlock Origin: The Essential Wide-Spectrum Content Blocker for Privacy
May 02, 2026Discover how uBlock Origin blocks ads, trackers, coin miners, and malware with CPU and memory efficiency. Learn about its filtering engine, dynamic firewall, and extended...
- Crush: Glamourous Agentic Coding for All from Charm
May 01, 2026Discover how Crush by Charmbracelet brings glamourous agentic coding to the terminal. Go-based, multi-provider LLM support, and beautiful TUI from the Bubble Tea team. 23K...
- Mastra: TypeScript AI Agent Framework from the Gatsby Team
May 01, 2026Learn how Mastra brings production-grade AI agents to TypeScript developers. Built by the Gatsby team, it offers agents, workflows, evals, and MCP integration. 23K stars....
- Scrapling: AI-Powered Adaptive Web Scraping with Stealth and MCP
May 01, 2026Learn how Scrapling uses AI to adapt to website changes, bypass anti-bot detection, and integrate with MCP servers for intelligent data extraction. 38K stars on...
- AI Auto-Work: Dual-Model Agentic Coding Workflow with Claude and Codex Adversarial Review
April 30, 2026Learn how AI Auto-Work orchestrates Claude Code and Codex in a dual-model adversarial workflow for autonomous full-cycle software development, from requirement research to atomic commits...
- Agent Style: 21 Writing Rules That Make AI Agents Write Like Tech Pros
April 30, 2026Learn how agent-style applies 21 literature-backed writing rules to AI coding agents, reducing mechanical violations by 45-82% across Claude, GPT, and Gemini models with soft...
- Cavemem: Cross-Agent Persistent Memory for Coding Assistants with Compressed SQLite Storage
April 30, 2026Discover how cavemem gives AI coding assistants persistent memory across sessions using compressed SQLite storage, hybrid search, and MCP tools. Local-first, privacy-aware, and supports Claude...
- Claude Code Engineering Harness: Production-Grade Blueprint for 8+ Hour Autonomous Coding Sessions
April 30, 2026Learn how to configure Claude Code Opus 4.7 for marathon autonomous coding sessions with hub-and-spoke orchestration, multi-model consensus, execution guardrails, and persistent memory for high-stakes...
- DSPy Agent Skills: Production-Grade DSPy 3.2 Skills for Coding Agents
April 30, 2026Learn how DSPy Agent Skills provides five spec-compliant skills that turn Claude Code and Codex CLI into DSPy experts, with progressive disclosure, runnable examples, and...
- Future AGI: The Open-Source Platform for Self-Improving AI Agents
April 30, 2026Learn how Future AGI combines evaluations, tracing, simulations, guardrails, gateway, and optimization into one self-improving feedback loop for production AI agents.
- Harmonist: Portable AI Agent Orchestration with Mechanical Protocol Enforcement
April 30, 2026Learn how Harmonist enforces engineering protocols as mechanical gates, not polite prompts. With 186 curated domain specialists, supply-chain verification, and schema-validated memory, it ensures AI...
- Haystack: Open-Source AI Orchestration Framework for Production LLM Applications
April 30, 2026Learn how Haystack by deepset.ai enables building production-ready RAG pipelines and AI agents in Python. This guide covers the pipeline architecture, component system, agent tools,...
- Open Design: The Open-Source Claude Design Alternative with 19 Skills and 71 Design Systems
April 30, 2026Learn how Open Design turns any coding agent into a design engine with 19 composable skills, 71 brand-grade design systems, and anti-AI-slop machinery. Open-source alternative...
- Sim Studio AI: Open-Source Visual Agent Orchestration with 1000+ Integrations
April 30, 2026Learn how Sim Studio AI enables building AI agent workflows visually with a drag-and-drop canvas, 200+ blocks, 150+ triggers, 16 LLM providers, and DAG-based execution...
- Token Dashboard: Local Cost Analytics for Claude Code Sessions
April 30, 2026Learn how Token Dashboard reads Claude Code JSONL transcripts to provide per-prompt cost analytics, tool heatmaps, subagent attribution, cache analysis, and rule-based tips -- all...
- WorldX: One-Sentence AI World Simulation with Autonomous Agents
April 30, 2026Learn how WorldX turns a single text prompt into a living AI world with autonomous agents, procedural generation, emergent narratives, and god mode intervention --...
- AGENTS.md: Anti-Sycophancy Operating Instructions That Make Every Coding Agent Behave Like a Senior Engineer
April 30, 2026Learn how AGENTS.md provides drop-in operating instructions that eliminate sycophancy, enforce surgical changes, and create self-improving coding agents across Claude Code, Codex, Cursor, Windsurf, and...
- jcode: The Next-Generation Coding Agent Harness Built for Performance and Multi-Agent Workflows
April 30, 2026Learn how jcode delivers 14ms boot times, 27.8MB RAM usage, semantic memory with vector embeddings, swarm multi-agent collaboration, and 30+ provider integrations in a Rust-based...
- CUA: Open-Source Infrastructure for Computer-Use Agents
April 29, 2026Learn how CUA provides sandboxes, SDKs, and benchmarks to build, evaluate, and deploy AI agents that control full desktops across macOS, Linux, Windows, and Android....
- Daily Stock Analysis: LLM-Powered Stock Intelligence for A-Share, HK, and US Markets
April 29, 2026Discover how Daily Stock Analysis uses LLM agents to deliver automated technical, sentiment, and fundamental analysis with decision dashboards pushed to WeChat, Feishu, Telegram, Discord,...
- ACE-Step UI: Open Source AI Music Generation Interface - The Suno Alternative
April 28, 2026Learn how to use ACE-Step UI, the open source professional interface for ACE-Step 1.5 AI music generation. This guide covers installation, features, and creating AI-generated...
- Awesome Codex Skills: Curated Workflow Automation for OpenAI Codex CLI
April 28, 2026Explore the best curated Codex skills for automating workflows with OpenAI Codex CLI and API. This guide covers skill categories, installation, and practical automation examples...
- Pixelle-Video: AI-Powered Fully Automated Short Video Engine
April 28, 2026Learn how to use Pixelle-Video, the AI-powered fully automated short video engine that generates professional videos from text prompts. This guide covers installation, architecture, and...
- Quarkdown: Markdown With Superpowers for Papers, Presentations, and More
April 28, 2026Learn how to use Quarkdown, the Kotlin-based Markdown tool that transforms plain text into professional papers, presentations, websites, and books. This guide covers installation, features,...
- RAG-Anything: All-in-One RAG Framework for Multi-Modal Retrieval Augmented Generation
April 28, 2026Learn how to use RAG-Anything, the all-in-one RAG framework that supports multi-modal retrieval augmented generation. This guide covers installation, architecture, and building production-ready RAG pipelines....
- SGLang: The High-Performance LLM Serving Framework Powering 400K+ GPUs
April 28, 2026Learn how SGLang delivers fast LLM inference with RadixAttention, PD disaggregation, and speculative decoding. This guide covers architecture, installation, and real-world usage for the framework...
- Sniffnet: Open Source Network Traffic Monitor Built in Rust
April 28, 2026Learn how to use Sniffnet to comfortably monitor your Internet traffic with a beautiful Rust-based application. This guide covers installation, features, and real-world network monitoring...
- Vidur: Microsoft's LLM Inference System Simulator
April 28, 2026Learn how Vidur simulates LLM inference clusters without GPUs using discrete-event simulation, ML-based prediction, and capacity planning. Study TTFT, TPOT, and throughput for any model...
- InferSim: LLM Inference Simulation by Alibaba
April 27, 2026Learn how InferSim by Alibaba do simulation. This guide covers installation, architecture, and real-world applications for VLSI design.
- Agentic Inbox: Self-Hosted AI Email Client on Cloudflare Workers
April 26, 2026Learn how Agentic Inbox delivers a full-featured email client with an AI agent that auto-drafts replies, all running on Cloudflare Workers with Durable Objects, R2...
- Awesome Claude Design: 68 Ready-to-Use Design System Inspirations for AI Coding
April 26, 2026Discover how VoltAgent's awesome-claude-design collection provides 68 DESIGN.md files that let Claude Design scaffold complete UI design systems in minutes. Learn the DESIGN.md format, explore...
- Awesome GPT-Image-2 Prompts: Mastering AI Image Generation with Curated Prompt Engineering
April 26, 2026- Claude Code Templates: The Ultimate CLI for Configuring and Monitoring Claude Code
April 26, 2026Learn how to use Claude Code Templates, a 25K-star CLI tool with 100+ agents, commands, MCPs, settings, hooks, and skills to supercharge your Claude Code...
- Claude Context: Semantic Code Search MCP Plugin for Claude Code and AI Coding Agents
April 26, 2026Learn how Claude Context brings semantic code search to Claude Code and AI coding agents using MCP protocol. This guide covers architecture, installation, hybrid search...
- CubeSandbox: Instant, Concurrent, Secure Sandbox for AI Agents
April 26, 2026- DS2API: Deepseek-to-API Middleware with Multi-Account Rotation and Triple Protocol Support
April 26, 2026Learn how DS2API converts DeepSeek Web chat into OpenAI, Claude, and Gemini compatible APIs with multi-account rotation, PoW solving, and concurrency control. Complete setup guide...
- DESIGN.md: Google's Visual Identity Specification for AI Coding Agents
April 26, 2026Learn how DESIGN.md by Google Labs gives AI coding agents a persistent, structured understanding of your design system through machine-readable tokens and human-readable prose.
- Diagram Design: 13 Editorial Diagram Types for Claude Code That Your Designer Will Actually Like
April 26, 2026Learn how cathrynlavery/diagram-design provides 13 editorial-quality diagram types as self-contained HTML+SVG for Claude Code, with progressive disclosure, brand onboarding, and a taste gate that prevents...
- Google Agents CLI: Building and Evaluating AI Agents with Gemini ADK
April 26, 2026Learn how to use Google Agents CLI to build, evaluate, and deploy AI agents on the Gemini Enterprise Agent Platform. This guide covers the 7...
- Guizang PPT Skill: Magazine-Style HTML Presentation Decks for Claude Code
April 26, 2026Discover how guizang-ppt-skill creates stunning single-file HTML presentation decks with editorial magazine aesthetics, WebGL fluid backgrounds, 10 layout templates, 5 curated themes, and Motion One...
- HTML PPT Skill: Studio AgentSkill with 36 Themes, 31 Layouts, and 47 Animations
April 26, 2026Discover html-ppt-skill, a world-class AgentSkill for producing professional HTML presentations with 36 themes, 31 layouts, 47 animations, and a true presenter mode - all pure...
- Huashu Design: HTML-Native Design Skill for AI Coding Agents with 20 Design Philosophies
April 26, 2026Learn how Huashu Design brings professional-grade visual design to Claude Code and other AI agents through 20 design philosophies, brand asset protocols, and HTML-native output...
- Kami: The Document Design System Where Good Content Meets Good Paper
April 26, 2026Discover how Kami (紙) transforms AI-generated content into polished, professional documents with warm parchment aesthetics, ink-blue accents, and serif-led hierarchy across 8 document types and...
- LLM Wiki: Turn Documents Into an Organized Knowledge Base with AI
April 26, 2026Learn how LLM Wiki transforms your documents into a structured, cross-referenced knowledge base using a two-step chain-of-thought ingest pipeline, knowledge graph with community detection, and...
- Mercury Agent: Soul-Driven AI Agents with Permission-Hardened Tools and Second Brain Memory
April 26, 2026Discover Mercury Agent, the open-source soul-driven AI agent framework with 671+ stars. Learn about its permission-hardened tools, Second Brain memory system, token budgets, multi-channel access,...
- Open CoDesign: Open-Source Claude Design Alternative with Multi-Model Support
April 26, 2026Open CoDesign is the open-source Claude Design alternative that turns prompts into polished prototypes locally. Learn how its BYOK multi-model architecture, one-click Claude Code import,...
- OpenAI Privacy Filter: Protecting Sensitive Data with Bidirectional Token Classification
April 26, 2026Learn how OpenAI Privacy Filter detects and redacts PII in text using a 1.5B parameter bidirectional transformer model. Explore its architecture, 8 privacy categories, Viterbi...
- Roo Code: AI Dev Team of Agents Right in Your Code Editor
April 26, 2026Learn how Roo Code brings a multi-agent AI dev team directly into VS Code with specialized modes, MCP integration, and 20+ built-in tools. Complete guide...
- Skills Manage: The Desktop App That Unifies AI Coding Agent Skills Across 27+ Platforms
April 26, 2026Learn how Skills Manage simplifies managing AI coding agent skills across 27+ platforms including Claude Code, Cursor, Windsurf, and Copilot from a single desktop application...
- Universal Commerce Protocol: The Open Standard Breaking Down E-Commerce Silos
April 26, 2026Learn how the Universal Commerce Protocol (UCP) enables seamless interoperability between AI agents, platforms, businesses, and payment providers with a standardized, transport-agnostic protocol for agentic...
- Video Use: Edit Videos With Coding Agents
April 26, 2026- Web Design Skill: AI Agent That Transforms Functional Web Pages Into Stunning Designs
April 26, 2026Learn how ConardLi/web-design-skill gives AI coding agents design taste through anti-cliche rules, oklch color theory, curated font pairings, and a structured six-step workflow that turns...
- wterm: A High-Performance Web Terminal Emulator Built with Zig and WASM
April 26, 2026Learn how wterm by Vercel Labs delivers near-native terminal performance in the browser using a Zig/WASM core, DOM rendering with dirty-row tracking, and framework integrations...
- TypeScript 7: Microsoft's Go Native Port of the TypeScript Compiler
April 25, 2026TypeScript 7 is Microsoft's native Go port of the TypeScript compiler, delivering 5-10x faster cold starts, lower memory usage, and single binary deployment while maintaining...
- Vaultwarden: Self-Hosted Bitwarden Password Manager in Rust
April 25, 2026Vaultwarden is an unofficial Bitwarden server implementation written in Rust, offering a lightweight, self-hosted password management solution compatible with all official Bitwarden clients.
- DeepEP: Efficient Expert-Parallel Communication Library for MoE
April 25, 2026DeepEP is a high-performance communication library for Mixture-of-Experts (MoE) and expert parallelism, providing high-throughput and low-latency all-to-all GPU kernels with FP8 support.
- Build Your Own X: Master Programming by Recreating Your Favorite Technologies From Scratch
April 25, 2026Build Your Own X is a curated collection of step-by-step guides for recreating popular technologies from scratch. Learn programming by building databases, browsers, operating systems,...
- PostHog: All-in-One Open Source Platform for Building Successful Products
April 25, 2026PostHog is an all-in-one open source platform providing product analytics, web analytics, session replay, feature flags, experiments, error tracking, surveys, and data warehouse.
- HackingTool: All-in-One Penetration Testing Toolkit for Security Researchers
April 25, 2026HackingTool is an all-in-one penetration testing toolkit with 185+ tools across 20 categories. Features smart search, tag filtering, batch install, and Docker support.
- Open Generative AI: Uncensored Open-Source Alternative to Higgsfield AI, Freepik AI, Krea AI, Openart AI
April 25, 2026Open Generative AI is a free, uncensored, open-source AI image, video, cinema, and lip sync studio with 200+ models. No content filters, no subscription fees,...
- Awesome Claude Skills: The Ultimate Curated Collection for Claude AI Workflows
April 25, 2026Discover the ultimate curated collection of 70+ Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API. Learn how to customize Claude...
- Context Mode: Reduce AI Coding Agent Context Window Usage by 98% with Sandbox Tools and Session Continuity
April 25, 2026Discover Context Mode, an MCP server that reduces AI coding agent context window usage by 98% through sandboxed tool execution, SQLite FTS5 indexing, and automatic...
- Free Claude Code: Use Claude Code CLI and VSCode for Free with NVIDIA NIM, OpenRouter, and Local Models
April 25, 2026Learn how Free Claude Code lets you use Claude Code CLI and VSCode for free by routing Anthropic API calls to NVIDIA NIM, OpenRouter, DeepSeek,...
- Graphified: AI Knowledge Graph From Any Codebase
April 25, 2026Learn how Graphified transforms any codebase into an AI-powered knowledge graph. Discover features, architecture, and how to get started with this open-source tool.
- Hugging Face ML Intern: An Open-Source Autonomous ML Engineer That Reads Papers, Trains Models, and Ships Code
April 25, 2026Discover Hugging Face ML Intern, an open-source autonomous ML engineer that researches papers, trains models, and ships production-quality code using the Hugging Face ecosystem with...
- LangChain: The Agent Engineering Platform with 134K+ Stars
April 25, 2026Discover LangChain, the leading open-source framework for building AI agents and LLM-powered applications. Learn about its architecture, features, ecosystem, and how to get started with...
- LibreChat: The Enhanced ChatGPT Clone with 35K+ Stars
April 25, 2026Discover LibreChat, the open-source self-hosted ChatGPT clone with 35K+ stars. Learn about its multi-model support, AI agents, MCP integration, and deployment options.
- OSV-Scanner: Google's Open Source Vulnerability Scanner
April 25, 2026OSV-Scanner is Google's official vulnerability scanner that connects your project dependencies to the OSV database. It supports 11+ language ecosystems, container scanning, license compliance, guided...
- OpenMetadata: Unified Metadata Platform for Data Discovery, Observability, and Governance
April 25, 2026Learn how OpenMetadata provides a centralized metadata platform for data discovery, column-level lineage, data quality profiling, and governance with 84+ connectors and MCP integration for...
- OpenCode: The Open Source Coding Agent with 148K+ Stars
April 25, 2026Discover OpenCode, the open-source AI coding agent with 148K+ GitHub stars. Learn how it compares to Claude Code and Cursor, its architecture, features, and how...
- PPT Master: AI Generates Natively Editable PPTX from Any Document
April 25, 2026PPT Master is an open-source AI workflow that generates natively editable PowerPoint files from PDFs, DOCX, URLs, or Markdown. Every shape, text box, and chart...
- RTK (Rust Token Killer): Reduce LLM Token Consumption by 60-90% with This CLI Proxy
April 25, 2026Learn how RTK (Rust Token Killer) reduces LLM token consumption by 60-90% on common dev commands. This single Rust binary transparently filters and compresses command...
- TextGen: The Original Local LLM Interface with 46K+ Stars
April 25, 2026Discover TextGen, the original local LLM interface with 46K+ stars. Run AI chatbots, vision models, and image generation 100% offline with this open-source Python web...
- AgenticSeek: The Fully Local Autonomous AI Agent That Replaces Cloud Dependency
April 24, 2026AgenticSeek is a 100% local autonomous AI agent that browses the web, writes code, and manages files with zero cloud dependency, zero API costs, and...
- CrewAI: Multi-Agent Orchestration Framework for Autonomous AI Collaboration
April 24, 2026CrewAI is a Python framework for building production-ready multi-agent systems with role-playing autonomous agents, event-driven Flows, and seamless LLM integration, with 49K GitHub stars and...
- MoneyPrinterTurbo: AI-Powered One-Click Short Video Generation
April 24, 2026MoneyPrinterTurbo is an open-source AI video generation tool with 56K stars that automates script writing, TTS voiceover, footage sourcing, subtitles, and background music into HD...
- OpenCode: The Open Source AI Coding Agent
April 24, 2026OpenCode is an open-source AI coding agent with 148K stars that runs in your terminal with 20+ LLM providers, dual agent modes, LSP integration, and...
- Repomix: Pack Repos Into AI-Friendly Files
April 24, 2026Repomix packs entire repositories into single AI-friendly files with security checks, token counting, and multiple output formats, making it easy to feed code context to...
- Agent Style: 21 Writing Rules for AI Coding Agents
April 23, 2026Agent Style provides 21 writing rules for AI coding agents like Claude Code and Copilot, eliminating passive voice, filler phrases, and AI tells from generated...
- Agents.md: Making Coding Agents Think Like Senior Engineers
April 23, 2026Agents.md is a drop-in config file that makes AI coding agents think like senior engineers with anti-sycophancy rules, verification loops, and surgical change discipline across...
- Google Design.md: Visual Identity Specification for Coding Agents
April 23, 2026Google DESIGN.md is a standardized format for describing visual identity to AI coding agents, with design tokens, linter rules, DTCG conformance, and Tailwind CSS export...
- LLM Wiki: Persistent Knowledge Vaults on Your Desktop
April 23, 2026LLM Wiki is a cross-platform desktop app implementing Karpathy's LLM Wiki pattern that transforms documents into persistent, compoundable knowledge vaults with semantic search and LLM...
- Mercury Agent: Soul-Driven AI with Permission-Hardened Tools
April 23, 2026Mercury Agent is a soul-driven AI agent with permission-hardened tools, token budgets, and multi-channel access via CLI and Telegram, designed for safe and controlled AI...
- Skills Manage: Desktop App for AI Agent Skill Management
April 23, 2026Skills Manage is a cross-platform Tauri desktop app for browsing, installing, and managing AI coding agent skills across Claude Code, Cursor, Gemini CLI, and 25+...
- Swarm Forge: Uncle Bob's AI Agent Coordinator
April 23, 2026Swarm Forge by Uncle Bob Martin is a lightweight tmux-based orchestration platform that coordinates swarms of AI agents with role-based prompts, shared constitutions, and git...
- Web Design Skill: Transforming AI Pages From Functional to Stunning
April 23, 2026Web Design Skill is an AI agent skill that transforms AI-generated web pages from functional to stunning using oklch colors, typography scales, animation libraries, and...
- Awesome Agent Skills: Curated Skills for AI Coding Assistants
April 22, 2026A curated collection of 1100+ agent skills compatible with 8+ AI coding assistants including Claude Code, Codex, Cursor, Copilot, and more. Discover how skills enhance...
- Claude Context: Semantic Code Search MCP Server
April 22, 2026Learn how Claude Context brings hybrid semantic search to Claude Desktop via MCP, enabling AI-powered code understanding with vector search, BM25 keyword matching, and multi-language...
- PolyData: Comprehensive Polymarket Data Pipeline for Trading Analysis
April 22, 2026Learn how to use PolyData to fetch, process, and analyze Polymarket trading data with a resumable three-stage pipeline covering market collection, order event scraping, and...
- RAG-Anything: All-in-One Multimodal RAG Framework
April 22, 2026Learn how RAG-Anything enables multimodal Retrieval-Augmented Generation with knowledge graphs, supporting images, tables, equations, and more through a modular 5-stage pipeline built on LightRAG.
- FinceptTerminal: Open-Source Financial Intelligence Platform with CFA-Level Analytics
April 21, 2026Explore FinceptTerminal v4, a native C++20 desktop application delivering Bloomberg-terminal-class financial analytics with 37 AI agents, 100+ data connectors, and real-time trading across 16 brokers....
- PyShine Screen Recorder: High-Performance Desktop Recording with PyQt6
April 21, 2026Learn how PyShine Screen Recorder delivers professional-grade screen recording with hardware-accelerated encoding, WASAPI loopback audio, and an elegant PyQt6 dark theme interface.
- Tradclaw: AI Household Manager for Agentic Parenting
April 21, 2026Exploring tradclaw - an AI-powered openclaw household manager that brings agentic parenting to modern families with intelligent task management and family coordination
- Agentic Video Editor: AI-Powered Video Production from Raw Footage
April 20, 2026How the Agentic Video Editor uses a multi-agent pipeline with Google Gemini to transform raw footage and a creative brief into polished ad videos automatically...
- Anything Analyzer: Universal Network Protocol Analysis with AI-Powered MITM and Browser Capture
April 20, 2026Deep dive into Anything Analyzer - the open-source Electron app that unifies CDP browser capture, MITM HTTPS proxy, and AI-powered protocol analysis with MCP integration...
- AutoGPT: The Open-Source Platform for Building and Deploying Continuous AI Agents
April 20, 2026Deep dive into AutoGPT - the 183K+ star open-source platform that evolved from a viral autonomous agent into a full-featured visual agent builder with marketplace,...
- Browser Harness - The Thinnest Possible Harness for AI Agent Browser Control
April 20, 2026How a 592-line Python harness gives LLM agents like Claude Code and Codex complete, direct control over a real browser via Chrome DevTools Protocol -...
- CC Design: High-Fidelity HTML Design Skill for AI Agents
April 20, 2026How CC Design transforms Claude Code into an expert product designer with progressive disclosure architecture, brand style cloning, three-phase verification, and production-ready export pipelines
- Career-Ops: The AI-Powered Job Search Command Center That Landed a Head of AI Role
April 20, 2026Learn how Career-Ops turns Claude Code, Gemini CLI, or OpenCode into a full job search pipeline with A-F evaluation scoring, ATS-optimized PDF generation, portal scanning...
- Claude Obsidian: Turn Obsidian Into a Self-Organizing AI Knowledge Engine
April 20, 2026How claude-obsidian transforms Obsidian into a compounding knowledge vault using Claude Code, with 10 skills, 4 slash commands, and autonomous research capabilities based on Karpathy's...
- Claw Code Parity: The Rust AI Agent Harness Built Autonomously by Claws
April 20, 2026An in-depth look at claw-code-parity — a Rust port of the Claude Code CLI system that is autonomously maintained by AI agents, featuring a 9-crate...
- CodeBurn: See Where Your AI Coding Tokens Go
April 20, 2026An open-source TUI dashboard that tracks AI coding costs across Claude Code, Codex, Cursor, OpenCode, Pi, and GitHub Copilot -- with 13 task categories, one-shot...
- Darwin Skill - Autonomous Skill Optimization System
April 20, 2026An autonomous evolution system that applies ML training loops to optimize AI agent skills, using an 8-dimension rubric, ratchet mechanism, and independent scoring to ensure...
- Dify: The Open-Source LLM App Development Platform
April 20, 2026An in-depth look at Dify, the open-source platform combining AI workflow building, RAG pipeline, agent capabilities, model management, and observability for rapid LLM application development....
- Dive into Claude Code: Systematic AI Coding Analysis Reveals 98.4% Infrastructure
April 20, 2026A source-level architectural analysis of Claude Code (v2.1.88, ~512K lines) that reveals only 1.6% of the codebase is AI decision logic while 98.4% is deterministic...
- Fireworks Tech Graph: Generate Production-Ready SVG Technical Diagrams From Plain English
April 20, 2026Fireworks Tech Graph turns plain English or Chinese descriptions into publication-ready SVG + PNG technical diagrams in seconds. An open-source AI skill with 7 visual...
- GBrain: Self-Wiring Knowledge Graph Memory Layer for AI Agents
April 20, 2026GBrain gives AI agents a brain. Built by YC President Garry Tan, it powers his real deployment: 17,888 pages, 4,383 people, 723 companies, 21 cron...
- Graphify: Turn Any Codebase Into a Knowledge Graph With 71.5x Fewer Tokens
April 20, 2026Learn how Graphify reads your files, builds a knowledge graph with Leiden community detection, and gives you 71.5x fewer tokens per query vs reading raw...
- Hermes Agent Orange Book: A Practical Guide to Self-Improving AI Agents
April 20, 2026Deep dive into the Hermes Agent Orange Book - the definitive practical guide to Nous Research's Hermes Agent framework, covering its learning loop, three-layer memory...
- Hermes Web UI: Open-Source LLM Chat Dashboard for the Hermes Agent
April 20, 2026Hermes Web UI is an open-source web dashboard (also called Hermes webui) that gives the Hermes Agent a unified chat interface, multi-platform channel management, usage...
- Hue: The AI Skill That Turns Any Brand Into a Complete Design System
April 20, 2026Hue is an open-source meta-skill that learns any brand from a URL, screenshot, or description and generates a complete, opinionated design system that ensures visual...
- Hugging Face Transformers: The Definitive ML Framework for Modern AI
April 20, 2026Deep dive into huggingface/transformers - the world's most widely-used ML library with 159K+ stars, 453 model architectures, 28 pipeline types, and a unified API across...
- Keychron Open Source Keyboard Hardware Design
April 20, 2026Exploring Keychron's open-source keyboard hardware design files - 100+ CAD files for mechanical keyboard enthusiasts and hardware hackers
- Khazix Skills - Open Source AI Writing and Research Methodology
April 20, 2026Khazix Skills is an open-source AI toolkit by Digital Life Khazix featuring the Horizontal-Vertical Analysis deep research framework and a WeChat long-form writing skill with...
- LLM Anonymization: Reverse Proxy for AI Privacy in Pentesting
April 20, 2026How a transparent FastAPI proxy anonymizes sensitive pentest data before it reaches Claude, using dual-layer detection with LLM and regex, persistent surrogate mapping, and engagement...
- Langflow: Visual Framework for Building Multi-Agent and RAG Applications
April 20, 2026Langflow is an open-source visual framework that lets developers build multi-agent and RAG applications with a drag-and-drop interface, 100+ components, and one-click deployment as REST...
- LingBot-Map: Streaming 3D Reconstruction with the Geometric Context Transformer
April 20, 2026Deep dive into LingBot-Map - the feed-forward 3D foundation model that reconstructs camera poses, depth maps, and point clouds at 20 FPS from streaming video...
- METATRON: AI-Powered Penetration Testing Assistant That Runs 100% Locally
April 20, 2026An in-depth look at METATRON, a CLI-based AI pentesting assistant that automates recon-to-report using a local LLM with an agentic loop, 6 recon tools, MariaDB...
- Nuwa Skill - Distill Anyone's Thinking Into Runnable AI Skills
April 20, 2026Nuwa extracts cognitive operating systems from public figures - mental models, decision heuristics, expression DNA - into Claude Code skills you can query. Not role-play....
- Obscura: Rust Headless Browser & Browser Harness for AI Agents
April 20, 2026Obscura is a Rust-based headless browser and browser harness purpose-built for AI agents — built-in stealth, tracker blocking, SSRF protection, and native DOM-to-Markdown conversion via...
- Ollama: Run Large Language Models Locally With Ease
April 20, 2026Deep dive into Ollama's architecture - from its Go-based server and model scheduler to GGUF format handling, GPU acceleration, and OpenAI-compatible API. Learn how 169K+...
- Open WebUI: The Ultimate Self-Hosted AI Platform with 132K Stars
April 20, 2026An in-depth look at Open WebUI, the extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline with support for Ollama, OpenAI-compatible APIs,...
- OpenMythos: Reconstructing the Claude Mythos Architecture from First Principles
April 20, 2026An in-depth exploration of OpenMythos, an open-source theoretical reconstruction of the Claude Mythos architecture featuring Recurrent-Depth Transformers, LTI-stable injection, dual attention modes, and adaptive computation...
- Prompts.chat: The World's Largest Open-Source Prompt Engineering Platform
April 20, 2026How prompts.chat evolved from a simple CSV file to a full-featured community platform with 143k+ stars, semantic search, MCP integration, and an interactive prompting book...
- PureMac: Open Source macOS Cleaner
April 20, 2026Exploring PureMac - a free, open-source macOS cleaner with zero telemetry that replaces CleanMyMac for privacy-conscious users
- Tailslayer: Reducing Tail Latency in RAM Reads
April 20, 2026Exploring tailslayer - a C++ library that reduces tail latency in RAM reads through innovative memory access optimization techniques
- WX Favorites Report: WeChat Encrypted DB to Interactive HTML Visualization
April 20, 2026How wx-favorites-report extracts WeChat favorites from encrypted SQLCipher databases using frida key extraction, decrypts with AES-256-CBC, and generates stunning interactive HTML reports with ECharts -...
- Agentic Stack: One Brain, Many Harnesses - Portable AI Agent Configuration
April 19, 2026Learn how Agentic Stack gives your AI coding agent a portable .agent/ folder with memory, skills, and protocols that works across Claude Code, Cursor, Windsurf,...
- Caveman: Cut 75% of LLM Output Tokens While Keeping Full Accuracy
April 19, 2026Learn how the Caveman skill for Claude Code, Codex, Gemini CLI, and 40+ AI agents reduces output tokens by ~75% with zero loss in technical...
- Claude Doctor: Diagnose Your AI Coding Sessions for Anti-Patterns
April 19, 2026Claude Doctor is a 418-star open-source CLI tool that analyzes your Claude Code transcripts for behavioral anti-patterns, sentiment drift, and structural issues, then generates actionable...
- Claw Code: Open-Source Rust AI Agent Harness for Autonomous Development
April 19, 2026Claw Code is a 185K-star Rust-based CLI agent harness that coordinates autonomous coding agents through a three-part system of workflow orchestration, event routing, and multi-agent...
- Designlang: Extract Complete Design Systems From Any Website
April 19, 2026Designlang (design-extract) is an 892-star open-source tool that crawls any website with a headless browser, extracts every computed style from the live DOM, and generates...
- Karpathy's LLM Wiki: Build a Compounding Knowledge Base With Your AI Agent
April 19, 2026Learn how Andrej Karpathy's LLM Wiki pattern replaces traditional RAG with a persistent, compounding knowledge base where your LLM agent incrementally builds and maintains a...
- MemPalace: Local-First AI Memory That Hits 96.6% Recall Without a Single API Call
April 19, 2026Learn how MemPalace stores your conversation history as verbatim text, retrieves it with 96.6% R@5 on LongMemEval using zero LLM calls, and organizes everything with...
- OpenClaw: Personal AI Assistant You Run on Your Own Devices
April 19, 2026OpenClaw is a 359K-star open-source personal AI assistant that runs locally on your devices, supporting 20+ messaging channels, voice wake words, live canvas, and multi-agent...
- n8n: Secure Workflow Automation for Technical Teams
April 19, 2026n8n is a 184K-star open-source workflow automation platform that gives technical teams the flexibility of code with the speed of no-code, featuring 400+ integrations, native...
- ArcKit: Enterprise Architecture Governance and Vendor Procurement Toolkit
April 18, 2026Discover how ArcKit transforms enterprise architecture governance with 68 AI-assisted slash commands, 10 research agents, and 70+ templates across Claude Code, Gemini CLI, GitHub Copilot,...
- Claude Desktop for Debian: Native Linux Packaging with MCP, Cowork Mode, and Multi-Architecture Support
April 18, 2026Learn how to install and use Claude Desktop natively on Linux with Debian/RPM/AppImage packages, MCP integration, Cowork mode sandboxing, and multi-architecture support for amd64 and...
- DeepGEMM: Clean and Efficient FP8 GEMM Kernels with Fine-Grained Scaling
April 18, 2026A comprehensive guide to DeepGEMM, DeepSeek's high-performance tensor core kernel library for FP8 GEMM operations, MoE optimizations, and JIT compilation on NVIDIA SM90/SM100 GPUs.
- OpenClaw: Your Own Personal AI Assistant That Runs Everywhere
April 18, 2026OpenClaw is an open-source personal AI assistant with 20+ messaging channels, voice wake, live canvas, multi-agent routing, and a plugin architecture. Run it on your...
- RustDesk: Open Source Remote Desktop - The TeamViewer Alternative
April 18, 2026Explore RustDesk, the open-source remote desktop application built with Rust and Flutter that offers self-hosted servers, end-to-end encryption, and cross-platform support as a powerful TeamViewer...
- T3 Code: A Minimal Web GUI for Coding Agents
April 18, 2026Explore T3 Code, the open-source minimal web GUI for coding agents like Codex and Claude. Learn about its architecture, multi-provider support, and how to get...
- Thunderbolt: AI You Control - Choose Your Models, Own Your Data
April 18, 2026A comprehensive guide to Thunderbolt, the open-source cross-platform AI client by Thunderbird that puts you in control with multi-provider LLM support, E2E encryption, offline-first architecture,...
- wacli: WhatsApp CLI for Sync, Search, and Send
April 18, 2026Explore wacli, a powerful WhatsApp CLI tool written in Go that enables local message sync, offline search, sending messages, and contact/group management from the terminal....
- Android Reverse Engineering Skill: Decompile APKs and Extract APIs with Claude Code
April 17, 2026Learn how to use the Android Reverse Engineering Skill for Claude Code to decompile Android apps, extract HTTP APIs, trace call flows, and document endpoints...
- Chrome DevTools MCP: AI-Powered Browser Automation
April 17, 2026Learn how Chrome DevTools MCP enables AI agents to control Chrome browser through the Model Context Protocol with 29 tools for input, navigation, emulation, performance,...
- Craft Agents OSS: The Open-Source Agent-Native Desktop Application
April 17, 2026Explore Craft Agents OSS, a 4,189-star TypeScript monorepo that delivers a production-grade agent-native desktop application for working with AI agents including Claude, Google AI, and...
- DFlash: Block Diffusion for Lightning-Fast LLM Speculative Decoding
April 17, 2026Learn how DFlash uses block diffusion models to accelerate LLM inference with speculative decoding, achieving 2-3x speedups across Transformers, SGLang, vLLM, and MLX backends.
- Evolver: GEP-Powered Self-Evolution Engine for AI Agents
April 17, 2026Learn how Evolver uses the Genome Evolution Protocol (GEP) to enable AI agents to self-repair, optimize, and innovate through auditable evolution cycles with built-in safety...
- Omi: Open-Source AI Wearable That Remembers Everything
April 17, 2026Explore Omi, the open-source AI-powered wearable platform that captures conversations, transcribes in real-time, builds knowledge graphs, and provides an AI assistant that never forgets. Learn...
- OpenAI Agents Python SDK: Building Multi-Agent AI Workflows
April 17, 2026Learn how to build production-ready multi-agent AI workflows with the OpenAI Agents Python SDK - a lightweight, provider-agnostic framework with handoffs, guardrails, tracing, and sandbox...
- OpenSRE: AI-Powered Site Reliability Engineering Framework
April 17, 2026Learn how OpenSRE automates incident investigation and root cause analysis with AI agents, 40+ integrations, and a dual-LLM architecture for production reliability.
- Agent Skills: Production-Grade Engineering Skills for AI Coding Agents
April 16, 2026A comprehensive collection of production-grade engineering skills designed for AI coding agents, enabling better code quality and development practices.
- Claude Code Game Studios: Turn Claude Code into a Full Game Dev Studio
April 16, 2026Transform Claude Code into a complete game development studio with 49 AI agents, 72 workflow skills, and a comprehensive coordination system for building games.
- Dive Into LLMs: Hands-On Large Language Model Tutorial Series
April 16, 2026Learn large language models through hands-on programming tutorials covering LLM fundamentals, training, and deployment.
- GenericAgent: Self-Evolving AI Agent That Grows Its Own Skill Tree
April 16, 2026GenericAgent is a self-evolving AI agent that grows its skill tree from a 3.3K-line seed, achieving full system control with 6x less code than traditional...
- Google Magika: AI-Powered File Type Detection
April 16, 2026Learn how Google Magika uses deep learning to accurately detect file content types with ~99% accuracy and ~5ms inference time. Available as CLI, Python, and...
- Magika: AI-Powered File Content Type Detection by Google
April 16, 2026Discover how Google's Magika uses deep learning to accurately detect file content types, supporting over 100 content types with state-of-the-art accuracy.
- Open Agents: Open Source Template for Building Cloud Agents
April 16, 2026Learn how to build cloud agents with Vercel's open-source template. Discover the three-layer architecture, durable workflows, and sandbox isolation for production-ready AI coding agents.
- Public APIs: The Ultimate Free API Collection for Developers
April 16, 2026Discover the world's largest curated collection of free APIs with over 423,000 GitHub stars. From animals to weather, find the perfect API for your next...
- Apollo 11: Original AGC Source Code - A Historic Software Heritage
April 15, 2026Explore the original Apollo 11 Guidance Computer (AGC) source code that powered humanity's first Moon landing. Learn about the Command Module (Comanche 055) and Lunar...
- Camofox Browser: Anti-Detection Browser Server for AI Agents
April 15, 2026Explore Camofox Browser, a headless browser automation server powered by Camoufox that bypasses bot detection for AI agents. Learn about its C++ anti-detection, element refs,...
- Claude Cookbooks: Effective Claude Usage Patterns
April 15, 2026Learn how to use Claude effectively with these cookbook recipes and best practices from Anthropic.
- Pascal Editor: Open Source 3D Architectural Building Editor
April 15, 2026Explore Pascal Editor, a powerful open-source 3D building editor built with React Three Fiber and WebGPU. Learn about its architecture, node hierarchy, state management, and...
- Voicebox: Open-Source Voice Synthesis Studio
April 15, 2026A comprehensive guide to Voicebox, the open-source voice cloning studio that runs locally on your machine with 5 TTS engines, 23 languages, and professional audio...
- BlenderMCP: AI-Powered 3D Content Creation
April 14, 2026Connect Claude AI to Blender through the Model Context Protocol for prompt-assisted 3D modeling, scene creation, and manipulation with Poly Haven, Hyper3D, and Sketchfab integrations....
- Khoj: Your AI Second Brain for Personal Knowledge Management
April 14, 2026Discover Khoj, an open-source AI personal assistant that extends your capabilities with semantic search, custom agents, and multi-platform support for documents and conversations.
- Project N.O.M.A.D.: Offline-First Knowledge Server with AI
April 14, 2026A self-contained, offline-first knowledge and education server packed with critical tools, knowledge, and AI to keep you informed and empowered - anytime, anywhere.
- RustFS: High-Performance S3-Compatible Object Storage
April 14, 2026Discover RustFS, a high-performance S3-compatible object storage system written in Rust that delivers 2.3x faster performance than MinIO with memory safety and Apache 2.0 licensing....
- Claude-Mem: Persistent Memory for AI Coding Assistants
April 13, 2026Discover how Claude-Mem provides persistent memory across Claude Code sessions with progressive disclosure, hybrid search, and intelligent observation compression.
- Ralph: Autonomous AI Agent Loop for Complete PRD Execution
April 13, 2026Discover how Ralph revolutionizes AI agent workflows by running autonomous loops until all PRD items are complete.
- VibeVoice: Open-Source Frontier Voice AI from Microsoft
April 13, 2026Explore VibeVoice, Microsoft's open-source voice AI family featuring 60-minute ASR, 90-minute multi-speaker TTS, and real-time streaming synthesis with ultra-low latency.
- Archon: The First Open-Source Harness Builder for AI Coding
April 11, 2026Explore Archon, the first open-source harness builder designed specifically for AI coding workflows with powerful automation capabilities.
- Awesome Design Systems: A Curated Collection
April 11, 2026Explore the comprehensive collection of design systems, component libraries, and pattern libraries curated for developers and designers.
- Claude Code Best Practices: A Comprehensive Guide
April 11, 2026Master Claude Code with best practices for AI-assisted development workflows, subagents, skills, commands, and orchestration patterns.
- Claudian: Claude Code as Your AI Collaborator in Obsidian
April 11, 2026Discover Claudian, an Obsidian plugin that embeds Claude Code as an AI collaborator for enhanced note-taking and knowledge management.
- DeepTutor: Agent-Native Personalized Learning Assistant
April 11, 2026Explore DeepTutor, an AI-powered personalized learning assistant that uses agent-native architecture for adaptive education with TutorBots, knowledge management, and persistent memory.
- Goose: Open Source AI Agent That Codes, Tests, and Executes
April 11, 2026Discover Goose, an open source extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM.
- Kronos: Open-Source Foundation Model for Financial Market Forecasting (Kronos-base & Kronos-small)
April 11, 2026Kronos is an open-source foundation model for financial market forecasting — a hierarchical tokenizer (Kronos-base, Kronos-small) that turns K-line / OHLCV candlesticks into tokens for...
- MarkItDown: Microsoft's Document to Markdown Converter
April 11, 2026Learn how to use MarkItDown to convert various document formats to Markdown with Python. A comprehensive guide to Microsoft's lightweight document conversion utility.
- Multica: Open-Source Managed Agents Platform
April 11, 2026Explore Multica, an open-source managed agents platform for building and orchestrating AI agent systems with autonomous task execution and skill reuse.
- OpenDataLoader PDF: Transform PDFs into AI-Ready Data
April 11, 2026Learn how OpenDataLoader PDF parses PDFs and automates accessibility for AI applications with intelligent data extraction, achieving #1 benchmark accuracy.
- OpenDataLoader PDF: Parser for AI-Ready Data
April 11, 2026Learn how OpenDataLoader PDF transforms documents into AI-ready data with automated accessibility features.
- VoxCPM: Tokenizer-Free TTS for Multilingual Speech Generation
April 11, 2026Explore VoxCPM2, a groundbreaking tokenizer-free text-to-speech system for multilingual speech generation, creative voice design, and true-to-life voice cloning.
- Superpowers: The Complete Agentic Skills Framework for AI Coding Assistants
April 10, 2026Explore obra/superpowers - a comprehensive skills framework that transforms AI coding assistants into disciplined software engineers with test-driven development, systematic debugging, and subagent-driven development workflows....
- BitNet: Microsoft's 1-bit LLM Inference Framework
April 10, 2026Explore BitNet, Microsoft's official inference framework for 1-bit Large Language Models. Learn how to run 100B parameter models on CPU at human reading speed with...
- Deer Flow: ByteDance's Open-Source Long-Horizon SuperAgent Framework
April 10, 2026Explore Deer Flow, ByteDance's cutting-edge open-source SuperAgent framework for long-horizon AI tasks with advanced planning and execution capabilities.
- Impeccable: The Design Language That Makes AI Better at Design
April 10, 2026Discover how Impeccable helps AI coding agents produce distinctive, production-grade frontend interfaces with 21 design commands, anti-pattern detection, and multi-provider support.
- Learn Claude Code: Building AI Agents from Scratch
April 10, 2026A comprehensive guide to building high-completion coding agent harnesses. Learn the architecture, agent loop, tool dispatch, permission systems, and skill loading from the shareAI-lab/learn-claude-code repository...
- Oh-My-Codex: A Workflow Layer for OpenAI Codex CLI
April 10, 2026Discover how oh-my-codex (OMX) enhances OpenAI Codex CLI with structured workflows, agent teams, skills, and persistent state management for better AI-assisted development.
- Onyx: Open Source AI Chat Platform with 26K Stars
April 10, 2026Discover Onyx, a powerful open source AI chat platform that works with every LLM. Learn about its RAG capabilities, agent system, and enterprise features.
- Open SWE: Building Your Organization's Internal Coding Agent
April 10, 2026Learn how Open SWE enables organizations to build autonomous coding agents with multi-platform integration, pluggable sandboxes, and production-ready architecture.
- OpenViking: Open-Source Context Database for AI Agents
April 10, 2026Explore OpenViking, a powerful open-source context database for AI agents with tiered loading, filesystem integration, and intelligent retrieval capabilities.
- OpenViking: Context Database for AI Agents
April 10, 2026OpenViking is an open-source context database designed for AI Agents, using a filesystem paradigm to unify memory, resources, and skills management with hierarchical context delivery...
- TradingAgents: Multi-Agent LLM Framework for Financial Trading
April 10, 2026Explore TradingAgents, a sophisticated multi-agent LLM framework for financial trading with intelligent analysis, risk management, and automated decision-making.
- TradingAgents: Multi-Agent LLM Financial Trading Framework
April 10, 2026Explore TradingAgents, a 49K-star multi-agent LLM framework that mirrors real-world trading firms with specialized AI agents for fundamental analysis, sentiment analysis, news monitoring, and risk...
- last30days-skill: AI-Powered Multi-Source Research Engine
April 10, 2026Discover how last30days-skill researches topics across 12+ platforms and synthesizes grounded summaries scored by real engagement metrics.
- learn-claude-code: Building Production AI Agent Harness from Scratch
April 10, 2026A comprehensive guide to building AI agent harnesses with the 19-chapter progressive curriculum covering agent loops, tool dispatch, permissions, skills, and multi-agent teams.
- oh-my-codex: AI Coding Harness with Hooks, Agent Teams, and HUDs
April 10, 2026Discover oh-my-codex, a powerful AI coding harness featuring hooks for customization, multi-agent teams for complex tasks, and heads-up displays for monitoring.
- AI Hedge Fund: Multi-Agent Investment System
April 09, 2026Explore how 19 AI agents simulate legendary investors to make trading decisions using LangGraph orchestration.
- Agency Agents: A Complete AI Agency at Your Fingertips
April 09, 2026Discover 147+ specialized AI agent personalities organized into 12 divisions - from frontend wizards to Reddit community ninjas, each agent is a specialized expert with...
- Alibaba Page-Agent: Control Web Interfaces with Natural Language
April 09, 2026Explore Alibaba's Page-Agent, a JavaScript in-page GUI agent that enables controlling web interfaces using natural language commands. Learn about its architecture, features, and integration options....
- Andrej Karpathy Skills: LLM Coding Guidelines That Prevent Common Mistakes
April 09, 2026Learn how to reduce LLM coding mistakes with four key principles from Andrej Karpathy's observations: Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution....
- Claude HUD: Real-Time Statusline Plugin for Claude Code
April 09, 2026A comprehensive guide to Claude HUD, a real-time statusline plugin that displays context usage, active tools, running agents, and todo progress directly in your terminal...
- Claude HowTo: Master Claude Code from Beginner to Power User
April 09, 2026A comprehensive guide to Claude HowTo - the visual, example-driven tutorial for mastering Claude Code with 100+ ready-to-use templates.
- DeerFlow: ByteDance's Open-Source SuperAgent Harness
April 09, 2026Explore DeerFlow, ByteDance's revolutionary SuperAgent harness that orchestrates sub-agents, memory, and sandboxes to accomplish complex tasks through extensible skills.
- Everything Claude Code: The Ultimate AI Agent Harness Performance Optimization System
April 09, 2026Discover Everything Claude Code (ECC), a comprehensive agent harness with 47 specialized agents, 181 workflow skills, 79 legacy commands, and 20+ automated hooks for Claude...
- GitNexus: The Zero-Server Code Intelligence Engine
April 09, 2026Discover how GitNexus revolutionizes code intelligence with client-side knowledge graphs, Graph RAG agents, and zero-server architecture for AI-powered code exploration.
- Google LiteRT-LM: Production-Ready Edge LLM Inference Framework
April 09, 2026Explore Google's LiteRT-LM, a high-performance inference framework for deploying Large Language Models on edge devices with multi-language APIs and hardware acceleration.
- Harbor: Enterprise Cloud Native Registry for Container Security
April 09, 2026Explore Harbor, the CNCF-hosted open source registry that stores, signs, and scans container images with enterprise-grade security features.
- Lightpanda: The Headless Browser Designed for AI and Automation
April 09, 2026Discover Lightpanda, a revolutionary headless browser built from scratch in Zig for AI agents and automation. With 16x less memory and 9x faster execution than...
- MiroFish: Universal Swarm Intelligence Engine for Predicting Anything
April 09, 2026Explore MiroFish, a powerful swarm intelligence engine using multi-agent simulation to predict social trends and behaviors across Twitter and Reddit platforms.
- MoneyPrinterV2: Automate Online Income With AI Content Generation
April 09, 2026MoneyPrinterV2 is an open-source AI tool that automates online income — AI content creation, social media management, and business outreach for passive income. Learn how...
- NVIDIA PersonaPlex: Real-Time Speech Conversational AI with Persona Control
April 09, 2026Explore NVIDIA PersonaPlex, a groundbreaking real-time full-duplex speech-to-speech conversational AI model that enables persona control through text prompts and voice conditioning.
- Newton Physics Engine: GPU-Accelerated Simulation for Robotics
April 09, 2026Explore Newton, an open-source GPU-accelerated physics simulation engine built on NVIDIA Warp for roboticists and simulation researchers.
- Oh My Codex (OMX): Multi-Agent Orchestration Layer for AI Development
April 09, 2026Discover how OMX wraps Codex CLI with structured workflows, specialized agent roles, and coordinated multi-agent execution for state-of-the-art AI development.
- Onyx: Open Source AI Platform with Advanced RAG and Agent Capabilities
April 09, 2026Explore Onyx, a powerful open-source AI platform featuring Agentic RAG, Deep Research, Custom Agents, and seamless LLM integration for enterprise applications.
- Reddit Video Maker Bot: Automated Content Creation from Reddit
April 09, 2026Discover how RedditVideoMakerBot automates video creation from Reddit content with AI-powered TTS, background videos, and one-command workflow.
- SEO Machine: AI-Powered Content Creation Workspace
April 09, 2026Discover how SEO Machine combines Claude Code, specialized AI agents, and Python analytics to create long-form, SEO-optimized blog content that ranks.
- Sherlock: Hunt Down Social Media Accounts Across 400+ Platforms
April 09, 2026Discover how Sherlock, the powerful OSINT tool with 80,000+ stars, helps security researchers track digital footprints across 400+ social networks with parallel processing and multiple...
- Superpowers: The Agentic Skills Framework That Transforms AI Agents Into Systematic Engineers
April 09, 2026Discover how Superpowers by obra transforms AI coding agents from code generators into disciplined engineers following TDD, proper planning, and quality workflows with 14 composable...
- TimesFM: Google's Foundation Model for Time Series Forecasting
April 09, 2026Explore TimesFM, Google's pretrained decoder-only foundation model for zero-shot time-series forecasting with 16K context length and probabilistic predictions.
- oh-my-claudecode: Multi-Agent Orchestration for Claude Code
April 09, 2026Discover how oh-my-claudecode transforms Claude Code into a coordinated team of specialized agents with intelligent task routing, persistent execution, and real-time visibility.
- AgentSkillOS: An Operating System for Agent Skills
April 08, 2026Learn how AgentSkillOS helps discover, compose, and orchestrate 200,000+ AI agent skills into working pipelines with DAG-based workflows.
- MattPocock Skills: Structured AI Agent Workflows
April 08, 2026Explore MattPocock's skills repository - a collection of structured AI agent workflows for planning, development, and tooling. Learn how to use TDD, PRD writing, and...
- DESIGN.md: AI-Powered Design Systems for Consistent UI
April 07, 2026Learn how DESIGN.md files help AI coding agents generate consistent, pixel-perfect UI. 58+ ready-to-use design systems from major brands.
- MLX-VLM: Vision Language Models on Apple Silicon
April 06, 2026Run and fine-tune Vision Language Models locally on your Mac with MLX-VLM. Supports image, audio, and video understanding with optimized performance for Apple Silicon.
- OpenScreen: Free Open-Source Screen Recording Studio
April 06, 2026Create beautiful product demos and walkthroughs with OpenScreen - a free, open-source alternative to Screen Studio for recording screens with automatic zooms, annotations, and professional...
- Google AI Edge Gallery: On-Device AI for Mobile
April 06, 2026Explore Google AI Edge Gallery - run powerful LLMs like Gemma 4 directly on your mobile device with 100% offline privacy. Features Agent Skills, AI...
- Deep-Live-Cam: Real-Time Face Swap with Single Image
April 05, 2026Learn how to set up and use Deep-Live-Cam for real-time face swapping using just a single source image. Supports CUDA, DirectML, CoreML, and OpenVINO.
- Hermes Agent: The Self-Improving AI Agent That Learns From Experience
April 03, 2026- The Agency-Agents Repository: Your Complete AI Team in a Box
April 02, 2026Explore agency-agents, an open-source repository of 157 specialized AI agents across 17 professional divisions, ready to transform how you work, create, and solve problems.
- Claude Opus 4.6 vs Qwen3.6 Plus Preview: A Comprehensive Comparison
April 02, 2026A detailed comparison between Anthropic's Claude Opus 4.6 and Alibaba's Qwen3.6 Plus Preview, analyzing their performance across 48 different tests including reasoning, creativity, and web...
- MiroFish - AI Swarm Intelligence Engine for Predicting the Future
April 01, 2026Explore MiroFish, an open-source multi-agent AI prediction engine that simulates thousands of intelligent agents to predict future outcomes. Learn how to build digital sandboxes for...
- Claude Code - Complete Guide to AI-Powered Coding Assistant
March 31, 2026Master Claude Code in a weekend. Learn slash commands, memory, skills, subagents, MCP servers, and hooks with this comprehensive guide.
- Claude Code Hooks - Complete Event-Driven Automation Guide
March 31, 2026Master Claude Code hooks for event-driven automation. Learn all 25 hook events, 4 hook types, and practical examples for validation, logging, and automation.
- Claude Code MCP Guide - Complete Model Context Protocol Reference
March 31, 2026Master MCP (Model Context Protocol) with Claude Code. Connect to GitHub, databases, Slack, and 20+ external services with OAuth, stdio, HTTP, and WebSocket transports.
- Claude Code Memory Guide - Persistent Context with CLAUDE.md
March 31, 2026Learn how to use Claude Code memory system with CLAUDE.md files. Persistent context across sessions for better AI assistance.
- Claude Code Skills Guide - Build Reusable AI Workflows
March 31, 2026Learn to create Claude Code skills - reusable AI workflows that specialize Claude for your domain. Complete guide with examples.
- Claude Code Slash Commands - Complete Reference Guide
March 31, 2026Master Claude Code slash commands with this complete reference. Learn built-in commands, custom commands, and best practices.
- Claude Code Subagents - Specialized AI Assistants
March 31, 2026Learn to create and use Claude Code subagents - specialized AI assistants for different tasks. Complete guide with examples.
- Context Length in AI Agents - Understanding AI Working Memory
February 28, 2026Understanding context length in AI agents and LLMs. Learn what context window means, how tokens work, and practical examples for developers.
- Advanced Snake Game with Sound Effects and Boost Mechanic
February 21, 2026Learn to build a feature-rich Snake game with Tkinter, procedural sound generation, and boost mechanics.
- Model-Based RL - Learning Environment Models for Planning
February 19, 2026Learn Model-Based Reinforcement Learning. Understand how to learn environment models for planning, explore popular algorithms, and implement toy examples with code.
- Reinforcement Learning for Robotics - Real-World Robot Control
February 18, 2026Learn how Reinforcement Learning is revolutionizing robotics. Explore real-world robot control, sim-to-real transfer, and practical applications with code examples.
- Spring-Mass System Simulation with Pygame - Hooke's Law Physics
February 17, 2026Learn to create an interactive spring-mass system simulation using Pygame. Understand Hooke's Law, physics parameters, and real-time visualization with mouse interaction.
- Top 10 AI Models You Need to Know in 2026 - Complete Guide
February 16, 2026Explore the top 10 AI models dominating the tech landscape in 2026. From GPT-4 to Claude, learn about the most powerful AI systems and their...
- Part 12: Advanced Topics & Future Directions in RL - Series Conclusion
February 12, 2026Explore advanced topics and future directions in Reinforcement Learning. Complete guide with cutting-edge research and practical tips.
- Part 11: Game AI with Reinforcement Learning - Build Intelligent Game Agents
February 11, 2026Learn Game AI with Reinforcement Learning - build intelligent game agents. Complete guide with game environments, self-play, and PyTorch implementation.
- Part 10: Trading Bot with Reinforcement Learning - Build an AI Trader
February 10, 2026Learn to build a Trading Bot using Reinforcement Learning. Complete guide with market environment, reward design, and PyTorch implementation.
- Part 9: Multi-Agent Reinforcement Learning - Training Multiple Agents Together
February 09, 2026Learn Multi-Agent Reinforcement Learning - training multiple agents in shared environments. Complete guide with MADDPG and PyTorch implementation.
- Part 8: Soft Actor-Critic (SAC) - Maximum Entropy Reinforcement Learning
February 08, 2026Learn Soft Actor-Critic (SAC) - a maximum entropy reinforcement learning algorithm. Complete guide with automatic temperature adjustment and PyTorch implementation.
- Part 7: Proximal Policy Optimization (PPO) - State-of-the-Art RL Algorithm
February 07, 2026Learn Proximal Policy Optimization (PPO) - a state-of-the-art reinforcement learning algorithm. Complete guide with clipped objective and PyTorch implementation.
- Part 6: Actor-Critic Methods - Combining Policy and Value Learning
February 06, 2026Learn Actor-Critic Methods - combining policy gradients with value functions. Complete guide with A2C algorithm and PyTorch implementation.
- Part 5: Policy Gradient Methods - Learning Policies Directly
February 05, 2026Learn Policy Gradient Methods - directly optimizing policies in Reinforcement Learning. Complete guide with REINFORCE algorithm and PyTorch implementation.
- Part 4: Deep Q-Networks (DQN) - Neural Networks for Reinforcement Learning
February 04, 2026Learn Deep Q-Networks (DQN) - extending Q-learning with neural networks. Complete PyTorch implementation with experience replay and target networks.
- Part 3: Q-Learning from Scratch - Complete Implementation Guide
February 03, 2026Learn Q-Learning from scratch with complete Python implementation. Understand Q-table, Bellman equation, exploration-exploitation, and practical examples.
- Part 2: Markov Decision Processes Explained - Mathematical Foundation of RL
February 02, 2026Deep dive into Markov Decision Processes (MDPs) - the mathematical foundation of Reinforcement Learning. Learn states, actions, transitions, rewards, and Bellman equations.
- Deep Reinforcement Learning Series - Complete Roadmap and Guide
February 01, 2026Complete roadmap for learning Deep Reinforcement Learning from scratch. Covering theory, frameworks, mathematical foundations, and practical implementations.
- Part 1: Introduction to Reinforcement Learning - Core Concepts and Fundamentals
February 01, 2026Learn fundamentals of Reinforcement Learning from scratch. Understand agents, environments, rewards, and RL loop with practical examples and mathematical foundations.
- Building a Snake Game in Python with Tkinter
January 28, 2026A beginner-friendly tutorial explaining how to build a classic Snake game using Python and Tkinter.
- PyShine clipboard App for two PCs
January 27, 2026A free App that lets you connect two computers and copy paste text and transfer files over the network
- Visualizing Pascal's Law with Python and Pygame
January 10, 2026A detailed beginner-to-intermediate tutorial explaining Pascal’s Law using an interactive Pygame hydraulic press simulation.
- Interactive 3D PSO with a Draggable Target in Python
December 23, 2025A beginner-friendly tutorial explaining how to build an interactive 3D Particle Swarm Optimization (PSO) demo using Matplotlib, keyboard & mouse events, and inter-process communication via...
- Automatically Free a Busy Port in Python Using psutil
December 13, 2025How to detect and safely terminate processes occupying a TCP port in Python using psutil. A beginner-friendly, real-world tutorial.
- AnimeGANv3 ONNX GUI – Complete Beginner's Guide
November 27, 2025Step-by-step beginner-friendly tutorial to use AnimeGANv3 ONNX with a Tkinter GUI for transforming images into anime style.
- High-Resolution ASCII Image Converter in Python – Beginner's Guide
November 26, 2025Learn how to convert images to high-resolution ASCII art in Python. Step-by-step beginner-friendly guide to build a pixel-aligned full-color ASCII converter.
- Convert Images to Animated ASCII Art in Python – Beginner's Guide
November 25, 2025Learn how to convert any image into animated ASCII art using Python and OpenCV. Perfect for beginners exploring image processing and terminal graphics.
- FastAPI Lab 3 – Build a Simple To-Do List API
November 23, 2025Lab 3 beginner-friendly tutorial to create a Simple To-Do List API using FastAPI and Pydantic. Step-by-step guide for beginners.
- Python Avatars – Generate Random SVG Avatars for Beginners
November 21, 2025Beginner-friendly tutorial to create random avatars in Python using python_avatars. Step-by-step guide to generate personalized SVG avatars.
- FastAPI Lab2 – Personalized Jokes API with Categories
November 20, 2025FastAPI Lab 2 – Build a Personalized Jokes API with categories using FastAPI and PyJokes. Beginner-friendly step-by-step tutorial.
- FastAPI Lab1 – Build Your First Joke API
November 17, 2025A complete beginner-friendly FastAPI tutorial. Learn how to build a simple API that returns random jokes using FastAPI and PyJokes.
- Creating Epic Text in Python with PyFiglet
November 15, 2025A beginner-friendly tutorial on using PyFiglet to create stylized ASCII text in Python, with examples, use cases, and importance explained.
- Listening and Talking Clock
November 14, 2025Step-by-step beginner-friendly guide to create a voice-enabled PyGame wall clock with tick sound, date display, TTS time announcement, and STT voice recognition using Vosk.
- Talking Clock Tutorial with Text-to-Speech
November 13, 2025Step-by-step beginner-friendly guide to create a live-updating PyGame wall clock with tick sound, date display, and TTS time announcement feature.
- Wall Clock Tutorial with Tick Sound and Date Display
November 12, 2025Step-by-step beginner-friendly guide to create a live-updating PyGame wall clock with tick sound and date display.
- Garden Data Live Chart Tutorial with Python
November 11, 2025Learn how to create a live-updating Excel chart in Python using Pandas, Matplotlib, and Watchdog. Step-by-step beginner-friendly guide for real-time data vis...
- Real-Time Excel Chart Updater with Python and Watchdog
November 10, 2025Step-by-step beginner-friendly guide to create a live-updating Excel chart using Python's pandas, matplotlib, and watchdog libraries.
- Create Excel Files with Python and pandas
November 09, 2025Step-by-step beginner-friendly tutorial to create Excel workbooks with multiple sheets using Python's pandas library.
- Matrix Rain Animation in Python – Complete Beginner's Guide
November 08, 2025Learn how to create a terminal-based Matrix rain animation in Python. Step-by-step beginner-friendly guide to build the iconic green digital rain effect.
- Create Excel Files with Python – Complete Beginner's Guide
November 07, 2025Learn how to create Excel workbooks with multiple sheets using Python's openpyxl library. Step-by-step tutorial for absolute beginners.
- Animated Flower Tree with Python Turtle – Growing &...
November 06, 2025Learn how to create a beautiful animated tree with growing and falling flowers using Python's Turtle graphics module. Step-by-step tutorial with physics simu...
- Matrix Multiplication Performance Comparison Python vs...
November 05, 2025Learn how to compare matrix multiplication speeds using naive Python, compiled C++, and optimized NumPy.
- Make a Tree with falling Flowers
November 04, 2025Python Turtle Graphics Tutorial to animate falling cherry blossoms
- Make a Tree with Blossoms in Python
November 04, 2025Python Turtle Graphics Tutorial to quickly draw a Tree
- Run C++ Code from Python – Step-by-Step Guide
November 03, 2025Learn how to compile and execute C++ code directly from Python using subprocess and tempfile modules.
- Fractal Tree Generator in Python with Turtle
November 02, 2025Learn how to build a beautiful recursive fractal tree using Python’s turtle graphics module with randomness for natural effects.
- Music Maker with Save Load Clear & Slider
November 01, 2025A deeply detailed beginner-friendly guide to building a complete interactive music maker in Python with Pygame, featuring waveform visualization, save/load, ...
- Mini Paint (Smooth Circular Brush) in Python
October 31, 2025Build a simple interactive painting app with smooth circular brushes using Python and Pygame.
- Music Maker with Save/Load in Python
October 31, 2025Step-by-step beginner-friendly tutorial on building an interactive music maker with Pygame, including save/load functionality.
- Gravitational Time Dilation Simulation in Python
October 30, 2025Interactive simulation showing Earth Clock vs Gravity Clock and how gravity affects time.
- AC to DC conversion Simulation in Python
October 29, 2025This tutorial walks through building a **Full Wave Bridge Rectifier Simulation** using **Python and Pygame**. The simulation visually demonstrates how **AC (...
- How to make a GPS Satellite Simulation in Python
October 24, 2025Gps satellite simulation and visualization in python
- Recursive function to grow TREE in Python
October 24, 2025> A detailed, step-by-step tutorial explaining a Pygame program that draws a Fibonacci-based tree. This tutorial shows how the original recursive growth work...
- How to Make a Zombie Shooter Game in Pygame (Beginner Tutorial)
February 07, 2025Learn how to build a simple Zombie Shooter game step-by-step using Pygame. Perfect for beginners who want to start making games in Python!
- Top AI Coding Assistant Frameworks: Build Your Own Intelligent Coding Assistant (2026)
January 27, 2025Discover the top 16 AI coding assistant frameworks that enable developers to build intelligent coding assistants. Learn about CLINE, TRAE, Superpowers, GitHub Copilot SDK, Microsoft...
- Building an Intelligent Pong Game with Pygame and AI
January 23, 2025In this tutorial, we'll build a complete Pong game using Pygame with intelligent AI opponents.
- Python Cheatsheet Every Learner Must Know - Save Hours of Time
January 17, 2025Master Python programming with this comprehensive cheatsheet. From basic syntax to advanced concepts, save hours of time with quick reference tables and code examples.
- Displaying Remote Application Windows Locally Using SSH...
June 08, 2024In this tutorial, we'll walk you through the steps to display graphical applications running on a remote server on your local machine. This is especially...
- Let's build a copter game
May 31, 2024Learn how to let's build a copter game with this comprehensive Python tutorial.
<li class="ap-item" data-title="let's build a simple "word game inspired by scrabble"" data-desc="in this tutorial, we'll create a simple word game inspired by scrabble that you can play via the command line. the game will allow two players to take turns ..."> Let's build a simple "word game inspired by Scrabble"
May 30, 2024In this tutorial, we'll create a simple word game inspired by Scrabble that you can play via the command line. The game will allow two...
</li> <li class="ap-item" data-title="let's build a simple "battleship" game" data-desc="in this tutorial, we'll create a simple battleship game that you can play via the command line. battleship is a classic two-player game where players take tu..."> Let's build a simple "Battleship" game
May 30, 2024In this tutorial, we'll create a simple Battleship game that you can play via the command line. Battleship is a classic two-player game where players...
</li>- Building a Simple Chess Game in Python
May 26, 2024In this tutorial, we'll create a basic chess game using Python. The game will have a simple text-based interface where players can input their moves....
- What is a Circular or Ring mapper function
May 25, 2024The function is a utility designed to generate a list of numbers based on a given index () within a circular range (). This function...
<li class="ap-item" data-title="let's build a simple "rock, paper, scissors" game" data-desc="let's create a simple "rock, paper, scissors" game where the user can play against the computer. this is a classic game that demonstrates user input, random ..."> Let's build a simple "Rock, Paper, Scissors" game
May 25, 2024Let's create a simple "Rock, Paper, Scissors" game where the user can play against the computer. This is a classic game that demonstrates user input,...
</li> <li class="ap-item" data-title="how to make a simple guess a number game" data-desc="let's create a simple game where the user and the computer can play "guess the number". the computer will randomly select a number within a given range, and ..."> How to make a simple guess a number game
May 24, 2024Let's create a simple game where the user and the computer can play "Guess the Number". The computer will randomly select a number within a...
</li>- Building a Tic-Tac-Toe Game in Python!
May 23, 2024In this tutorial, we'll create a simple Tic-Tac-Toe game in Python where a user can play against the computer. The computer will make random moves....
- Python Tips and Tricks You Must Know - 10 Essential Techniques
May 21, 2024Master Python with these 10 essential tips and tricks. Learn indexing, variable swapping, generators, f-strings, and more to write better Python code.
- Creating a Guess Country from Flag Game in Python (Part 7)
March 20, 2024In this tutorial, we'll create a graphical user interface (GUI) application using PySide6, a Python binding for the Qt toolkit. Our application will display ......
- Creating a ComboBox-Based GUI with PySide6 (Part 3)
March 12, 2024In this tutorial, we'll explore how to create a graphical user interface (GUI) with PySide6 that utilizes combo boxes. Combo boxes are dropdown menus that...
- Interacting with Output Widgets Using Input Widgets in...
March 12, 2024Control the Progress bar with Slider widget and more
- Getting Started with PySide6 Part 1 - Build Your First GUI Application
March 12, 2024Learn PySide6 from scratch! Build your first GUI application with buttons and message boxes. Complete beginner's tutorial with code examples.
- Exploring Tab Widgets in PySide6 (Part 4)
March 12, 2024In this tutorial, we'll delve into the usage of tab widgets in PySide6 to create a multi-tabbed graphical user interface (GUI). Tab widgets allow us...
- Exploring Input Widgets in PySide6 (Part 5)
March 12, 2024In this tutorial, we'll dive into the usage of various input widgets in PySide6 to allow users to interact with our GUI applications. Input widgets...
- Building a Calculator Application with PySide6 Part 2 - Complete Tutorial
March 12, 2024Learn to build a fully functional calculator GUI with PySide6. Handle user input, perform calculations, and create a clean calculator interface.
- Exploring Output Widgets in PySide6 (Part 6)
March 12, 2024In this tutorial, we'll delve into the usage of various output widgets in PySide6 to display information to users in graphical user interface (GUI) applicati......
- How to make PySide6 based GUI
March 11, 2024In the realm of Python GUI (Graphical User Interface) development, libraries play a pivotal role in simplifying the creation of visually appealing and intera...
- How to Earn Money Online Using Python Programming Skills - 10 Proven Ways
January 30, 2024Discover 10 proven ways to monetize your Python programming skills online. From freelancing to building products, learn how to make money with Python.
- Maximizing Solar Panel Efficiency at Home with Python
January 30, 2024In today's world, where sustainable living and cost-effective energy solutions are gaining paramount importance, harnessing the power of solar panels has bec...
- Python Application Frameworks That Boost Your Job Prospects
January 30, 2024Python is a versatile programming language, and its popularity continues to grow. If you're aiming for a rewarding career in software development, mastering ...
- 40 Essential Tips to Write Better Python Code
March 28, 202340 essential tips to write better Python code. Learn best practices for IDE setup, debugging, code quality, and performance optimization.
- What is Singular Value Decomposition (SVD) in Python
March 02, 2023Learn Singular Value Decomposition (SVD) in Python with step-by-step tutorial. Understand matrix factorization and dimensionality reduction.
- How to Make a ChatGPT-like Application with FlexGen - Complete Tutorial
February 23, 2023Learn to build your own ChatGPT-like application using FlexGen for model compression. Step-by-step guide with installation, setup, and running your AI chatbot.
- Python Programming Interview Questions and Answers
February 16, 2023Prepare for Python programming job interviews with common questions and answers. Learn Python concepts and technical interview tips.
- Python Performance Tips - Write Faster and More Efficient Code
February 14, 2023Write faster Python code with these optimization tips and best practices. Learn to use built-in functions, avoid global variables, optimize loops, and improve Python performance....
- NP Problems - Traveling Salesman, Knapsack, and SAT in Python
February 12, 2023Understand NP problems in computer science with Python examples. Learn about Traveling Salesman Problem, Knapsack Problem, and SAT Problem with practical implementations.
- 75+ Good Python Coding Examples for Software Development - Best Practices
February 12, 2023Master Python coding with 75+ practical examples covering best practices, PEP 8 standards, and professional development patterns. Improve your code quality today.
- Quicksort Algorithms in Python - Complete Guide with Multiple Schemes
February 10, 2023Learn Quicksort algorithms in Python with multiple partition schemes. Understand Hoare, Lomuto, randomized, and tail recursive quicksort implementations with code examples.
- How to make an image to text classifier application
September 17, 2022This tutorial is about language classification based gui development with PyQt5 and Pytesseract
- How to extract text from image in Python
September 04, 2022This tutorial is about gui development with PyQt5 and Pytesseract
- How to stream two videos in PyQt5 GUI
September 03, 2022This tutorial is about gui development with PyQt5 and OpenCV
- A simple autofocus application in Python
August 05, 2022This tutorial is about using socket programming to set focus of a webcam
- Learn Python Tips and Tricks Part 03
July 25, 2022Hello friends! Installing any version of Python on any platform is easy. But this easy task becomes cumbersome when you need to work on cross-platforms,...
- Python File Handling - Batch Rename Files and Change Extensions
July 14, 2022Learn Python file handling tips: list files in directory, batch rename file extensions, and automate file management with glob and os modules. Practical Python automation...
- Learn Python Part 01 - Complete Beginner's Guide with Examples
May 28, 2022Start your Python journey with this comprehensive beginner's guide. Learn Python installation, variables, data types, strings, and basic operations with practical examples.
- UDP Single server to multiple clients
May 09, 2022This tutorial is about streaming real-time video to multiple clients over UDP
- How to send video over UDP socket and save it as MP4 at...
May 03, 2022This tutorial is about using OpenCv and UDP sockets for server-client video transfer and saving MP4 at client
- Video streaming and Car Control in Python
May 03, 2022This tutorial is about running Flask Application and Controlling car from Clients' webpage
- FAQs about PyQt5
April 19, 2022You can find important issues and their solutions related to PyQt5 here
- Transfer video over sockets from multiple clients and...
April 17, 2022Videos over Sockets
- How to install TVM on MAC OS
February 27, 2022A quick tutorial for beginners to build from source the TVM in Mac OS
- PyQt5 Terminal Console - Build a Command Line Interface in Python
February 03, 2022Learn to build a terminal console GUI using PyQt5. Create a command-line interface with command history, drag-and-drop support, and custom styling.
- PytQt5 Video and Audio GUI with start and stop buttons
January 17, 2022How to plot audio and video from opencv matplotlib and PyQt5
- Test your audible frequency range in Python
December 12, 2021A quick tutorial to generate audio tones of various frequencies and plot FFT
- How to Split a PDF into Pages in Python with PyPDF2
August 04, 2021Split and cut PDF files into individual pages in Python using PyPDF2. Extract specific pages, divide large PDFs, and automate PDF manipulation with this step-by-step...
- How to parse XML file and save the data as CSV
July 08, 2021A quick tutorial to parse XML files using XML Element Tree
- Video and Text chat in Python
July 07, 2021A quick tutorial to make server-client video and text chat
- How to perform online video processing from the client's...
June 06, 2021This tutorial is about obtaining live frames of a client's camera, process it and provide result back to the client
- How to stream multiple videos on an HTML webpage
May 14, 2021This tutorial is about streaming multiple videos on a webpage using PyShine server
- How to stream video and bidirectional text in socket...
May 04, 2021This tutorial is about streaming video over UDP and text messages over TCP between server and client
- How to easily stream picamera video over wifi with...
April 16, 2021This tutorial is about streaming RPi pi camera video to an HTML page without Flask
- How to easily stream webcam video over wifi with...
April 14, 2021This tutorial is about streaming webcam video to an HTML page without Flask
- How to configure Raspberry Pi in Ad hoc wifi mode
April 14, 2021This tutorial is about configuring RPi in Ad hoc interface
- How to open and show the SQL database file in a PyQt5 GUI
April 08, 2021This tutorial is about using sqlite3 to open, and show the data inside db file
- How to make a simple webcam video recorder GUI in PyQt5
April 08, 2021This tutorial is about using opencv to capture video of webcam in Python
- SQL Database Basics in Python - Complete SQLite3 Tutorial
April 05, 2021Learn SQL database basics in Python using sqlite3. Create tables, insert data, update records, and build database-driven applications with this comprehensive SQLite tutorial.
- Interactive Matplotlib GUI with Data Cursors - PyQt5 Tutorial
April 05, 2021Build interactive data visualization GUIs with Matplotlib and PyQt5 using mpldatacursor. Click on plots to see data values with clickable annotations.
- How to make an image to text GUI in Python
March 26, 2021Extract full text of various languages by using the trained model of the specific language
- How to easily install OpenCv in Raspberry Pi boards
March 17, 2021This tutorial is about installing Open CV library in Raspberry Pi
- How to send audio data using socket programming in Python
February 24, 2021This tutorial is about using PyAudio and TCP sockets for server-client transfer of audio stream
- How to send audio and video using socket programming in...
February 20, 2021This tutorial is about using OpenCV, UDP and TCP sockets for server-client transfer of audio-video streams
- How to send video using UDP socket in Python
February 17, 2021This tutorial is about using OpenCv and UDP sockets for server-client video transfer
- How to make a Matplotlib and PyQt5 based GUI to plot a...
January 31, 2021Making a drag drop CSV file based matplotlib GUI with multiple themes and adding axis selection options
- Play Rock Paper Scissors Game using PyQt5 GUI
January 29, 2021This tutorial is about making a GUI in PyQt5 using OpenCV and Keras to play Rock Paper Scissors Game.
- Virtual Lipstick Try-On App with PyQt5, Dlib and OpenCV
January 21, 2021Build a virtual lipstick try-on app in PyQt5 using Dlib and OpenCV. Detect facial landmarks, apply lipstick colors in real-time, and create an interactive beauty...
- How to send audio from a client computer to a server over...
January 17, 2021This tutorial is about using socket programming to send audio data from Microphone of client to the server.
- Visualize Real-Time Worldwide Earthquakes in Python with Folium
January 16, 2021Visualize real-time worldwide earthquakes in Python using Folium and QuakeFeed API. Create interactive maps with data.
- Faster Video Transfer Over WiFi Using ZeroMQ - Python Tutorial
January 01, 2021Learn how to transfer video over WiFi at 30+ FPS using ZeroMQ Publish/Subscribe pattern. Complete Python tutorial with server and client code.
- How to send and receive live audio using socket...
December 23, 2020This tutorial is about sending and receiving audio data over wifi between server and client.
- Get Audio Frames from Microphone in Python - 5 Lines of Code
December 14, 2020Get audio frames from microphone in Python with 5 lines of code using PyShine library. Simple audio capture tutorial.
- Deploy Flask Video Processing App on PythonAnywhere
December 03, 2020Deploy a Flask video processing application on PythonAnywhere. Learn to build web-based video filters with OpenCV, Flask, and host your Python web app online.
- Working with Multiple Threads in PyQt5 - Complete QThread Guide
November 21, 2020Learn to work with multiple threads in PyQt5 using QThread. Build responsive GUIs with parallel processing, thread synchronization, and proper thread management techniques.
- PyQt5 Live Audio GUI with Start and Stop Thread Management
November 19, 2020Create a PyQt5 live audio GUI with start and stop buttons. Learn QThread management, thread pooling, and how to properly stop threads in PyQt5 applications....
- PyQt5 GUI to Plot Live Audio from Microphone in Real-Time
November 13, 2020Build a PyQt5 GUI to plot live audio from microphone in real-time. Learn Matplotlib with PyQt5 for audio visualization.
- PyQt5 GUI Design and Video Processing with OpenCV
November 07, 2020Create a professional video processing GUI with PyQt5 and OpenCV in Python. Build apps for video editing and real-time processing.
- OpenCV and Real time streaming protocol (RTSP)
November 01, 2020How to obtain video frames from an RTSP stream of video
- Build a Cache Server to Broadcast Drone Video in Python
October 29, 2020Build a cache server to broadcast drone video to multiple clients in Python. Learn video streaming and socket programming.
- Interactive Particle Swarm Optimization Algorithm in Python
October 22, 2020Build an interactive Particle Swarm Optimization algorithm in Python with Matplotlib. Drag targets and watch particles optimize.
- Transfer Video Over Sockets from Multiple Clients in Python
October 16, 2020Learn socket programming with multiple clients in Python. Transfer video over sockets from multiple clients to a server.
- Add Text with Transparent Rectangle Background in OpenCV
October 10, 2020Add text with transparent rectangle background on images using OpenCV in Python. Perfect for object detection labels.
- Multi-Language OCR GUI with Pytesseract and PyQt5
October 08, 2020Build a multi-language OCR GUI in Python using Pytesseract and PyQt5. Extract text from images in 30+ languages with this tutorial.
- Drag and Drop CSV File GUI with Matplotlib and PyQt5
October 01, 2020Create a drag-and-drop CSV file GUI with Matplotlib and PyQt5. Load data files and visualize with multiple plot themes.
- How to Make a Matplotlib and PyQt5 GUI - Complete Tutorial
October 01, 2020Learn to build interactive data visualization GUIs with Matplotlib and PyQt5. Load CSV files, create plots with multiple themes, and customize your data visualization.
- How to Make an OpenCV and PyQt5 GUI for Image Processing
October 01, 2020Build an OpenCV and PyQt5 GUI application for image processing. Learn to adjust brightness, apply blur effects, and create interactive photo editing tools in Python....
- How to make a calculator GUI in python with PyQt5
September 22, 2020Hi friends! this tutorial is about making a calculator application in PyQt5. The calc.ui file contains information about the gui and main.py is all about...
- Free Audio Video Screen Recorder for Windows 10
September 02, 2020Free audio and video screen recorder for Windows 10. Record screen with system audio and microphone using PyShine Recorder.
- Pandas dataframe with hexadecimal and ascii values
September 02, 2020This code will demonstrate how to convert pandas data to numeric form
- How to Track Mario Game Character with OpenCV and Python
September 01, 2020Learn to track Mario game character using OpenCV and Python. Build a real-time object tracking system with computer vision techniques for game automation and analysis....
- Faster and accurate object tracking in Python
September 01, 2020This code will demonstrate opencv based object tracking using the CSRT
- Socket programming to send and receive webcam video
September 01, 2020This code will demonstrate the server client modules to transmit and receive video over wifi
- Difference Between Yield and Return in Python - Complete Guide
August 01, 2020Understand the key differences between yield and return statements in Python. Learn how generators work, when to use yield vs return, with practical code examples....
- Automatically Clean and Organize Windows Desktop with Python
April 18, 2020Automatically organize and clean your Windows desktop with Python. Sort files by extension and remove clutter.
- Plot Real-Time Frame Rate of Webcam in Python with OpenCV
April 08, 2020Plot real-time frame rate of webcam in Python using OpenCV and Matplotlib. Detect faces and monitor FPS performance.
- How to Make a Screen Recorder in Python with PyQt5 - Complete Tutorial
April 01, 2020Build a professional audio and video screen recorder using Python, PyQt5, and FFmpeg. Learn to capture screen, record audio, and save videos on Windows 10....
- How to Make a Piano Application in Python with Pygame
March 03, 2020Create a fully functional piano application in Python using Pygame. Learn to handle keyboard events, play sounds, and build an interactive music app with step-by-step...
- Real-Time Voice Plot in Python with Matplotlib
March 03, 2020Create a real-time voice plot in Python using matplotlib and PyAudio. Learn to capture audio from microphone and visualize sound waves with live plotting.
- Making a Python GUI for Sine and Cosine Plots with Pyqtgraph
February 20, 2020Build a Python GUI application with Pyqtgraph for real-time plotting of sine and cosine waves. Learn PyQt5 integration, animations, and interactive graphs.
- How to Read and Write Excel XLSX Files in Python
February 03, 2020Learn how to read, write, and manipulate Excel .xlsx files in Python using pandas, openpyxl, and xlwings. Complete guide with code examples for data analysis....
- How to Play Piano with Python - Twinkle Twinkle Little Star Tutorial
February 02, 2020Learn how to play piano music using Python and pygame. This tutorial teaches you to play Twinkle Twinkle Little Star with multi-threading and audio files....
- Lab4 Training regression model and Epochs
August 14, 2019Hi there! today we will build a multilayer model. Lets import the necessary components. <li class="ap-item" data-title="lab3 train and test keras model" data-desc="hi there! today we will build a multilayer model that should be like this: ."> Lab3 Train and Test Keras Model
August 13, 2019Hi there! today we will build a multilayer model that should be like this: . </li> <li class="ap-item" data-title="lab2 how to make a basic multilayer keras model" data-desc="hi there! today we will build a multilayer model that should be like this figure: ."> Lab2 How to make a basic multilayer Keras model
August 10, 2019Hi there! today we will build a multilayer model that should be like this figure: . </li>
- With Speech, control the MS Power Point Presentation
September 17, 2018A simple AI application tutorial to control PPTX slides with speech using python
- Basic Coding in TensorFlow
September 17, 2018Before we proceed the basic coding, please note that according to the tensorflow 1.0.0 release notes, tf.mul, tf.sub and tf.neg are deprecated in favor of...
- Lab1 Keras Basic Model
September 17, 2018Today i am going to start a tutorial series about Keras library. Lets visit website of this Deep learning library https://keras.io. Keras is a high-level...
- TensorFlow Basics
September 13, 2018Hi everybody, today i will write about a little introduction to Tensorflow API. Tensorflow is a standard open source library released in 2015 by Google...
- Installing Pytorch in Windows (GPU version)
September 06, 2018A fastest way to install PyTorch in Windows without Conda
- Installing Pytorch in Windows (CPU version)
September 05, 2018A fastest way to install PyTorch in Windows without Conda
- Importance of One Hot Encoding
September 03, 2018Why One Hot Encoding is important for Neural Netwoks
- How to install OpenCV and Python in Windows
September 01, 2018Complete guide to install OpenCV and Python on Windows 7, 10, and 11. Step-by-step instructions with environment setup, pip installation, and verification.
- How to Install Protocol Buffers (Protobuf) on macOS - Complete Guide
August 21, 2018Step-by-step tutorial to install Google Protocol Buffers (Protobuf) on macOS. Fix common brew installation errors and get protoc working in minutes.
</ul> </div> - no-mistakes: A Local Git Proxy That Runs an AI Validation Gate Before Your Push Lands