> _

[Press any key to skip]

» _
>
AGENTIC_AI_AND_CODING/
IDE_AGENTS/
> Claude_Code PROP
Agentic coding environment for VS Code powered by Claude.
Google's agent-first IDE built on Gemini, focused on autonomous multi-file coding tasks.
> Cursor PROP
AI-driven code editor focused on pair-programming and refactors.
> Roo_Code OSS
Open-source VS Code agent that can run long coding sessions under human approval.
> Cline OSS
Open-source VS Code agent that reads/writes files and runs commands via LLMs.
> Codex_CLI OSS
OpenAI's terminal-native coding agent. Runs GPT-5.2 Codex with full file and shell access from the command line.
CHAT_ASSISTANTS_AND_ANSWER_ENGINES/
> Claude PROP
Hosted LLM for reasoning, coding, and system design.
Hosted LLM API (GPT-5.2 family) for general reasoning, coding agents, and production pipelines.
> Perplexity PROP
AI answer engine combining LLMs with live web search.
> Google_Gemini PROP
Google's Gemini assistant for chat, coding, and search-like tasks.
> Open_WebUI OSS
Self-hosted ChatGPT-like interface for local and cloud models with 282M+ downloads. Supports Ollama and OpenAI-compatible APIs.
RESEARCH_AND_BENCHMARKING/
> LMArena OSS
Open benchmarking arena for head-to-head LLM comparisons.
LOCAL_RUNTIME_AND_EMBEDDINGS/
> Ollama OSS
Open-source platform for running LLMs and embeddings locally. Supports hundreds of models via CLI and API.
Local embedding models (e.g., nomic, mxbai) for vector search and RAG.
> QLoRA_PEFT OSS
Parameter-efficient fine-tuning techniques that enable training large models on consumer GPUs.
AGENT_FRAMEWORKS_AND_ORCHESTRATION/
> LangChain OSS
Framework for building LLM tools, agents, and chains.
> LangGraph OSS
Graph-based framework for building stateful agent workflows.
> Agent_Zero OSS
Open-source autonomous agent framework with multi-model support, persistent memory, and tool use.
> n8n SRC
Source-available automation tool for wiring APIs and LLM calls into workflows.
> OpenClaw OSS
Node.js agent harness with multi-channel messaging, tool orchestration, cron scheduling, and persistent memory.
> CrewAI OSS
Framework for orchestrating role-based multi-agent teams with structured task delegation.
> MCP STD
Emerging open standard for connecting LLMs to external tools and data sources via a unified protocol.
LANGUAGES_AND_CORE_TECH/
PROGRAMMING_LANGUAGES/
> Python OSS
Primary language for agents, backends, and data tooling.
> JavaScript OSS
Web language for frontend logic and browser games.
> C_Plus_Plus OSS
Compiled language for performance-sensitive components.
> SQL STD
Standard query language for relational data.
WEB_FOUNDATIONS/
> HTML_and_CSS STD
Core web standards for structure and styling.
> Canvas_API STD
Browser drawing API for 2D rendering and games.
> WebGL STD
Browser standard for GPU-accelerated 3D graphics.
DATA_AND_CONFIG_FORMATS/
> JSON STD
Ubiquitous text format for structured data interchange.
> YAML OSS
Human-friendly config/serialization format.
> TOML OSS
Minimal config format used in modern Python tooling.
BACKEND_APIS_AND_CLI/
WEB_FRAMEWORKS/
> FastAPI OSS
Async Python web framework for high-performance APIs.
> Flask OSS
Lightweight Python micro-framework for quick services.
CLI_AND_DESKTOP_FRAMEWORKS/
> Typer OSS
Library for building modern CLIs from Python type hints.
> Tkinter OSS
Built-in GUI toolkit for simple desktop applications.
> Gradio OSS
Library for turning Python functions into browser-based apps.
DATA_STORAGE_AND_RETRIEVAL/
RELATIONAL_DATABASES/
> SQLite PD
Embedded SQL database for lightweight local storage.
VECTOR_SEARCH/
> ChromaDB OSS
Vector database designed for LLM retrieval and RAG.
> FAISS OSS
Library for fast similarity search over dense vectors.
> HNSWLib OSS
Implementation of HNSW graphs for approximate nearest neighbor search.
> Qdrant OSS
High-performance vector database with filtering, payloads, and hybrid search. Supports both embedded and client-server modes.
GRAPH_SYSTEMS/
> Neo4j OSS
Graph database for connected data and Cypher queries.
> NetworkX OSS
Python library for graph algorithms and analysis.
> PyVis OSS
Library for interactive graph visualizations via Vis.js.
> CytoscapeJS OSS
JavaScript library for rich graph/network visualization.
LANGUAGE_EMBEDDINGS_AND_NLP/
NLP_LIBRARIES/
Library for generating dense text embeddings.
> spaCy OSS
Industrial-strength NLP toolkit for Python.
VOICE_AUDIO_AND_TRANSCRIPTION/
SPEECH_TO_TEXT/
> Whisper OSS
Open-source speech recognition model.
Optimized Whisper implementation for faster inference.
TEXT_TO_SPEECH/
> Piper OSS
Lightweight local TTS engine.
UI_WEB_AND_EXPERIMENTS/
UI_PROTOTYPING/
> Gradio_UI OSS
Browser UI layer for prototypes and ML demos.
BROWSER_GAMES/
> Custom_HTML5_Engines PRJ
Personal JS/Canvas/WebGL engines for FPS and arcade-style games.
DEV_ENVIRONMENT_AND_COLLAB/
EDITORS_AND_IDE/
> VS_Code SRC
Source-available editor (with proprietary build) used as the main coding cockpit.
VERSION_CONTROL_AND_HOSTING/
> Git OSS
Distributed version control system for all projects.
> GitHub PROP
Hosted Git platform for repos, issues, and docs.
CONTAINERIZATION_AND_SERVICES/
> Docker OSS
Containerization platform for reproducible development and deployment environments.
PKM_NOTES_AND_RESEARCH/
NOTE_TAKING/
> Obsidian PROP
Local-first Markdown knowledge base with graph and plugin ecosystem.