Skip to content
The AppScale ArchiveWriting on Sovereign AI
21.4934° N / 86.9135° EEST. 2025 — India
375+ Essays · 31 Series
Scroll ↓

OldKnowledge,New Vessel.

Essays on on-device AI, data sovereignty, and building systems that keep knowledge where it belongs.

Enter the archive
— 00 / ThesisEvery business runs on knowledge older than its software.
01The Archive

Latest Entries

Full index — 375 essays →
02The Library
श्रीगणेशाय नमः ॥
अथ प्रथमोऽध्यायः ॥
विद्या ददाति विनयं विनयाद् याति पात्रताम् ।
पात्रत्वाद्धनमाप्नोति धनाद्धर्मं ततः सुखम् ॥
[ Coming Soon ]

We digitize centuries-old manuscripts. Then we build with the same discipline.

AppScale's roots are in a quiet project: structuring classical Sanskrit texts into faithful digital form. Extraction, structure, provenance, sovereignty — the same principles now power our client work.

न हि ज्ञानेन सदृशं पवित्रमिह विद्यते ।
“Nothing in this world purifies like knowledge.”
Bhagavad Gita · 4.38
03Capabilities

Built for Every Business

Executive AI Series · MCP Security · 日本語 · Edge AI Engineering ·
RAG in Production · Sovereign AI · Fine-Tuning · Agentic Systems ·
19+ yrs engineering·npm — react-native-edge-vector-store·Read in IN · JP · SG·AppScale LLP — DPIIT recognized
05Full Index
Generative AI Architecture Advisory: The Depth to Challenge, Not the Depth to Build
ai-architecture1 min read

Generative AI Architecture Advisory: The Depth to Challenge, Not the Depth to Build

GenAI advisory is depth to challenge, not build. The one failure each use case is prone to, the crux question per technical lever, and the discipline of holding the altitude.

August 17, 2026Read
Consolidating Duplicate AI Capabilities: The Migration Nobody Plans and the Service Nobody Runs
ai-architecture1 min read

Consolidating Duplicate AI Capabilities: The Migration Nobody Plans and the Service Nobody Runs

Detecting five duplicate AI capabilities is easy; collapsing them into one consumed service is not — pick the reference on evidence, migrate incrementally, run it as a product.

August 17, 2026Read
Evaluation-as-a-Service: Stop Every Team Reinventing the Meaning of "Working"
ai-architecture1 min read

Evaluation-as-a-Service: Stop Every Team Reinventing the Meaning of "Working"

When every AI team builds its own evaluation, "working" means a dozen incompatible things. Make it a shared service: versioned datasets, governed judges, a CI regression gate.

August 17, 2026Read
Architecture Governance Across Multiple Delivery Partners: Reviewing Work You Don't Control
ai-architecture1 min read

Architecture Governance Across Multiple Delivery Partners: Reviewing Work You Don't Control

Governing AI architectures from multiple SIs and internal teams is a distinct discipline: review, challenge, approve and continuously conform work you influence but can't command.

August 17, 2026Read
The AI Platform Architecture Blueprint: The Complete Enterprise Reference (2026)
ai-architecture1 min read

The AI Platform Architecture Blueprint: The Complete Enterprise Reference (2026)

A complete 13-chapter enterprise reference for designing, building, and evolving an AI platform — the shared substrate that lets every team ship AI features without rebuilding the same plumbing. Covers the 7-layer platform model (data, model management, inference, orchestration, evaluation, governance, developer experience), 4 reference architectures (Startup, Growth, Enterprise, Regulated-Industry), the model lifecycle and registry, multi-tenant data isolation, semantic caching and routing, FinOps with attribution and budget guardrails, EU AI Act and HIPAA-aligned governance, and the Phase 0 to Phase 4 maturity roadmap with team sizes and timelines. Includes a 20-question platform readiness assessment and a 30-question FAQ optimized for the decisions enterprise architects actually face.

August 17, 2026Read
Enterprise AI Architecture & Strategy: The Authority Layer Every AI Program Is Missing
ai-architecture1 min read

Enterprise AI Architecture & Strategy: The Authority Layer Every AI Program Is Missing

Enterprise AI fragments because every team optimises locally and nothing owns coherence. The fix is a senior architecture authority — its six responsibilities, mapped.

August 17, 2026Read
The Transformer Isn't Being Replaced. It's Being Hybridised
ai-architecture1 min read

The Transformer Isn't Being Replaced. It's Being Hybridised

State space models like Mamba are linear-time alternatives to quadratic attention. But pure SSMs fail at exact recall, so production in 2026 means hybrids, not replacement.

