BLOG

Knowledge Share

Technical articles, tutorials, and insights

Found 68 posts · Page 1/6
open-sourceshadcn-uiadmin-dashboard

Open Source Project #192: shadcn-admin — Vite + shadcn/ui Admin Dashboard Reference Collection, 10+ Pages, RTL Support, Accessibility-First — A UI Reference, Not a Starter Template

satnaing's open-source admin dashboard UI reference collection built on shadcn/ui + Vite + TanStack Router. Includes 10+ pages: Dashboard, Tasks, Users, Chats, Apps, Settings, Help Center. Global search command, light/dark mode, full RTL layout support, Clerk authentication integration. Positioned as a UI reference collection, not a production scaffold. Radix UI foundation ensures accessibility. No Next.js dependency — pure Vite build, lighter and simpler to deploy. 13.9k Stars, MIT.

·6 min read
open-sourceknowledge-graphAI-agent

Open Source Project #193: Semantica — Open-Source Palantir for AI Agents, Knowledge Graph + Deterministic Reasoning + W3C Provenance for Traceable, Auditable, Compliant AI Decisions

semantica-agi's graph-native AI infrastructure layer, positioned as the context and accountability layer for AI agents. Knowledge graph construction (Neo4j/FalkorDB/RDF), deterministic reasoning (Rete/Datalog/SPARQL/forward chaining, no LLM required), W3C PROV-O provenance (every fact traceable to its source), conflict detection and resolution, time-travel snapshots, compliance export (OWL/SHACL/RDF). Not a RAG framework, not a vector database — the explainable decision layer sitting beneath all of them. Integrates with Claude Code, Cursor, Codex, Agno, CrewAI, LangChain, LlamaIndex, and more. 8.2k Stars, MIT.

·8 min read
open-sourceAI-agentdeepseek

Open Source Project #194: deepseek-harness — DeepSeek's AI Agent Development Framework, Everything is a Plugin + PTC Programmatic Composition + Full Trajectory Tracing, 137k Stars

DeepSeek AI's agent development framework built on the Cordis plugin architecture — the kernel manages only plugin lifecycle; everything else (tools, backends, UI) is a swappable plugin. Four modes: Standard (full toolchain), PTC (model writes a TypeScript program to compose operations rather than calling tools step-by-step), Minimal (bare bash + editor for benchmarking), Creative (runtime plugin trials). Append-only session logs capture every system prompt, CoT, tool call, and sub-agent dispatch — supports resume/fork/replay. Single-line launch: npx @deepseek-ai/dsh web. 137.1k Stars, MIT.

·9 min read
open-sourceopentelemetryobservability

Open Source Project #195: OpenTelemetry Demo (Astronomy Shop) — The Official Distributed Observability Sandbox: 12 Languages, 17 Microservices, 13 Fault Switches, Used by 50+ Cloud Vendors for Integration Demos

OpenTelemetry's official demo system — a real e-commerce microservice app called Astronomy Shop that demonstrates Traces/Metrics/Logs across 17 services in 12 languages (.NET/Go/Java/Kotlin/Python/Rust/Ruby/PHP/C++/TypeScript/JavaScript/Elixir). 13 toggleable fault scenarios (memory leaks, CPU spikes, unreachable services, Kafka backlog). Full visualization stack: Grafana + Jaeger + Prometheus. Datadog, Elastic, AWS, GCP, New Relic, and 50+ more vendors use this as their OTel integration demo base. Docker or Helm deploy. 3.3k Stars, Apache-2.0.

·9 min read
open-sourceclaude-codeskill

Open Source Project #190: claude-video — Give Claude Eyes to Watch Videos, One Command to Analyze YouTube/Loom/Local Files, Subtitle-First Zero-Download, Scene-Aware Frame Dedup, Auto Token Budget

Brad Bonanno's Claude Code skill plugin that gives Claude the ability to analyze any video via the /watch command. Seven-step pipeline: yt-dlp download → ffmpeg frame extraction → Whisper transcription → Claude context injection. Subtitle-first optimization (use existing subtitles, skip download entirely), 16×16 thumbnail MAD algorithm for frame deduplication, automatic frame budget scaling by video duration. Four detail modes: transcript/efficient/balanced/token-burner. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and 50+ other agent hosts. 15.2k Stars, MIT.

·7 min read
open-sourceclaude-codeskill

Open Source Project #191: gstack — YC CEO Garry Tan's Open-Source AI Engineering Team, 23 Expert Role Commands Covering the Full Sprint from Idea to Production

Y Combinator CEO Garry Tan's Claude Code skill set that turns Claude Code into a staffed engineering team. 23 professional role commands covering planning, design, review, testing, and release: /office-hours (YC-style product challenge), /plan-ceo-review, /design-shotgun (4-6 design variants for comparison), /qa (real Playwright browser testing), /cso (OWASP + STRIDE security audit), /ship (sync→test→audit→push→PR). Skills pass context to each other, supports 10-15 concurrent sprints, works across Claude Code/Codex/Cursor and 10 other agents. 128k Stars, MIT.

