Python Iceberg
Summary
A personal project by Alex Yankov that visualizes layered levels of obscure and deep Python knowledge, from common features to hidden language behaviors.
View Cached Full Text
Cached at: 09/06/26, 08:43 PM
Similar Articles
Understand Anything – Graphs that teach the codebase
Understand Anything is an AI-powered tool that generates interactive knowledge graphs from codebases, showing structure, dependencies, and business logic to help developers understand their code.
@0xclayn: YOUR OBSIDIAN VAULT HAS A HIDDEN 3D SHAPE, AND IT KNOWS EXACTLY WHERE YOUR BLIND SPOTS ARE. Inspired by Blake Crosley a…
This thread describes how to plot thousands of Obsidian notes into a 3D semantic embedding space using model2vec and UMAP to reveal hidden patterns and blind spots in one's thinking.
I drew the entire AI stack on one page... and it's mostly not models.
The author proposes a five-layer AI stack pyramid—foundations, data, models, agents, and applications—to argue that progress depends on more than just model capabilities. The article invites discussion on the placement of evaluation and interpretability within this architecture.
@PythonHub: Graphify-Labs / graphify Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge g…
Graphify is an open-source tool that turns codebases, docs, SQL schemas, configs, and PDFs into a queryable knowledge graph for AI coding assistants like Claude Code, Cursor, Codex, and Gemini CLI, using local deterministic AST parsing with no vector store.
Graphify-Labs/graphify
Graphify maps an entire project (code, docs, PDFs, images, videos) into a knowledge graph that can be queried via an AI coding assistant, using tree-sitter AST for local code parsing.