Learn Python - Free Tutorials & AI Guides

Free Python Tutorials, AI Guides & Coding Projects

RF-DETR: Roboflow's Real-Time Detection Transformer for Object Detection, Segmentation, and Keypoints

RF-DETR: Roboflow's Real-Time Detection Transformer for Object Detection, Seg...

What is RF-DETR RF-DETR is a real-time transformer architecture for object detection, instance segmentation, and keypoint detection developed by Roboflow. It is built on a DINOv2 vision transformer backbone and a Deformable DETR decoder, and it delivers state-of-the-art accuracy and...

Prime Agent: A Self-Improving RLM Harness for Long-Running Coding and Research Work

Prime Agent: A Self-Improving RLM Harness for Long-Running Coding and Researc...

What is Prime Agent Prime Agent is an open-source coding and research agent for general and long-running work, developed by PrimeIntellect. It is designed around two core abstractions: the Recursive Language Model (RLM), which treats context as variables (prompt-as-a-variable) and...

OpenClaude: An Open-Source Coding-Agent CLI for Cloud and Local Model Providers

OpenClaude: An Open-Source Coding-Agent CLI for Cloud and Local Model Providers

What is OpenClaude OpenClaude is an open-source coding-agent command line interface that lets a developer use one terminal workflow across cloud APIs and local model backends. Instead of swapping between vendor CLIs, the user configures providers through a guided /provider...

Claude Commerce Agents: Anthropic's Open-Source Blueprint for Shopping and Merchant AI Agents

Claude Commerce Agents: Anthropic's Open-Source Blueprint for Shopping and Me...

Claude Commerce Agents: Anthropic’s Open-Source Blueprint for Shopping and Merchant AI Agents Anthropic has open-sourced a complete blueprint for building commerce agents on Claude. The repository, anthropics/commerce-agents, provides two fully runnable agents, a shared common library, four industry verticals, and...

WeKnora: Tencent's Open-Source Knowledge Framework with RAG, ReAct Agents and Auto-Wiki

WeKnora: Tencent's Open-Source Knowledge Framework with RAG, ReAct Agents and...

WeKnora: Tencent’s Open-Source Knowledge Framework with RAG, ReAct Agents and Auto-Wiki Introduction Most enterprise “knowledge management” tools are really just keyword search boxes bolted onto a document store. You upload a PDF, type a query, and hope the exact phrase...

CowAgent: Open-Source Super AI Assistant and Agent Harness Reference Implementation

CowAgent: Open-Source Super AI Assistant and Agent Harness Reference Implemen...

CowAgent: Open-Source Super AI Assistant and Agent Harness CowAgent is an open-source super AI assistant that proactively plans tasks, controls your computer and external services, creates and runs Skills, builds a personal knowledge base and long-term memory, and grows alongside...

Buzz: Block's Self-Hosted Workspace Where Humans and AI Agents Build Together

Buzz: Block's Self-Hosted Workspace Where Humans and AI Agents Build Together

Buzz: Block’s Self-Hosted Workspace Where Humans and AI Agents Build Together Buzz is an open-source, self-hostable workspace where humans and AI agents share the same rooms. It is built by Block (the company behind Square and Cash App) and released...

Grok Build: SpaceXAI's Terminal-Based AI Coding Agent in Rust

Grok Build: SpaceXAI's Terminal-Based AI Coding Agent in Rust

Grok Build: SpaceXAI’s Terminal-Based AI Coding Agent xAI has open-sourced Grok Build (grok) — a terminal-based AI coding agent written in Rust. It runs as a full-screen TUI that understands your codebase, edits files, executes shell commands, searches the web,...

DeepSeek Harness: The Everything-Is-a-Plugin Agent Harness Powered by Cordis

DeepSeek Harness: The Everything-Is-a-Plugin Agent Harness Powered by Cordis

DeepSeek Harness: The Everything-Is-a-Plugin Agent Harness DeepSeek AI has released DeepSeek Harness (dsh) — an open-source agent harness that has rocketed to the top of GitHub’s trending chart with 62,300 weekly star gains. The core idea is radical in its...

WeMM-Embedding: Tencent's Universal Multimodal Embedding Family from WeChat Vision

WeMM-Embedding: Tencent's Universal Multimodal Embedding Family from WeChat V...

WeMM-Embedding: Tencent’s Universal Multimodal Embedding Family Embeddings are the backbone of modern search, retrieval, and RAG systems. But most embedding models handle only text, or at best text and images. Tencent’s WeChat Vision team has released WeMM-Embedding — a family...

VoiceStudio: The Open-Source Local ElevenLabs Alternative with 646 Languages

VoiceStudio: The Open-Source Local ElevenLabs Alternative with 646 Languages

VoiceStudio: The Open-Source Local ElevenLabs Alternative Cloud voice services like ElevenLabs are convenient, but they require an account, an API key, and a usage meter. VoiceStudio takes the opposite approach: clone voices, dub videos, dictate, and produce long-form audio entirely...

TimesFM: A Decoder-Only Foundation Model for Time-Series Forecasting

TimesFM: A Decoder-Only Foundation Model for Time-Series Forecasting

