“In practical terms, this means never facing a blank page. In fact, don’t even try to pound out a first draft. Just throw a bunch of relevant notes into a blank document and experiment with them. Delete some. Then rearrange and reword what remains and give the piece a title. Look for connections between note-islands and explain how they are related.” – Tiago Forte

See: William Zinsser

Related:

Codes will be rewritten (20250729)

  • karpathy on yc
    • software 1.0 = code which programs computer
    • software 2.0 = weights which programs neural net
      • github (in software 1.0) = huggingface (in software 2.0)
    • software 3.0 = prompts which programs LLM
      • LLM = programmable neural net
    • a huge amount of software will be (re-)written
    • llms are like OSs
      • you can run cursor on gpt, claude, or gemini
    • early hints of personal computing v2
      • stacked apple minis at home
    • llms flipped how technology diffuses in society
      • consumer → corporations → government
        • meaning, the latter two are lagging behind
    • llm psychology
      • e.g., it doesn’t consolidate knowledge over sleep
        • it’s like memento
    • llm apps with partial autonomy
    • vibe-coding
      • the easy part: coding
      • the hard part: domain, authentication, payment, etc
        • computer is telling you what to do
    • new category of consumer-manipulator of digital information (i.e., new target to build for) emerged—and why codes will be rewritten (7-1d2a The relation between technology and the problem-situation (i.e., culture and mind) is reflexive)
      • humans (= build GUIs for them)
      • computers (= build APIs for them)
      • new: agents ← computers (= build for these human-like computers)
        • docs for llms >>> docs for people
          • e.g., using markdown
        • actions for llms >>> actions for people
          • e.g., cURL >>> click
          • e.g., MCP (model context protocol) server which provides AI agents a set of tools to call the API (e.g., Stripe)
        • Gitingest >>> github
        • devin deepwiki turns repo into more llm accessible format