·8 min read
open-sourceAI-agentcoding-agent

Open Source Project #187: Pi — Philosophy-Driven Minimal AI Coding Agent, 86k Stars, 30+ LLM Providers, Unlimited Extensibility

Minimal philosophy-driven AI coding agent harness. 5 npm packages: unified LLM API (30+ providers), agent runtime, TUI library, coding agent CLI, telemetry contracts. Four modes (interactive/print/JSON/RPC/SDK), session branching tree, TypeScript extension system, Skills/Prompt Templates/Pi Packages ecosystem. Deliberately excludes MCP, sub-agents, permission popups, plan mode. TypeScript, MIT, 86k Stars.

·11 min read
open-sourceAI-agentbook

Open Source Project #188: AI Agents in Depth — Li Bojie's Complete Open-Source AI Agent Book, 10 Chapters, 95 Experiments, 35k Stars

Li Bojie's fully open-source book 'AI Agents in Depth: Design Principles and Engineering Practice.' Core formula: Agent = LLM + Context + Tools. 10 chapters building progressively: context engineering, user memory and knowledge bases, MCP tool protocol, coding agents, evaluation frameworks, model post-training (SFT/RL), continuous evolution, multimodal interaction, multi-agent collaboration. 95 hands-on experiments, 13 language versions, free PDF/EPUB download. Python, Apache-2.0, 35k Stars.

·9 min read
open-sourceAI-agentRAG

Open Source Project #189: DeepTutor — Agent-Native Lifelong Learning Workspace, 3-Layer Memory + Multi-Engine RAG + Partners, 33k Stars

Agent-native AI learning workspace from HKUDS (HKU Data Intelligence Lab). Core: a single agent loop drives all modes (Chat/Quiz/Research/Visualize/Solve/Mastery Path). Three-layer memory (L1 event traces / L2 surface summaries / L3 cross-surface synthesis) with a visual Memory Graph tracing every claim to its source. Multi-engine knowledge bases: LlamaIndex/PageIndex/GraphRAG/LightRAG/Obsidian. Partners: persistent AI companions with IM channels (Slack/Discord/Telegram/WeChat/Feishu, etc.). My Agents: drive local Claude Code/Codex as subagents. Python + Next.js, Apache-2.0, 33k Stars.

·11 min read
open-sourceontologyknowledge-graph

Open Source Project #186: Open Ontologies — Rust MCP Server for AI-Native Ontology Engineering, 70+ Tools, Single Binary, No JVM, Builds in 5 Minutes What Takes 4 Hours in Protégé

The Tesseract Academy's Rust MCP server that turns ontology engineering into AI-agent-callable capabilities. 70+ tools covering validation, reasoning, alignment, lifecycle governance, and RAG augmentation. Three-layer architecture: Dynamics (atomic ops + OWL-RL), Causal (causal identification), Planner (PDDL compilation). Tauri 2 + React 19 Studio desktop app with AI chat panel for building production OWL ontologies. Pizza ontology benchmark: 96% coverage in 5 minutes vs. 4 hours manual in Protégé. OAEI anatomy alignment precision 0.960 (3rd globally). Built-in marketplace of 33 standard ontologies including full IES support for UK National Digital Twin Programme. 341 Stars, MIT.

·8 min read
open-sourceLLMinference

Open Source Project #174: AirLLM — Run 70B Models on 4GB GPU, 405B on 8GB, and 2.8-Trillion-Parameter Kimi K3 on 3.7GB

AirLLM breaks the VRAM wall with layer-wise inference: splits transformer models into per-layer shards on disk, loads one layer at a time during inference, releases memory immediately after. No quantization, distillation, or pruning required. Runs 70B to 2.8T parameter models on consumer GPUs. Supports Llama 4, Qwen3, DeepSeek-V3/R1, Kimi K3. Optional 4bit/8bit block-wise compression for ~3x speedup. 25.8k Stars, Apache 2.0, pip install airllm.

·9 min read
open-sourceworkspaceAI-agent

Open Source Project #175: Buzz — Block Rebuilds Team Collaboration on Nostr, Where AI Agents Hold Their Own Cryptographic Identity

Block's open-source team workspace launched July 21, 2026, where humans and AI agents collaborate as equal members in shared channels. Built on Nostr: every agent holds its own cryptographic keypair — identity and history are portable across any Nostr-compatible system. Rust backend, Tauri desktop, supports Claude Code, Codex, Goose. YAML workflow engine, buzz-cli (JSON in/out, machine-first design for LLM tool calls), NIP-34 Git integration. 21.3k Stars, Apache 2.0, self-hostable.

·10 min read