Skip to content

Meta

The Idea

The process of creating content can itself be content.

Expanded

When working with AI assistants, the conversation itself - the prompts, the iterations, the decisions made - forms a narrative that others can learn from. Instead of just publishing the “finished product,” document the entire creation process.

This applies to:

  • Building systems with AI help (this very system was built this way)
  • Debugging sessions that reveal thought patterns
  • Design decisions made through dialogue
  • The evolution of ideas through iteration

Why It Matters

  1. Authenticity: Shows real work, not polished facades
  2. Educational: Others learn from the process, not just the result
  3. Efficiency: No separate “documentation” step - work IS documentation
  4. Content multiplication: One work session = multiple content pieces

This Session as Example

This very conversation demonstrates the concept:

  • User wanted a system to capture prompts/ideas/misses
  • The conversation itself is content about building that system
  • Meta-recursion: we’re documenting the documentation system
  • /session-to-blog skill - transforms sessions into posts
  • /thought-dialogue skill - captures thinking process
  • Show Your Work (Austin Kleon) - the philosophy

Content Angle

Multiple posts possible:

Read more

The Prompt

in dev folder of koed I want to gather prompts I wrote, Idea I had, misses we made and write blog contents with those. for example let’s say i am creating blog with you right now, and I want this to be an content at the same time.

What Made It Work

  1. Clear categories: prompts, ideas, misses - three distinct types
  2. Meta-awareness: explicitly stated the conversation itself should be content
  3. Location specified: “dev folder” gave concrete starting point
  4. Open enough: didn’t over-specify, allowed for design discussion

The Response Quality

Good - AI:

  • Proposed directory structure before implementing
  • Asked for confirmation
  • Discovered existing blog skills and built on them
  • Created templates + real first example
  • Documented the system while building it (meta-content)

Content Angle

This prompt/response pair demonstrates:

  • How to scope a system design request
  • Effective prompt structure for creative technical work
  • The value of vague → specific iteration

Could become: “Anatomy of a good system design prompt”

Read more