Public knowledge base

Explore a linked wiki published from markdown.

This site publishes the public layer of an Obsidian-backed LLM wiki: concepts, entities, and comparisons connected by internal links, backlinks, and search.

What’s here

86 public pages
101 tags
3 collections
concepts

concepts

Core ideas, mental models, and technical concepts.

59 pages

Open concepts →
entities

entities

People, tools, APIs, and organizations mentioned across the wiki.

25 pages

Open entities →
comparisons

comparisons

Cross-page syntheses filed back from useful questions.

2 pages

Open comparisons →

Search and follow links

Use the header search or the dedicated search page to jump quickly between notes and explore the connected structure of the wiki.

Open search →

How to use this site

Start with a concept, open linked entities, and use backlinks on note pages to see where ideas recur.

Browse entities →

Feeling indecisive?

Use a random pick when you want the site to choose a concept, entity, or comparison for you.

Open random page →

Browse by course section

See which concepts and entities came out of specific source sections like control flow, APIs, or the LLM wiki module.

Open sections →

Recently updated

Fresh pages and recently touched notes.

concept

Python List Comprehensions

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…

comparison

Python Loop Types

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…

concept

Python Loops

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…

concept

JavaScript

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…

concept

Agent Schema Files

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…

concept

AI-Assisted Coding

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 …

entity

Andrej Karpathy

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…

concept

API Authentication

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,…