Software Engineering

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 23 3:27
Editor
Edited
Edited
2026 Jan 21 11:19

Software Development

Software is a harness for computation

  • Write code and experiment instead of talking and planning
  • Keep experimental and mock data alongside production code
  • Minimize restart times and restart the project often
  • Compose functions and flow data through pipes
Software Engineering Notion
 
 
Software Engineering Usages
 
 
 
 
AI has compressed the time from idea → working app from weeks/months to hours. As a result, software is becoming more like content rather than just a utility. However, while content quickly fades, software accumulates value once built.

Interactive high-velocity style development rules

Objective

  • Functionally complete and useful even without new features.
  • No security flaws and no additional patches needed.
  • Minimal external dependencies at runtime (independent).
 
 

Recommendations