-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (52 loc) · 2.13 KB
/
config.json
File metadata and controls
52 lines (52 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"title": "Visual Explainers",
"subtitle": "Complex topics, explained visually",
"author": "Sunil Dhaka",
"explainers": [
{
"id": "agent-led-growth",
"title": "From SEO to Agent-Led Growth",
"description": "AI agents now browse the internet on behalf of humans, visiting 65+ pages per query. Marketing will never be the same.",
"date": "2026-04-16",
"tags": ["marketing", "ai-agents", "seo", "advertising"],
"link": "agent-led-growth/",
"color": "accent"
},
{
"id": "india-energy-ambitions-gap",
"title": "India's Energy Ambitions vs Reality",
"description": "8,540 energy projects analyzed. The gap between announcing capacity and actually building it is enormous -- and 2030 targets are in trouble.",
"date": "2026-04-13",
"tags": ["energy", "india", "infrastructure", "policy"],
"link": "india-energy-ambitions-gap/",
"color": "warm"
},
{
"id": "strong-towns-machine-builds-danger",
"title": "The Machine That Builds Danger",
"description": "How federal funding, car-centric engineering, and accounting tricks create cities that look prosperous but are slowly bankrupting themselves -- and killing people along the way.",
"date": "2026-03-26",
"tags": ["urbanism", "strong-towns", "infrastructure", "policy"],
"link": "strong-towns-machine-builds-danger/",
"color": "red"
},
{
"id": "karpathy-loopy-era-ai",
"title": "The Loopy Era of AI",
"description": "Andrej Karpathy on code agents, AutoResearch, and what happens when AI starts improving itself -- while humans try to keep up",
"date": "2026-03-22",
"tags": ["ai", "agents", "karpathy"],
"link": "karpathy-loopy-era-ai/",
"color": "purple"
},
{
"id": "blockchain",
"title": "Blockchain, Demystified",
"description": "How a shared notebook that nobody controls and nobody can erase actually works -- from mining to wallets to why it matters.",
"date": "2026-03-22",
"tags": ["crypto", "technology", "fundamentals"],
"link": "blockchain/",
"color": "accent"
}
]
}