# thinkinglabs > Personal thinking surface. Markdown source-of-truth at https://github.com/flaming-codes/thinkinglabs. Every page below renders from `content//`. ## Pages - [Home](/): Site root and entry points. - [Now](/now): What I'm currently focused on. - [About](/about): About this site and the author. - [For agents](/agents): MCP server, llms.txt, JSON APIs, and feed surfaces. - [Contact](/contact): Human-readable contact surface. - [Calibration](/predictions/calibration): Stated confidence vs realized accuracy. - [Graph](/graph): Full-screen 3D rendering of the knowledge network. ## Listings - [Claims](/claims): Atomic structured claims with confidence and evidence. - [Thoughts](/thoughts): Long-form prose, by recency. - [Inputs](/inputs): External material that shaped thinking. - [Observations](/observations): Short first-party notes about what seems to be happening. - [Projects](/projects): Active and dormant work, grouped by status. - [Predictions](/predictions): Falsifiable predictions, pending and resolved. - [Changed my mind](/changed-my-mind): Belief revisions, by date. - [Decisions](/decisions): ADR-style public decisions. - [Questions](/questions): Open questions I'm stuck on. - [Posts](/posts): Long-form evergreen posts with per-section freshness. ## Detail patterns - [Claim detail](/claims/): Single claim page with confidence history. - [Input detail](/inputs/): Single input page. - [Observation detail](/observations/): Single observation page. - [Thought detail](/thoughts/): Single thought page. - [Project detail](/projects/): Single project page. - [Prediction detail](/predictions/): Single prediction page. - [Changed-my-mind detail](/changed-my-mind/): Single belief-revision page. - [Decision detail](/decisions/): Single decision page. - [Question detail](/questions/): Single question page. - [Post detail](/posts/): Single post page. ## JSON APIs - [Claims JSON](/api/claims.json): All claims as JSON. - [Thoughts JSON](/api/thoughts.json): All thoughts as JSON. - [Inputs JSON](/api/inputs.json): All inputs as JSON. - [Observations JSON](/api/observations.json): All observations as JSON. - [Projects JSON](/api/projects.json): All projects as JSON. - [Predictions JSON](/api/predictions.json): All predictions as JSON. - [Changed-my-mind JSON](/api/changed-my-mind.json): All belief revisions as JSON. - [Decisions JSON](/api/decisions.json): All decisions as JSON. - [Questions JSON](/api/questions.json): All open questions as JSON. - [Posts JSON](/api/posts.json): All posts as JSON. - [Prediction calibration embed JSON](/api/embed/prediction-calibration-logger.json): Static payload for the local calibration embedded tool. ## Data files - [Contact JSON](/contact.json): Structured contact surface. - [llms.txt](/llms.txt): Agent-readable surface index. - [Remote MCP endpoint](https://mcp.thinkinglabs.run/mcp): Streamable HTTP MCP server in stateless mode; exposes public resources and tools without cloning the repo. ## Feeds - [Predictions resolved](/feed/predictions-resolved.json): JSON Feed 1.1 for predictions transitioning out of pending (regenerated every site build). - [Claims revised](/feed/claims-revised.json): JSON Feed 1.1 for claims with non-active status or supersedes/superseded_by links (regenerated every site build). - [Decisions reversed](/feed/decisions-reversed.json): JSON Feed 1.1 for decisions marked reversed/superseded or with a `reverses` link (regenerated every site build).