concepts
Core ideas, mental models, and technical concepts.
Open concepts →This site publishes the public layer of an Obsidian-backed LLM wiki: concepts, entities, and comparisons connected by internal links, backlinks, and search.
Core ideas, mental models, and technical concepts.
Open concepts →People, tools, APIs, and organizations mentioned across the wiki.
Open entities →Cross-page syntheses filed back from useful questions.
Open comparisons →Use the header search or the dedicated search page to jump quickly between notes and explore the connected structure of the wiki.
Open search →Start with a concept, open linked entities, and use backlinks on note pages to see where ideas recur.
Browse entities →Use a random pick when you want the site to choose a concept, entity, or comparison for you.
Open random page →See which concepts and entities came out of specific source sections like control flow, APIs, or the LLM wiki module.
Open sections →Fresh pages and recently touched notes.
Python List Comprehensions python list comprehensions are a compact way to build a list from another iterable, optionally filtering as you go. In brevvie python ai section 2 contro…
Python Loop Types python loop types compares the main loop forms emphasized in the wiki: for loops, while loops, and python list comprehensions. It is meant to answer the practical…
Python Loops python loops are Python’s main repetition tools. In brevvie python ai section 2 control flow and the treasure hunt, loops are taught through room exploration, torch co…
JavaScript JavaScript is a programming language used heavily for browser and web application development. While it isn't used in the Brevvie Python + AI Crash Course due to its com…
Agent Schema Files agent schema files is the concept behind AGENTS.md and CLAUDE.md in brevvie python ai section 13 build your own llm wiki. The source treats these files as the be…
AI Assisted Coding ai assisted coding is framed across multiple Brevvie Python + AI lessons as acceleration with accountability. In brevvie python ai section 1 setup your ide, the …
Andrej Karpathy andrej karpathy is the source figure behind the llm wiki pattern taught in brevvie python ai section 13 build your own llm wiki. The lesson cites his April 2026 gis…
API Authentication api authentication is a central practical lesson in brevvie python ai section 4 apis postman and calling the web. The source moves from public APIs with no auth,…