> _

[Press any key to skip]

» _
>
AGENTIC_AI_AND_CODING/
IDE_AGENTS/
> Claude_Code PROP
Agentic coding environment for VS Code powered by Claude.
> Google_Antigravity PROP
Agent-first experimental IDE from Google built on Gemini.
> 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.
CHAT_ASSISTANTS_AND_ANSWER_ENGINES/
> Claude PROP
Hosted LLM for reasoning, coding, and system design.
> ChatGPT_OpenAI_API PROP
Hosted LLM API (GPT-4o family) for general reasoning 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.
RESEARCH_AND_BENCHMARKING/
> LMArena OSS
Open benchmarking arena for head-to-head LLM comparisons.
LOCAL_RUNTIME_AND_EMBEDDINGS/
> Ollama OSS
Local model runner that serves LLMs and embeddings via a simple API.
> Ollama_Embeddings OSS
Local embedding models (e.g., nomic, mxbai) for vector search and RAG.
AGENT_FRAMEWORKS_AND_ORCHESTRATION/
> LangChain OSS
Framework for building LLM tools, agents, and chains.
> LangGraph OSS
Graph-based framework for building stateful agent workflows.
> Agent0 OSS
Research framework for self-evolving, tool-using agents.
> n8n SRC
Source-available automation tool for wiring APIs and LLM calls into workflows.
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.
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/
> Sentence_Transformers OSS
Library for generating dense text embeddings.
> spaCy OSS
Industrial-strength NLP toolkit for Python.
> TextBlob OSS
Simple NLP library built on top of NLTK/pattern.
VOICE_AUDIO_AND_TRANSCRIPTION/
SPEECH_TO_TEXT/
> Whisper OSS
Open-source speech recognition model.
> Faster_Whisper OSS
Optimized Whisper implementation for faster inference.
TEXT_TO_SPEECH/
> Coqui_TTS OSS
Neural TTS toolkit for generating synthetic voices.
> Piper OSS
Lightweight local TTS engine.
UI_WEB_AND_EXPERIMENTS/
UI_PROTOTYPING/
> Gradio_UI OSS
Browser UI layer for prototypes and ML demos.
> Tkinter_UI OSS
Desktop UI layer for small internal tools.
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.
PKM_NOTES_AND_RESEARCH/
NOTE_TAKING/
> Obsidian PROP
Local-first Markdown knowledge base with graph and plugin ecosystem.