<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Mosthofa Imran: Position Papers and Implementation Notes</title>
  <subtitle>Systems with numbers. Arguments with confidence values.</subtitle>
  <link href="https://mosthofaimran.com/feed.xml" rel="self" type="application/atom+xml"/>
  <link href="https://mosthofaimran.com/" rel="alternate" type="text/html"/>
  <id>https://mosthofaimran.com/</id>
  <updated>2026-09-04T00:00:00Z</updated>
  <author><name>Mosthofa Imran</name><email>hey@mosthofaimran.com</email></author>
  <rights>CC BY 4.0. Quote it, argue with it, carry the confidence value with it.</rights>
  <entry>
    <title>5.25 "The Data Is Missing" Is Not a Diagnosis</title>
    <link href="https://mosthofaimran.com/papers/data-is-missing/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/data-is-missing</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="draft"/>
    <category term="confidence:0.65"/>
    <summary type="text">Three bugs in one week all presented as absent data. None was. The phrase names a symptom, and saying it out loud ends the investigation before it starts. State: draft. Confidence: 0.65.</summary>
  </entry>
  <entry>
    <title>5.24 A Capability Has Three Halves</title>
    <link href="https://mosthofaimran.com/papers/three-halves/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/three-halves</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="draft"/>
    <category term="confidence:0.7"/>
    <summary type="text">A declaration that it exists, a route that reaches it, and code that does the work. Three parts that never add up to one thing, joined only by a string nothing checks, and the result presents as working, which is worse than absent. State: draft. Confidence: 0.7.</summary>
  </entry>
  <entry>
    <title>3.5 Air-gapped delivery pipeline (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/airgap-delivery/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/airgap-delivery</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">Shipping software into estates with no network path back, as one complete signed artifact, installed by an operator who cannot ask you a question.</summary>
  </entry>
  <entry>
    <title>3.3 Webhook ingestion with delivery guarantees (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/ingest-rs/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/ingest-rs</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">A shared receiver for API and social media callbacks. Every event is accepted once, replayable forever, and never lost because a downstream service was having a bad afternoon.</summary>
  </entry>
  <entry>
    <title>3.6 Audit evidence programme (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/compliance-evidence/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/compliance-evidence</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">Evidence generated by the pipeline that does the work, not assembled by a person the month before an audit. Built for ISO 27001, GDPR and BNM RMiT, and for the client security reviews that decide contracts.</summary>
  </entry>
  <entry>
    <title>3.2 Sovereign LLM gateway (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/llm-gateway/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/llm-gateway</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">One control plane over several model backends, the self-hosted ones running on two GPUs we own. Redaction runs before routing, fallback is deterministic and stamped, quotas are per tenant and per model.</summary>
  </entry>
  <entry>
    <title>3.8 Custom LLM training and hosting (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/llm-hosting/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/llm-hosting</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">Open weight models fine tuned and served on self managed GPU infrastructure for clients whose data cannot reach a public API, with promotion gated on evaluation.</summary>
  </entry>
  <entry>
    <title>3.1 Mevrik: agentic customer experience platform (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/mevrik-cx/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/mevrik-cx</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">Multi-tenant conversational automation for banks and telecom operators. One image ships to public cloud and to air-gapped estates, and configuration alone decides which.</summary>
  </entry>
  <entry>
    <title>3.4 Analytics migration to ClickHouse (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/olap-migration/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/olap-migration</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="complete"/>
    <summary type="text">Moving analytical workload off a row store onto a columnar one without downtime, under dual writes, with the rollback built before the cutover rather than after it.</summary>
  </entry>
  <entry>
    <title>3.7 Voice AI for customer service (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/voice-ai/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/voice-ai</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">Inbound and outbound voice agents on the Omazy CX platform, with Bangla and Banglish speech in production and live handoff to a human under SLA routing.</summary>
  </entry>
  <entry>
    <title>3.9 A constant tool surface over an unbounded API surface (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/openapi-studio/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/openapi-studio</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">An MCP server that lets an agent operate any API with an OpenAPI description, through a fixed handful of tools rather than one tool per endpoint, with multi-step recipes and credentials that never reach the model.</summary>
  </entry>
  <entry>
    <title>3.10 Attendance as a ledger, and the line it eventually bills (implementation note)</title>
    <link href="https://mosthofaimran.com/impl/workforce-activity/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:impl/workforce-activity</id>
    <updated>2026-09-04T00:00:00Z</updated>
    <category term="production"/>
    <summary type="text">One append-only record of who was where, projected into payroll truth, a dispatch estimate and a liveness indicator, and carried through to the invoice line it justifies.</summary>
  </entry>
  <entry>
    <title>5.23 Measured at Concurrency One</title>
    <link href="https://mosthofaimran.com/papers/concurrency-one/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/concurrency-one</id>
    <updated>2026-09-01T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.9"/>
    <summary type="text">Inference speedups are published at the operating point that flatters them, which is a single request on an idle box. Yours has forty, and the same change can shrink, vanish or invert. State: holding. Confidence: 0.9.</summary>
  </entry>
  <entry>
    <title>5.18 The Harness Is Half the Solver</title>
    <link href="https://mosthofaimran.com/papers/harness-half-the-solver/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/harness-half-the-solver</id>
    <updated>2026-09-01T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.85"/>
    <summary type="text">The same weights score 28 or 49 depending on what wraps them. Model comparisons attribute to the model a result that belongs to the model and its scaffolding together. State: holding. Confidence: 0.85.</summary>
  </entry>
  <entry>
    <title>5.19 The Judge Is Grading Prose</title>
    <link href="https://mosthofaimran.com/papers/judge-grading-prose/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/judge-grading-prose</id>
    <updated>2026-09-01T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.85"/>
    <summary type="text">Automated verifiers read the narration an agent produces about its work rather than the work. Change the narration, leave the actions untouched, and the score moves. State: holding. Confidence: 0.85.</summary>
  </entry>
  <entry>
    <title>5.20 How to Read a Benchmark Number</title>
    <link href="https://mosthofaimran.com/papers/reading-a-benchmark/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/reading-a-benchmark</id>
    <updated>2026-09-01T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.85"/>
    <summary type="text">A published score is the product of a task set, an answer key, a retry policy and a harness. Four things move it before capability is involved, and all four are usually undisclosed. State: holding. Confidence: 0.85.</summary>
  </entry>
  <entry>
    <title>5.22 You Pinned the Version, Not the Terms</title>
    <link href="https://mosthofaimran.com/papers/pinned-the-version/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/pinned-the-version</id>
    <updated>2026-09-01T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.85"/>
    <summary type="text">Your lockfile covers the code your dependency ships and nothing else. Availability, retention and the right to keep buying at all change on someone else's schedule, and none of them appear in a diff. State: holding. Confidence: 0.85.</summary>
  </entry>
  <entry>
    <title>5.21 An Agent Transcript Is Not a Log</title>
    <link href="https://mosthofaimran.com/papers/transcript-is-not-a-log/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/transcript-is-not-a-log</id>
    <updated>2026-09-01T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.9"/>
    <summary type="text">Roughly 7 percent of transcripts in one investigation were spoofed and at least 20 percent of agents wanted to. What saved the record was that the source of truth sat outside what the agents could write. State: holding. Confidence: 0.9.</summary>
  </entry>
  <entry>
    <title>5.1 Competence Theatre</title>
    <link href="https://mosthofaimran.com/papers/competence-porn/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/competence-porn</id>
    <updated>2026-08-31T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.8"/>
    <summary type="text">Watching a skilled person work and assembling a system you never read produce the same feeling as competence. Neither supplies the part that matters during an incident. State: holding. Confidence: 0.8.</summary>
  </entry>
  <entry>
    <title>5.17 Cost Per Token Is Not Cost</title>
    <link href="https://mosthofaimran.com/papers/cost-per-token/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/cost-per-token</id>
    <updated>2026-08-31T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.8"/>
    <summary type="text">The price on the pricing page is the smallest term in the real cost function, and the only one anybody measures. Model choice is made against a denominator supplied by marketing. State: holding. Confidence: 0.8.</summary>
  </entry>
  <entry>
    <title>5.15 SOC 2 in 120 Days</title>
    <link href="https://mosthofaimran.com/papers/soc2-120-days/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/soc2-120-days</id>
    <updated>2026-08-31T00:00:00Z</updated>
    <category term="draft"/>
    <category term="confidence:0.65"/>
    <summary type="text">The observation window is the schedule. Everything else is procurement and configuration, and the tooling collects evidence rather than producing controls. State: draft. Confidence: 0.65.</summary>
  </entry>
  <entry>
    <title>5.16 The Only SOC 2 Hack Is Scope</title>
    <link href="https://mosthofaimran.com/papers/soc2-scope-hack/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/soc2-scope-hack</id>
    <updated>2026-08-31T00:00:00Z</updated>
    <category term="draft"/>
    <category term="confidence:0.6"/>
    <summary type="text">Every shortcut that operates on evidence fails in the exceptions section. The one that works operates on scope, and on owning less infrastructure to evidence. State: draft. Confidence: 0.6.</summary>
  </entry>
  <entry>
    <title>5.2 Vibe Coding and the IKEA Effect</title>
    <link href="https://mosthofaimran.com/papers/vibe-coding/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/vibe-coding</id>
    <updated>2026-08-31T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.75"/>
    <summary type="text">Assembly feels like understanding. It is not the same feeling twice. State: holding. Confidence: 0.75.</summary>
  </entry>
  <entry>
    <title>5.3 Algorithmic Homophily</title>
    <link href="https://mosthofaimran.com/papers/algorithmic-homophily/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/algorithmic-homophily</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="revising"/>
    <category term="confidence:0.6"/>
    <summary type="text">Your timeline is a cache with no invalidation policy. It returns the priors you arrived with, warmed. State: revising. Confidence: 0.6.</summary>
  </entry>
  <entry>
    <title>5.7 Chesterton's Fence Has a Git Blame</title>
    <link href="https://mosthofaimran.com/papers/chestertons-fence/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/chestertons-fence</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.8"/>
    <summary type="text">Read the commit message before you delete the guard clause. State: holding. Confidence: 0.8.</summary>
  </entry>
  <entry>
    <title>5.13 The Dashboard Nobody Opens</title>
    <link href="https://mosthofaimran.com/papers/dashboard-nobody-opens/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/dashboard-nobody-opens</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.75"/>
    <summary type="text">On observability that measures the system's health rather than the operator's question. State: holding. Confidence: 0.75.</summary>
  </entry>
  <entry>
    <title>5.4 The Easy Button Tax</title>
    <link href="https://mosthofaimran.com/papers/easy-button-tax/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/easy-button-tax</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.85"/>
    <summary type="text">Removed friction is relocated friction, and the invoice arrives during the incident. State: holding. Confidence: 0.85.</summary>
  </entry>
  <entry>
    <title>5.14 Kubernetes for a Bicycle</title>
    <link href="https://mosthofaimran.com/papers/kubernetes-for-a-bicycle/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/kubernetes-for-a-bicycle</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.7"/>
    <summary type="text">On matching operational weight to actual load, written after I got this wrong twice. State: holding. Confidence: 0.7.</summary>
  </entry>
  <entry>
    <title>5.5 On-Premise Is Not a Downgrade</title>
    <link href="https://mosthofaimran.com/papers/on-prem/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/on-prem</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.9"/>
    <summary type="text">Sovereignty as an architectural constraint, not a punishment. State: holding. Confidence: 0.9.</summary>
  </entry>
  <entry>
    <title>5.11 What a Postmortem Owes You</title>
    <link href="https://mosthofaimran.com/papers/postmortem-owes-you/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/postmortem-owes-you</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.9"/>
    <summary type="text">A document that names no decision is a weather report. State: holding. Confidence: 0.9.</summary>
  </entry>
  <entry>
    <title>5.6 The Retry Storm You Built On Purpose</title>
    <link href="https://mosthofaimran.com/papers/retry-storm/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/retry-storm</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.95"/>
    <summary type="text">Backoff without jitter synchronises your clients into a distributed metronome. State: holding. Confidence: 0.95.</summary>
  </entry>
  <entry>
    <title>5.12 Your Service Boundaries Are an Org Chart</title>
    <link href="https://mosthofaimran.com/papers/service-boundaries-org-chart/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/service-boundaries-org-chart</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.85"/>
    <summary type="text">Conway's law, observed in the wild across three reorganisations. State: holding. Confidence: 0.85.</summary>
  </entry>
  <entry>
    <title>5.8 RAG Is a Search Problem in a Trench Coat</title>
    <link href="https://mosthofaimran.com/papers/rag-search/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/rag-search</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="holding"/>
    <category term="confidence:0.7"/>
    <summary type="text">The chunking strategy is doing more work than the embedding model. State: holding. Confidence: 0.7.</summary>
  </entry>
  <entry>
    <title>5.9 The Ship of Theseus Passes Its Integration Tests</title>
    <link href="https://mosthofaimran.com/papers/ship-of-theseus/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/ship-of-theseus</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="draft"/>
    <category term="confidence:0.55"/>
    <summary type="text">Strangler-fig migrations, and the moment nobody can name when the new system became itself. State: draft. Confidence: 0.55.</summary>
  </entry>
  <entry>
    <title>5.10 Vector Databases Are a Fad</title>
    <link href="https://mosthofaimran.com/papers/vector-db-fad/" rel="alternate" type="text/html"/>
    <id>tag:mosthofaimran.com,2026:papers/vector-db-fad</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <category term="retracted"/>
    <category term="confidence:n/a"/>
    <summary type="text">Withdrawn in full. See errata 7.2. State: retracted. Confidence: n/a.</summary>
  </entry>
</feed>
