Braindump#
This is a braindump of thought to be organized into an article to describe where I think AI is taking us.
The effect of knowledge generation automation will share similarities with the previous automation of manual work and we will observe two distinct classes of knowledge/content: 1. Low added value basic knowledge that was generated with minimal human intervention (the IKEA furniture equivalent of knowledge) 2. Prenium, knowledge which was carefully generated by humans (the equivalent of handcrafted furnitures)
Knowledge will be generated at increasing speed in a self sustaining loop where the R&D to generate new more powerful LLMS will be stimulated by the new capabilities of LLMS
%%{init: {'theme':'base', 'themeVariables': { 'fontSize':'32px'}}}%%
flowchart TD
A[Knowledge Generation Automation] --> B[Two Classes of Content]
B --> C[Low Added Value]
C --> C1[Minimal human intervention]
C1 --> C2[IKEA furniture equivalent]
B --> D[Premium Knowledge]
D --> D1[Carefully crafted by humans]
D1 --> D2[Handcrafted furniture equivalent]
A --> E[Self-Sustaining Loop]
E --> F[Faster knowledge generation]
F --> G[Stimulates R&D for more powerful LLMs]
G --> H[New LLM capabilities]
H --> F
Resource#
- https://chrisloy.dev/post/2025/12/30/the-rise-of-industrial-software super interesting post that draw a parallel between the current knowledge automation with AI and the previous automation in textile which lead to having two categories of good: low effort / low value (created with heavy automation use) v.s. high effort/high value (manually and carefully crafted). They argue that in the particular case of software the R&D will make the artisan niche highly valuable.
%%{init: {'theme':'base', 'themeVariables': { 'fontSize':'32px'}}}%%
flowchart TD
A[Traditional Software] --> B[Craft-based, Expensive, Skilled Labor]
B --> C[AI Coding Tools]
C --> D[Industrialization]
D --> E[First Order Effects]
E --> E1[Lower barriers]
E --> E2[More competition]
E --> E3[Faster change]
D --> F[Second Order Effects]
F --> F1[Disposable Software]
F1 --> F2[Low cost, low value]
F2 --> G[Jevons Paradox]
G --> G1[Efficiency leads to more consumption]
G1 --> H[Historical Warning: Food Industry]
H --> H1[Promised abundance]
H1 --> H2[Delivered obesity crisis]
D --> I[Future Paths]
I --> I1[Mass Production]
I --> I2[Artisan Niche]
I --> I3[Innovation]
I3 --> J[Cycle of Progress]
J --> J1[Innovation]
J1 --> J2[Industrialization]
J2 --> J3[New Foundation]
J3 --> J1
J --> K[Open Question]
K --> K1[Who maintains software no one owns?]
