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