Skip to content

Commit e0fecdd

Browse files
committed
doc: DESIGN
1 parent 49f5cbf commit e0fecdd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

DESIGN.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Design
2+
======
3+
4+
## Methodology.
5+
6+
1. Make it work.
7+
2. Simplify / delete.
8+
3. Optimize. Make it efficient/fast.
9+
10+
## Philosophy.
11+
12+
1. Minimum lines of code possible. This is the ultimate test of intelligence. Intelligence is compression and prediction in one. Can you produce a world model which is the smallest most accurate thing? This is what good code looks like - the smallest most functional thing.
13+
14+
This has many advantages. Fewest lines of code for same functionality. Purer more functional code. More auditable. More extensible more easily without additional abstraction loading.
15+
16+
2. Discover the core primitives through distillation.
17+
18+
3. > "Show me your [code] and conceal your [data structures], and I shall continue to be mystified. Show me your [data structures], and I won't usually need your [code]; it'll be obvious."

0 commit comments

Comments
 (0)