← Back to Skills Marketplace
jacr6

10000 Year Clock

by José Cuevas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 10000-year-clock
Description
Think at civilization-scale timeframes by asking how decisions look over 10,000 years, countering short-term pathological thinking
README (SKILL.md)

10,000 Year Clock Thinking

Overview

10,000 Year Clock thinking is a framework for long-term perspective developed by the Long Now Foundation (cofounded by Danny Hillis and Stewart Brand). The concept centers on a literal monument: a mechanical clock being built inside a mountain in West Texas, designed to keep accurate time for ten millennia. The clock serves as a "mechanism or myth" to encourage thinking at the timescale of civilizations.

Ten thousand years encompasses roughly the entire span of modern civilization - from the dawn of agriculture to today. Thinking in this timeframe forces radical perspective shifts: quarterly earnings become noise, five-year plans become tactical, and century-scale decisions become urgent. As Brand argues, civilization suffers from "pathologically short attention span" driven by technology acceleration, market-driven economics, and election cycles. The 10,000 Year Clock provides a corrective lens.

When to Use

  • Making decisions with intergenerational consequences (climate, infrastructure, institutions)
  • Designing systems meant to outlast their creators
  • Countering short-term incentives that sacrifice long-term value
  • Evaluating whether urgency is real or manufactured
  • Building for resilience and longevity rather than optimization for current conditions
  • Creating cultural artifacts, knowledge repositories, or foundational technologies
  • Checking if "long-term strategy" is actually just medium-term tactics

The Process

Step 1: State the Decision or Project in Current Terms

Articulate what you're trying to accomplish and the typical timeframe you're considering.

Example: "We're choosing a technology stack for our application - considering maintainability over the next 3-5 years."

Step 2: Expand the Timeframe to 10,000 Years (or 100+ Years)

Ask: "If this had to function/matter for 10,000 years (or realistically, 100+ years), what changes?"

Example: 10,000 year view - Current languages/frameworks won't exist. Technologies that survive will prioritize simplicity, documentation, open standards, and minimal dependencies.

Step 3: Identify What Becomes Trivial vs. What Becomes Critical

Many urgent concerns vanish at long timescales. Conversely, factors you're ignoring become existential.

Becomes trivial: Specific framework performance benchmarks, which vendor is popular today, fitting current team's expertise Becomes critical: Can future people understand it? Is knowledge transferable? Are there minimal external dependencies? Is it based on stable fundamentals?

Step 4: Work Backward to Present - What Should Change Now?

Use long-term insights to inform immediate decisions. You can't literally build for 10,000 years, but the perspective reveals what matters.

Immediate changes: Choose boring, well-documented technologies over cutting-edge. Invest heavily in documentation. Prefer open standards over proprietary solutions. Design for comprehensibility, not just efficiency.

Step 5: Build in Long-Term Mechanisms

Create structures that extend thinking beyond individual tenures: documentation, knowledge transfer, succession planning, adaptability.

Example: Not just "write docs" but "create comprehensive knowledge artifacts assuming no original team member is available for questions."

Example Application

Situation (Long Now Foundation): Civilization's attention span shrinking due to technology, markets, election cycles, and multi-tasking.

Application: Build a physical 10,000 year clock as "charismatic" monument to deep time. Make it impressive enough to become iconic in public discourse - doing for time what Earth-from-space photos did for environmental thinking.

Design decisions:

  • Pure mechanical (no electronics that degrade)
  • Mountain installation (protection from elements/humans)
  • Annual chime with unique melody each year for 10,000 years
  • Requires human winding (encourages pilgrimage and engagement)

Outcome: Clock pealed for first time in 2022. Created framework for long-term thinking, influenced technology leaders (Jeff Bezos funded), spawned cultural conversations about intergenerational responsibility.

Example Application 2

Situation: Government deciding on nuclear waste storage strategy (100,000+ year hazard).

Application (real-world example):

  • 10,000 year view: Languages change, civilizations rise/fall, warning symbols become meaningless. How do we communicate danger to people 300 generations from now?
  • Becomes critical: Passive safety (engineered containment requiring no maintenance), geological stability over millennia, communication systems that transcend language/culture
  • Becomes trivial: Current budget cycles, specific engineering firms, political administration preferences

Solution: Deep geological repositories, multiple redundant warning systems (text in many languages, pictograms, landscape earthworks, "atomic priesthood" concept to pass down oral warnings), stable geology as primary safety mechanism.

Anti-Patterns

  • ❌ Using 10,000 year thinking as excuse for inaction ("it's so long-term, why start now?")
  • ❌ Ignoring that most decisions don't require this timescale (choosing lunch spot doesn't need 10,000 year thinking)
  • ❌ Becoming paralyzed by impossibility of literal 10,000 year planning
  • ❌ Forgetting the framework is a lens for perspective, not a literal engineering requirement
  • ❌ Discarding short-term concerns entirely (survival today enables long-term thinking)
  • ❌ Using long-term framing to justify bad short-term tradeoffs
  • ❌ Building rigid systems rather than adaptable ones (10,000 years guarantees change)

Related

  • cathedral-thinking (multi-generational project planning)
  • lindy-effect (time-tested things likely to endure longer)
  • chesterton-fence (understanding long-term reasons before changing systems)
  • second-order-thinking (considering long-term consequences)
  • antifragility (designing systems that improve with time and stress)
Usage Guidance
This skill is low-risk: it only provides conceptual guidance and needs no credentials or installs. Consider whether you want the agent to invoke it autonomously (the platform default allows that) — if you prefer to review outputs manually, keep autonomous invocation off or only call the skill on demand. Also treat its recommendations as a perspective tool rather than authoritative technical or policy advice; combine with domain-specific analysis when making high-consequence decisions.
Capability Analysis
Type: OpenClaw Skill Name: 10000-year-clock Version: 1.0.0 The skill bundle '10000-year-clock' is purely educational, providing a conceptual framework for long-term thinking based on the Long Now Foundation's philosophy. It contains no executable code, network requests, or instructions that would lead to unauthorized data access or malicious behavior in SKILL.md.
Capability Assessment
Purpose & Capability
The skill's name and description match the SKILL.md content: a conceptual framework for long-term decision-making. It requests no binaries, env vars, or config paths, which is proportionate to a purely advisory skill.
Instruction Scope
SKILL.md contains process steps, examples, anti-patterns, and related concepts. It does not instruct the agent to read files, access credentials, call external services, or transmit data to third parties—scope stays within the advisory lens.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The skill does not request any environment variables, secrets, or external credentials. There are no config path requirements, which is consistent with its advisory intent.
Persistence & Privilege
always is false and there are no requests to modify other skills or system settings. The skill may be invoked autonomously by the agent (platform default), but it does not request elevated or permanent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install 10000-year-clock
  3. After installation, invoke the skill by name or use /10000-year-clock
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release introducing the 10,000-year-clock decision framework. - Provides step-by-step process for applying deep time thinking to decisions. - Includes real-world examples (Long Now Clock, nuclear waste storage). - Lists anti-patterns and related frameworks for broader context. - Designed to help counteract short-termism and encourage resilient, long-term strategies.
Metadata
Slug 10000-year-clock
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 10000 Year Clock?

Think at civilization-scale timeframes by asking how decisions look over 10,000 years, countering short-term pathological thinking. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.

How do I install 10000 Year Clock?

Run "/install 10000-year-clock" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 10000 Year Clock free?

Yes, 10000 Year Clock is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 10000 Year Clock support?

10000 Year Clock is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 10000 Year Clock?

It is built and maintained by José Cuevas (@jacr6); the current version is v1.0.0.

💬 Comments