TimesFM: A Decoder-Only Foundation Model for Time-Series Forecasting Large language models transformed NLP by pretraining on massive text corpora and then generalizing zero-shot to unseen tasks. Google Research’s TimesFM applies the same recipe to time-series forecasting: pretrain a patched decoder-only...

OpenMAIC: The Open-Source Multi-Agent Interactive Classroom from Tsinghua

OpenMAIC: The Open-Source Multi-Agent Interactive Classroom from Tsinghua

OpenMAIC: The Open-Source Multi-Agent Interactive Classroom Education is the canonical use case for AI agents: a patient teacher that explains, a curious classmate that asks questions, and a rich set of interactive materials — slides, quizzes, simulations — all generated...

Unlimited OCR: Constant KV-Cache for One-Shot Long-Horizon Document Parsing

Unlimited OCR: Constant KV-Cache for One-Shot Long-Horizon Document Parsing

Unlimited OCR: Constant KV-Cache for Long-Horizon Parsing End-to-end OCR models that use a large language model as the decoder have a well-known weakness: as the output sequence grows, the accumulated KV cache drives up memory consumption and progressively slows generation....

pdf-inspector: Fast Rust PDF Classification and Text Extraction

pdf-inspector: Fast Rust PDF Classification and Text Extraction

pdf-inspector: Fast Rust PDF Classification and Text Extraction PDFs are the lingua franca of business documents - invoices, research papers, legal contracts, financial reports - yet extracting structured text from them remains surprisingly painful. The hard problem is not parsing...

colibri: Run 744B MoE Models on Consumer Hardware in Pure C

colibri: Run 744B MoE Models on Consumer Hardware in Pure C

colibri: Run 744B MoE Models on Consumer Hardware in Pure C Frontier language models with hundreds of billions of parameters are normally gated behind hyperscaler-class GPU clusters. A 744B-parameter Mixture-of-Experts model like GLM-5.2 is expected to require multiple H100s and...

MiniMind: Train a 64M-Parameter LLM From Scratch in 2 Hours

MiniMind: Train a 64M-Parameter LLM From Scratch in 2 Hours

MiniMind: Train a 64M-Parameter LLM From Scratch in 2 Hours Most introductions to large language models stop at calling a transformers API: load a pretrained checkpoint, attach a LoRA adapter, and fine-tune on a small dataset. While useful, this skips...

Catch2: The Natural C++ Testing Framework with Expression Decomposition

Catch2: The Natural C++ Testing Framework with Expression Decomposition

Catch2: The Natural C++ Testing Framework with Expression Decomposition Testing C++ code should not feel like writing boilerplate. Catch2, the second most popular C++ unit testing framework according to the 2022 JetBrains C++ ecosystem survey, is built on the principle...

abseil-cpp: Google's Foundation C++ Libraries for the Modern Standard

abseil-cpp: Google's Foundation C++ Libraries for the Modern Standard

abseil-cpp: Google’s Foundation C++ Libraries for the Modern Standard When you use protobuf, gRPC, OpenTelemetry C++, or any of Google’s open-source C++ projects, you are using Abseil. abseil-cpp is Google’s collection of C++ common libraries, battle-tested in Google’s own codebase,...

yaml-cpp: A Complete YAML 1.2 Parser and Emitter in C++

yaml-cpp: A Complete YAML 1.2 Parser and Emitter in C++

yaml-cpp: A Complete YAML 1.2 Parser and Emitter in C++ YAML is the configuration format of choice for countless projects, from Kubernetes manifests to CI/CD pipelines, CLAUDE.md agent instructions, and application configs. Behind many C++ projects that read or write...

meshoptimizer: Making 3D Meshes Smaller and Faster to Render

meshoptimizer: Making 3D Meshes Smaller and Faster to Render

meshoptimizer: Making 3D Meshes Smaller and Faster to Render Every time a GPU renders a 3D triangle, it runs a multi-stage pipeline: fetch vertex data from memory, run the vertex shader, rasterize the triangle into pixels, then run the pixel...

PyShine Screen Recorder: Native C++ Engine for Perfect A/V Sync

PyShine Screen Recorder: Native C++ Engine for Perfect A/V Sync

PyShine Screen Recorder: Native C++ Engine for Perfect A/V Sync Screen recording seems simple until you try to build one. The moment you combine audio and video capture on Windows, you discover the painful realities of thread scheduling, the Python...

Needle 2: A 14MB Foundation Model for Tiny Devices

Needle 2: A 14MB Foundation Model for Tiny Devices

Needle 2: A 14MB Foundation Model for Tiny Devices Needle 2 is an open 45-million-parameter model built by Cactus Compute that does one thing exceptionally well: tool calling. The entire model, weights and engine combined, ships as a single 14MB...

dotnet/skills: Microsoft's 80+ AI Agent Skills for .NET, C#, and MSBuild, Explained

dotnet/skills: Microsoft's 80+ AI Agent Skills for .NET, C#, and MSBuild, Exp...

dotnet/skills: Microsoft’s 80+ AI Agent Skills for .NET, C#, and MSBuild, Explained When Microsoft’s .NET team decided to teach AI coding agents how to work with C#, MSBuild, Blazor, MAUI, and the entire .NET ecosystem, they did not write a...

Watch PyShine on YouTube