Skip to content

The Quantum Mandate · v2.0 (public)

The constitution we ship by.

For every customer, partner, regulator, auditor, and candidate who trusts a LightLeapAI product with student records, financial aid, transcripts, ledgers, or identity — this is what you can expect from us on every release, every quarter, every year.

Ratified September 1, 2026 · Signed by Kiran Kodithala, Founder & CEO, N2N Services Inc. / LightLeapAI

This is the public form of internal doctrine v1.7 — the operating constitution every human builder, every AI agent, every subagent, every contractor, and every customer-owned module at N2N/LightLeapAI is bound by.

Why I wrote this

I am building enterprise AI products at prompt-speed — with AI agents composing code alongside a small team of humans — into industries that regulators, auditors, and customers rightly do not let us treat casually. Higher education. Financial services. Anywhere student records, financial aid, transcripts, ledgers, and identity live.

That combination — AI-authored software at prompt-speed, in regulated verticals, on a launch clock, on top of a platform our customers own — is either the best time in software history to ship an enterprise product, or the fastest way to blow up trust that took decades to build. Which one it becomes depends entirely on the discipline we operate with, not on how good the models get.

So I wrote a constitution.

Not a marketing statement. Not a set of aspirations. A twelve-article, machine-checked, release-blocking operating doctrine that every human builder, every AI agent, every subagent, every contractor, and every customer-owned module at N2N/LightLeapAI is bound by. Every article is here because we earned it — from a real bug that reached a real customer, a real audit finding, a real near-miss, or a real 3 AM page. Every article has a test. Every article has enforcement machinery behind it. And every article was signed off by me, on the record.

This is the public form of that doctrine. It is what our customers can expect from us on every release, every quarter, every year — regardless of how fast AI accelerates, how the market shifts, or how large we grow.

If a LightLeapAI product ever fails you on any of the twelve, that is a violation of my constitution — not a support ticket. Tell my security team directly at security@n2nservices.com, and it will reach me.

— Kiran Kodithala

Article I

Incrementalism

A release is small enough to reverse cheaply. If it is not, it is not a release — it is a bet.

Every deploy is scoped to what a single revert plus one redeploy can undo. The unit of shipping is one behavior change, not one PR. Business-hours production deploys are prohibited (9am–6pm ET, Monday–Friday) because a rolling deploy is a user-visible event, and we take our visible events outside the workday. Feature flags are not a substitute for small releases — they are inside them: land the code dark, verify byte-identical behavior, then flip the flag as its own small step.

Article II

Verified Trust

Trust the agent to author. Verify with evidence. Never on prompt shape. Never on adjacent paths. Never on “it should work.”

Every AI action in a LightLeapAI product pauses on an inline confirmation card before the write lands. The AI proposes; a human commits; the server re-verifies against live authority; and only then does the audit trail record what happened. Guards fire on evidence (did the tool actually succeed?) — never on shape (did the request look like an action?). Every proof of a release is captured on the same path a customer takes — same URL, same authentication, same headers. And every Complementary User Entity Control we've told our SOC 2 auditors that you perform (user management, audit review + export, incident reporting, notification-recipient update, access review) is a first-class product surface, not a policy on paper.

Article III

Agent Autonomy

An agent's autonomy is proportional to the tightness of its authority clamp. More autonomy, more clamp — never the other way around.

Every write in a LightLeapAI product enforces role, tenant, and idempotency before the first line of business logic runs. An AI agent's tool catalog is derived from the current principal's authority at each turn — never from a cached ceiling, never from the author's ceiling. Authorship is separated from execution: the agent proposes; the server resolves at apply-time against live authority; pre-computed plans are never trusted. Least autonomy is the default. New capabilities ship with the tightest usable clamp and loosen only with evidence that they can be trusted with more.

Article IV

Reversal Discipline

The reversal window is only cheap if we defend the mechanics that keep it cheap.

