Smart Notebook

Tue, May 20, 2025, 2:30 AM
  • Been thinking about a document interface that doesn’t ask me to create new files - it’s just there when I open my computer
  • What if tab completion worked for prose the way it works for code in AI-powered IDEs? Not a “suggestion” but the exact thing you wanted to say
  • Tired of having to bounce between apps and losing my train of thought
  • Want a notebook with embedded intelligence - not just Grammarly-style corrections, but something that lets me execute tasks from within the document
<script lang="ts">
	const test = "hey"
</script>
  • Hate the cognitive load of having to decide where to put every new idea - what if the notebook just knew?
  • I’m creating a tool to build itself - want to use the notebook to generate the code that improves the tool
  • When I open my computer in the morning, I want preloaded mental context - not just a blank page

Not another note-taking app. It’s a place to think that lets me execute complex tasks without switching context. I can run code, use language models inline, and compile artifacts - all without leaving the document.