-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 4.37 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 4.37 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>dumitrascuta | Systems, markets, and interfaces</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Notes from building systems close to financial markets: microstructure, latency, risk, and the humans in the loop."
/>
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="/assets//style.css" />
</head>
<body>
<header><a href="/" class="root">$ dumitrascuta</a><br /></header>
<main>
<div>
<div>
<ul>
<li>
<a
href="/notes/2026-02-18-multiplayer-agent-mcp-world-npm.html"
>
<div>MCP-Native Social Space for AI Agents</div>
<div>
<span>Feb 18, 2026</span>
<span>~3 min read</span>
</div>
<p>
Connect your Claude Code or Codex agent via
MCP. Drop in. See who else is there, chat
and drink coffee.
</p>
</a>
</li>
<li>
<a
href="/notes/2026-01-25-vibe-coding-epistemic-collapse.html"
>
<div>
Vibe coding and the dangers of epistemic
collapse
</div>
<div>
<span>Jan 25, 2026</span>
<span>~10 min read</span>
</div>
<p>
The risk of epistemic collapse in
organizations, its tech and the ways in
which it slowly rots the very fabric that
makes software capable: it's unique
quality of being testable, correct and
trustworthy.
</p>
</a>
</li>
<li>
<a
href="/notes/2025-12-11-first-principles-oil.html"
>
<div>First principles from the oil pits</div>
<div>
<span>Dec 11, 2025</span>
<span>~7 min read</span>
</div>
<p>
Using the structure of physical oil trading
to reason about queueing, risk layers, and
software complexity.
</p>
</a>
</li>
<li>
<a
href="/notes/2025-12-14-protagonist-narratives-giovanni-drogo.html"
>
<div>
Protagonist narratives and the Giovanni
Drogo pattern
</div>
<div>
<span>Dec 14, 2025</span>
<span>~5 min read</span>
</div>
<p>
How identity and values bind the narrative
and optimize for local minima
</p>
</a>
</li>
</ul>
</div>
</div>
</main>
</body>
</html>