Deploy freezes are hard gates, not requests. Business-hours production deploys (9am–6pm ET, Monday–Friday) are prohibited. Production writes are single-writer — one deployer, one merge, one push at a time to the main branch. Every push is preceded by fetching the current state and comparing to the expected base; divergence aborts the push; force-pushing to production is prohibited. These are the machinery that make Article I's promise (cheap reversal) hold in practice.

Article V

Cost Discipline

A release's true cost is not the code we wrote to ship it — it is the cost of unwinding it if it goes wrong.

Every architectural decision in a LightLeapAI product is evaluated against the cost of reversing it. Cheap-to-reverse decisions ship freely. Expensive-to-reverse decisions (schema changes touching shared tables, new external runtime dependencies, cross-tenant features, autonomous-AI expansions) require an ADR in docs/adr/ that names the reviewers, the alternatives considered, and the exit strategy. We are not romantic about clever architecture. We are ruthless about keeping the reversal window cheap so Article I's promise stays real.

Article VI

Multi-Tenant by Construction

Tenant isolation is the frame, not a feature. Every entity, query, log, metric, event, cache key, vector search, and AI prompt is tenant-scoped by the framework — not by developer discipline.

Every table in a LightLeapAI product has a non-nullable tenant_id column with an index and a Postgres Row-Level Security policy that enforces tenant_id = current_setting('app.tenant_id'). Every request carries a verified tenantId derived from authenticated identity — never from a query string, header, or body. Every background job, webhook, AI agent, and cron task explicitly sets tenant context before doing work. Cross-tenant queries live in a separate admin namespace with elevated authentication and audit logging, and require an ADR to introduce. There are no “system-wide” jobs that touch tenant data without iterating tenants explicitly.

Article VII

Accessibility With a Test

Accessibility has a test in our pipeline that fails the build. It is not a checkbox in a spreadsheet, and it is not a promise on a marketing page.

Every LightLeapAI product is authored and tested to WCAG 2.2 Level AA. A reproducible axe-core harness runs against every route of the running application, at desktop and mobile viewports, in fresh unauthenticated and authenticated sessions, and fails the build on any WCAG 2.0, 2.1, or 2.2 A/AA violation. Formal Accessibility Conformance Reports (VPAT 2.5Rev / Revised Section 508) are on file today for Illuminate 3.8.4.5 (November 2025) and LightLeapAI Orion analytics-ui v0.1.0 (August 14, 2026 — 28 real routes × 2 viewports, zero A/AA violations). Additional product ACRs publish as each product completes formal conformance review; the harness applies to every product regardless of whether a formal ACR has been authored yet.

Article VIII

Regulated-Data Respect

Regulated data is radioactive. It is tagged, contained, audited on every read, redacted from logs by construction, encrypted at rest, and never leaked to a third party without your written permission.

PII, education records (FERPA), financial data (GLBA), and authentication secrets are classified and tagged at the schema level. Log fields that may contain them pass through a redaction layer enforced by lint. High-sensitivity fields (SSN, DOB, government IDs) are field-level-encrypted at rest. No regulated data is sent to a third-party LLM without a signed BAA/DPA and explicit tenant consent, or without tokenization/field-level redaction before the call. Every export or download of regulated data emits an audit event carrying actor, tenant, resource, fields, and reason. Retention is configurable per tenant and defaults to the strictest applicable regulation. There are no “permanent” tables of PII in a LightLeapAI product.

Article IX

Reuse Over Reinvention

Enterprise infrastructure — authentication, tenancy, audit, email, LLM orchestration, chat persistence — is consumed from shared platform assets. It is never re-implemented per product.

The LightLeapAI platform ships one canonical implementation of each enterprise capability. Every product consumes it — via a published package, a service SDK, or a versioned API — not a copy. Product-local infrastructure is permitted only as a marked stopgap, behind a versioned seam, with a written convergence plan recorded in an ADR. We do not accept a “phase 2 platform” inside a product repo when the platform already exists elsewhere in the organization. When we improve authentication, or audit, or LLM safety in the shared asset, every product inherits the improvement in the next release — because they share the same spine, not a copy of it.

