Skip to main content

Documentation Index

Fetch the complete documentation index at: https://solo-09d10f60.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Idea intake

Enoch does not require ideas to originate in the control plane. The source docs describe an upstream LLM-assisted scouting process that reviewed technical signals, framed candidate experiments, and used Notion as an intake and prioritization surface.

Intake stages

External technical signals
  -> candidate idea card
  -> weighted scoring / prioritization
  -> Notion review surface
  -> queue handoff
  -> Enoch control-plane execution

What an idea card should contain

  • working title
  • hypothesis or question
  • expected mechanism
  • evaluation sketch
  • hardware/software constraints
  • expected evidence type
  • failure or kill criteria
  • why the experiment might matter

What Notion is for

Notion can hold idea cards, scores, status, links, and handoff metadata. It is useful for prioritization and review. Notion is not the execution engine. The Enoch control plane owns runtime state once a queue item exists.

Notion sync

The code repo includes enoch-notion-sync systemd units and a Notion sync helper. Configure Notion credentials through environment files, not committed config.
NOTION_TOKEN=replace-with-token
# NOTION_DATABASE_ID=replace-with-database-id
# NOTION_DATA_SOURCE_ID=replace-with-data-source-id
NOTION_SYNC_MAX_UPDATES=25

What not to overclaim

The scout does not prove novelty, a weight matrix is prioritization rather than objective truth, generated papers are still AI-generated artifacts, and runtime safety comes from the control plane and worker checks.