August 17, 2026Read
Your Detections Are Software. You Just Never Tested Them Like Software
ai-architecture1 min read

Your Detections Are Software. You Just Never Tested Them Like Software

Detections written in a SIEM console are unreviewed, untested code shipping to prod. Detection-as-code fixes it with Sigma, CI tests, ATT&CK coverage and regression.

August 17, 2026Read
Zero-ETL Deletes the Pipeline You Operate, Not the Semantics You Inherit
ai-architecture1 min read

Zero-ETL Deletes the Pipeline You Operate, Not the Semantics You Inherit

Zero-ETL removes the pipeline you operate, not the eventual-consistency semantics, resync-on-DDL and single-region limits it inherits. Read the guarantees first.

August 16, 2026Read
The Request Was Authenticated. It Just Wasn’t Allowed to Read That Record.
security1 min read

The Request Was Authenticated. It Just Wasn’t Allowed to Read That Record.

BOLA is the #1 API vulnerability because it is a missing check, not a bug. The deny-by-default, object-boundary authorization architecture that kills it.

August 16, 2026Read
Cell-Based Architecture: Blast Radius Is a Number You Choose
system-design1 min read

Cell-Based Architecture: Blast Radius Is a Number You Choose

Blast radius is chosen by architecture, not by the bug. How cell-based architecture, thin routers and shuffle sharding cap impact — and when not to cell.

August 15, 2026Read
The Payment Page Is Assembled in a Browser You Don’t Control
security1 min read

The Payment Page Is Assembled in a Browser You Don’t Control

Your build pipeline is clean and your checkout still gets skimmed. Client-side supply chain security with strict CSP, SRI and PCI DSS 6.4.3/11.6.1.

August 15, 2026Read
CXL Memory Pooling: Reclaiming the DRAM You Already Paid to Strand
ai-architecture1 min read

CXL Memory Pooling: Reclaiming the DRAM You Already Paid to Strand

A quarter of your datacenter DRAM is stranded behind cores already sold. CXL memory pooling reclaims it — for the latency-tolerant workloads that actually fit.

August 14, 2026Read
The Image Was the Prompt: Multimodal Injection via Images, PDFs and Screenshots
ai-security1 min read

The Image Was the Prompt: Multimodal Injection via Images, PDFs and Screenshots

Multimodal prompt injection hides instructions in images, PDFs and screenshots that text filters never parse. The 2025 CVEs, and the architecture that contains it.

August 14, 2026Read
Postgres as the Entire Stack: Queue, Cache, Search, Vector — and Where It Stops
ai-architecture1 min read

Postgres as the Entire Stack: Queue, Cache, Search, Vector — and Where It Stops

Postgres can be your queue, cache, search engine and vector store. When consolidating onto one database is right, and the exit signal for each workload.

August 13, 2026Read
Your Coding Assistant Has Read the Whole Repo. Where Does That Context Go?
ai-architecture1 min read

Your Coding Assistant Has Read the Whole Repo. Where Does That Context Go?

Your coding assistant sends the whole repo across the IDE-to-vendor boundary. Govern it with enterprise tiers, enforced retention, egress control and DLP.

August 13, 2026Read
Graph Neural Networks Are Quietly Winning Fraud and Logistics
ai1 min read

Graph Neural Networks Are Quietly Winning Fraud and Logistics

Fraud rings and delivery networks are graphs. GNNs see multi-hop structure flat models miss — but full-graph inference on the hot path kills latency. Here is the architecture.

August 12, 2026Read
Agent Memory Poisoning: The Attack That Persists After the Prompt Ends
security1 min read

Agent Memory Poisoning: The Attack That Persists After the Prompt Ends

Prompt injection dies with the turn; memory injection persists. One poisoned record is retrieved for months. Authorise writes, provenance every record, quarantine.

August 12, 2026Read
Iceberg Won. Now the Fight Is Over the Catalog
ai-architecture1 min read

Iceberg Won. Now the Fight Is Over the Catalog

Iceberg made the files portable. The catalog — commit pointer, RBAC, credential vending — is where lock-in moved. Polaris vs Unity vs Glue vs Gravitino, honestly.

August 11, 2026Read
Your Cloud Has 40,000 Effective Permissions. CIEM and the Entitlement Explosion
security1 min read

Your Cloud Has 40,000 Effective Permissions. CIEM and the Entitlement Explosion

Identities use ~1% of the 40,000+ permissions clouds expose. CIEM computes effective permissions, baselines usage, and shrinks the gap — without breaking prod.

August 11, 2026Read
04Contact

Bring this thinkingto your business.

Start a
conversation

One essay, most weeks. No noise.