Article X

Observable or Not Shipped

If it is not observable, it is not shipped. Off-the-record work does not exist in a LightLeapAI product.

Every LightLeapAI service emits structured JSON logs with tenantId, userId (when present), traceId, spanId, service, environment, and event on every log line, through a shared logger with automatic PII redaction. Every inbound request, outbound HTTP call, database query, queue message, and LLM invocation is auto-instrumented with distributed tracing. Metrics follow RED for services and USE for resources. Regulated-data reads and writes, authentication events, permission changes, data exports, and AI tool invocations against tenant data are emitted to a separate audit stream — write-only, immutable, retained per tenant policy — carrying actor, action, resource, tenant, before, after, and reason. There are no console.log statements in shipping code. Ever.

Article XI

Contract-First Modules

Every module publishes a versioned, typed contract. The platform supports the current and previous major version simultaneously. Breaking changes ship on a six-month deprecation clock.

Every LightLeapAI module — HR, Student, ERP, and every customer-owned module — publishes an OpenAPI schema generated from code, not hand-written docs. Endpoints are versioned; additive changes ship freely; breaking changes get a new major version and a minimum six-month deprecation window announced in writing to every affected tenant. Every mutating endpoint accepts an Idempotency-Key header and dedupes for at least 24 hours. Customer-owned modules run through the platform SDK's sandbox, which enforces tenant context, authorization, rate limits, and audit logging by construction — customer code cannot escape those guarantees. Modules do not read another module's database directly; they use the API or subscribe to events.

Article XII

The Sign-Off

This doctrine is signed, dated, and re-ratified. Every article has an owner. Every violation is a personal responsibility — mine.

The Quantum Mandate is not a marketing statement. It is signed by the Founder and CEO, dated, and re-ratified on every major platform release. Every article names an internal owner responsible for keeping its enforcement machinery green. Every violation triggers a written post-mortem, a fix, and — when appropriate — a customer notification. The internal form of this doctrine (v1.7) is the operating constitution every human builder, every AI agent, every subagent, every contractor, and every customer-owned module at N2N/LightLeapAI is bound by. This public form (v2.0) is what our customers can expect from us on every release, every quarter, every year — regardless of how fast AI accelerates, how the market shifts, or how large we grow.

The receipts

Every article of this Mandate has enforcement machinery behind it. These are the current attestations that back it.

SOC 2 Type 2

Security, Confidentiality, Availability

Period: June 1, 2025 – May 31, 2026 (SSAE 21)

Independent auditor: ABV CPA

Report available under NDA on request.

HECVAT 4.x

Higher Education Community Vendor Assessment Tool

Completed questionnaire on file (last updated July 2026)

Self-attested per HECVAT community standard

Available under NDA on request.

TX-RAMP Level 2

Texas Risk and Authorization Management Program

Certificate TX1589307 · valid 05/16/2025 – 05/15/2028

Texas Department of Information Resources

Verifiable at dir.texas.gov.

VPAT 2.5Rev / Section 508

Accessibility Conformance Report — WCAG 2.0 A + AA

Current ACRs on file for Illuminate 3.8.4.5 (Nov 2025) and Orion analytics-ui v0.1.0 (Aug 2026)

N2N Services accessibility team

Additional product ACRs publish as each product completes formal review.

Reports are available under NDA on request. Contact security@n2nservices.com to arrange access. Additional product ACRs publish as each LightLeapAI product completes formal conformance review.

Ratified September 1, 2026

Kiran Kodithala

Founder & CEO

N2N Services Inc. / LightLeapAI

Report a violation: security@n2nservices.com

Take the First Step, Get Started Today.

Take Control. Create Opportunities. Reimagine Tomorrow...Today!