-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwritings.html
More file actions
317 lines (292 loc) · 21.9 KB
/
writings.html
File metadata and controls
317 lines (292 loc) · 21.9 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Technical articles and writings by Imran Siddique on Agentic AI Architecture, LLM Governance, Autonomous Systems, and Scale by Subtraction methodology. Read about The Mute Agent, Agent Control Plane, and production AI patterns.">
<meta name="keywords" content="Imran Siddique, AI Articles, Agentic Architecture, LLM, Scale by Subtraction, The Mute Agent, Agent Control Plane, AI Governance, Technical Blog, Medium, Dev.to">
<meta name="author" content="Imran Siddique">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://imransiddique.com/writings.html">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://imransiddique.com/writings.html">
<meta property="og:title" content="Technical Writings on Agentic AI - Imran Siddique">
<meta property="og:description" content="Articles on Agentic AI Architecture, LLM Governance, and Scale by Subtraction. The Mute Agent, Agent Control Plane, and more.">
<meta property="og:site_name" content="Imran Siddique">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@mosiddi">
<meta name="twitter:title" content="Technical Writings on Agentic AI - Imran Siddique">
<meta name="twitter:description" content="Articles on Agentic AI Architecture, LLM Governance, and Scale by Subtraction methodology.">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Blog",
"name": "Imran Siddique's Technical Writings",
"description": "Articles on Agentic AI Architecture, LLM Governance, and Software Engineering",
"author": {
"@type": "Person",
"name": "Imran Siddique",
"url": "https://imransiddique.com"
},
"blogPost": [
{"@type": "BlogPosting", "headline": "The Mute Agent: Why Your AI Needs to Shut Up and Listen to the Graph"},
{"@type": "BlogPosting", "headline": "The Agent Control Plane: Why Intelligence Without Governance Is a Bug"},
{"@type": "BlogPosting", "headline": "The End of Chat: Why AI Interfaces Must Be Polymorphic"}
]
}
</script>
<title>Technical Writings on Agentic AI & Scale by Subtraction | Imran Siddique</title>
<link rel="stylesheet" href="styles-new.css">
</head>
<body>
<nav class="navbar">
<div class="container">
<a href="index.html" class="logo">Imran Siddique</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="agent-mesh-docs/index.html">AgentMesh</a></li>
<li><a href="writings.html" class="active">Writings</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
<svg class="sun-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="5"></circle>
<path d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"></path>
</svg>
</button>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<main>
<section class="hero-small">
<div class="container">
<h1 class="fade-in">Writings & Articles</h1>
<p class="hero-subtitle fade-in">Exploring the future of AI systems and software architecture</p>
</div>
</section>
<section class="content-section">
<div class="container">
<div class="writings-intro">
<p class="lead">I write about the intersection of Systems Engineering and Agentic AI, challenging conventional wisdom and sharing practical patterns for building production-ready autonomous systems.</p>
</div>
<div class="signature-series-section">
<h2>✍️ The "Scale by Subtraction" Collection</h2>
<p class="section-subtitle">These articles define my approach to Engineering Leadership and Agentic Architecture</p>
<div class="articles-grid">
<article class="article-card">
<div class="article-number">01</div>
<h3>The Mute Agent: Why Your AI Needs to Shut Up and Listen to the Graph</h3>
<p class="article-tagline">"Stop trying to prompt-engineer safety. Shift the burden of constraints from the probabilistic LLM to the deterministic Knowledge Graph."</p>
<div class="article-concepts">
<span class="concept-tag">Semantic Firewalls vs. Guardrails</span>
<span class="concept-tag">Deterministic Routing</span>
<span class="concept-tag">Zero-Hallucination Architectures</span>
</div>
</article>
<article class="article-card">
<div class="article-number">02</div>
<h3>The Agent Control Plane: Why Intelligence Without Governance Is a Bug</h3>
<p class="article-tagline">"We don't ask microservices 'nicely' to respect rate limits; we enforce it. Why are we treating AI agents differently? It's time to build the Kernel for the AI OS."</p>
<div class="article-concepts">
<span class="concept-tag">Identity & Topology Management</span>
<span class="concept-tag">The "No-Fly" List for Autonomous Systems</span>
<span class="concept-tag">Managed Compute</span>
</div>
</article>
<article class="article-card">
<div class="article-number">03</div>
<h3>The End of "Chat": Why AI Interfaces Must Be Polymorphic</h3>
<p class="article-tagline">"Chat is a negotiation protocol, not a consumption interface. The future of AI isn't a better text box; it's a Just-in-Time UI that adapts to the data it presents."</p>
<div class="article-concepts">
<span class="concept-tag">Polymorphic Interfaces</span>
<span class="concept-tag">Generative UI SDKs</span>
<span class="concept-tag">Computing AI</span>
</div>
</article>
<article class="article-card">
<div class="article-number">04</div>
<h3>Inside Loop 2: Catching the "Lazy" Agent</h3>
<p class="article-tagline">"The most dangerous agent isn't the one that hallucinates; it's the one that quietly gives up. Here is how we instrument 'laziness' as a metric."</p>
<div class="article-concepts">
<span class="concept-tag">The "Safe Failure" Trap</span>
<span class="concept-tag">Outcome Analyzers</span>
<span class="concept-tag">Self-Correction Loops</span>
</div>
</article>
</div>
</div>
<div class="key-topics-section">
<h2>🎯 Key Topics I Write About</h2>
<div class="topics-grid">
<div class="topic-card">
<div class="topic-icon">🏗️</div>
<h3>Agentic Architecture & Governance</h3>
<p>Focusing on the <em>Control Plane</em> rather than just the model. How do we build "Kubernetes for Agents"? How do we enforce permissions, identity, and topology in a non-deterministic environment?</p>
</div>
<div class="topic-card">
<div class="topic-icon">🕸️</div>
<h3>Knowledge Graphs & Context Engineering</h3>
<p>The belief that <em>Context</em> is the new code. Using Graph RAG and Semantic Layers to ground AI reasoning in deterministic truth rather than probabilistic training data.</p>
</div>
<div class="topic-card">
<div class="topic-icon">🧠</div>
<h3>Cognitive Ergonomics (Scale by Subtraction)</h3>
<p>Designing systems—both human and synthetic—that scale by removing friction and noise. Applying the "Via Negativa" philosophy to software architecture and organizational leadership.</p>
</div>
<div class="topic-card">
<div class="topic-icon">🔄</div>
<h3>The Inference Trap</h3>
<p>Why "thinking" is technical debt. Engineers are throwing massive reasoning models at problems that are actually just retrieval problems. The 80-90% lookup, 10-20% reasoning ratio for optimal performance.</p>
</div>
<div class="topic-card">
<div class="topic-icon">🛡️</div>
<h3>Semantic Firewalls</h3>
<p>Using multidimensional knowledge graphs to block hallucinations before they happen. Don't detect hallucinations after generation—prevent them structurally before they reach users.</p>
</div>
<div class="topic-card">
<div class="topic-icon">🔇</div>
<h3>Silent Swarms & Headless Agents</h3>
<p>Language is for humans. Code is for machines. Why the best agents are the ones that can't talk. Function over form in multi-agent coordination.</p>
</div>
</div>
</div>
<div class="platforms-section">
<h2>📝 Where I Write</h2>
<div class="platforms-grid">
<a href="https://medium.com/@isiddique" target="_blank" rel="noopener noreferrer" class="platform-card">
<div class="platform-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M13.54 12a6.8 6.8 0 01-6.77 6.82A6.8 6.8 0 010 12a6.8 6.8 0 016.77-6.82A6.8 6.8 0 0113.54 12zM20.96 12c0 3.54-1.51 6.42-3.38 6.42-1.87 0-3.39-2.88-3.39-6.42s1.52-6.42 3.39-6.42 3.38 2.88 3.38 6.42M24 12c0 3.17-.53 5.75-1.19 5.75-.66 0-1.19-2.58-1.19-5.75s.53-5.75 1.19-5.75C23.47 6.25 24 8.83 24 12z"/>
</svg>
</div>
<h3>Medium</h3>
<p class="platform-handle">@isiddique</p>
<p class="platform-description">Deep dives into agentic systems, architectural patterns, and the philosophy of Scale by Subtraction. Challenging conventional AI wisdom with practical, battle-tested approaches.</p>
<span class="platform-link">Read on Medium →</span>
</a>
<a href="https://dev.to/mosiddi" target="_blank" rel="noopener noreferrer" class="platform-card">
<div class="platform-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M7.42 10.05c-.18-.16-.46-.23-.84-.23H6l.02 2.44.04 2.45.56-.02c.41 0 .63-.07.83-.26.24-.24.26-.36.26-2.2 0-1.91-.02-1.96-.29-2.18zM0 4.94v14.12h24V4.94H0zM8.56 15.3c-.44.58-1.06.77-2.53.77H4.71V8.53h1.4c1.67 0 2.16.18 2.6.9.27.43.29.6.32 2.57.05 2.23-.02 2.73-.47 3.3zm5.09-5.47h-2.47v1.77h1.52v1.28l-.72.04-.75.03v1.77l1.22.03 1.2.04v1.28h-1.6c-1.53 0-1.6-.01-1.87-.3l-.3-.28v-3.16c0-3.02.01-3.18.25-3.48.23-.31.25-.31 1.88-.31h1.64v1.3zm4.68 5.45c-.17.43-.64.79-1 .79-.18 0-.45-.15-.67-.39-.32-.32-.45-.63-.82-2.08l-.9-3.39-.45-1.67h.76c.4 0 .75.02.75.05 0 .06 1.16 4.54 1.26 4.83.04.15.32-.7.73-2.3l.66-2.52.74-.04c.4-.02.73 0 .73.04 0 .14-1.67 6.38-1.8 6.68z"/>
</svg>
</div>
<h3>Dev.to</h3>
<p class="platform-handle">@mosiddi</p>
<p class="platform-description">Technical tutorials, implementation guides, and code examples. From conceptual architecture to production-ready implementations of agentic systems.</p>
<span class="platform-link">Read on Dev.to →</span>
</a>
<a href="https://www.linkedin.com/in/imransiddique1986/" target="_blank" rel="noopener noreferrer" class="platform-card">
<div class="platform-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</div>
<h3>LinkedIn</h3>
<p class="platform-handle">@imransiddique1986</p>
<p class="platform-description">Thought leadership on AI, ML, distributed systems, and engineering leadership. Sharing insights from 15+ years of building enterprise-scale systems.</p>
<span class="platform-link">Connect on LinkedIn →</span>
</a>
</div>
</div>
<div class="philosophy-section">
<h2>💭 My Writing Philosophy</h2>
<div class="philosophy-quotes">
<blockquote>
<p>"If your agent is 'thinking' for every request, you haven't built an agent; you've built a philosophy major. In production, we need engineers, not philosophers."</p>
</blockquote>
<blockquote>
<p>"The smartest systems aren't the ones that compute the most—they're the ones that know when NOT to compute."</p>
</blockquote>
<blockquote>
<p>"Don't detect hallucinations after generation—prevent them structurally before they reach users."</p>
</blockquote>
<blockquote>
<p>"Language is for humans. Code is for machines. Keep them separate."</p>
</blockquote>
<blockquote>
<p>"Stop judging agents by how well they chat. Start judging them by how well they shut up and work."</p>
</blockquote>
</div>
</div>
<div class="cta-section">
<h2>Stay Updated</h2>
<p>Follow me on your preferred platform to get notified about new articles, insights, and open source projects.</p>
<div class="cta-buttons">
<a href="https://medium.com/@isiddique" target="_blank" rel="noopener noreferrer" class="btn-primary">Follow on Medium</a>
<a href="https://dev.to/mosiddi" target="_blank" rel="noopener noreferrer" class="btn-primary">Follow on Dev.to</a>
<a href="https://www.linkedin.com/in/imransiddique1986/" target="_blank" rel="noopener noreferrer" class="btn-primary">Connect on LinkedIn</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<a href="index.html" class="logo">Imran Siddique</a>
<p>Principal Software Engineer at Microsoft. Building the future of autonomous AI systems through Scale by Subtraction.</p>
<div class="footer-social">
<a href="https://github.com/imran-siddique" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
<a href="https://www.linkedin.com/in/imransiddique1986/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</a>
<a href="https://twitter.com/mosiddi" target="_blank" rel="noopener noreferrer" aria-label="Twitter">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
</div>
</div>
<div class="footer-section">
<h4>Navigation</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="writings.html">Writings</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Projects</h4>
<ul>
<li><a href="https://github.com/imran-siddique/agent-os" target="_blank" rel="noopener noreferrer">Agent OS</a></li>
<li><a href="https://github.com/imran-siddique/agent-mesh" target="_blank" rel="noopener noreferrer">AgentMesh</a></li>
<li><a href="https://github.com/imran-siddique/agent-sre" target="_blank" rel="noopener noreferrer">Agent SRE</a></li>
<li><a href="https://github.com/imran-siddique/agent-hypervisor" target="_blank" rel="noopener noreferrer">Agent Hypervisor</a></li>
<li><a href="https://github.com/imran-siddique/agentic-architecture" target="_blank" rel="noopener noreferrer">Agentic Architecture</a></li>
<li><a href="https://github.com/imran-siddique" target="_blank" rel="noopener noreferrer">All Repositories</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Resources</h4>
<ul>
<li><a href="https://medium.com/@isiddique" target="_blank">Medium Articles</a></li>
<li><a href="https://dev.to/mosiddi" target="_blank">Dev.to Tutorials</a></li>
<li><a href="https://github.com/imran-siddique" target="_blank">GitHub Repos</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Imran Siddique. All rights reserved.</p>
<p>Last updated: February 2026</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>