PAILEvidence Runtime
Questions, without jargon

What PAIL does. What it does not.

Start with the core

Similarity finds candidates. Evidence rules decide authority.

PAIL can wrap RAG or run a bounded deterministic decision path. It does not pretend one retrieval method is right for every domain.

What does normal RAG do?+

It parses sources, divides them into useful chunks, creates searchable representations, retrieves a small candidate set for a question, and usually asks an LLM to generate an answer from that context.

Is PAIL only filtering records?+

No. A filter can remove rows that fail a simple condition. PAIL also binds entities, validates relations, orders events, applies state and supersession rules, exposes contradictions, preserves provenance, and issues a machine-readable permission to answer or stop.

Is PAIL an alternative to RAG or middleware for RAG?+

Both, within a clear boundary. It is middleware when it verifies candidates from an existing RAG pipeline. In bounded record and policy workflows it can replace the “LLM decides from top-k chunks” stage with deterministic inference and return JSON or a template answer. It does not replace semantic retrieval for broad free-text knowledge.

Does it replace Chroma, pgvector, Pinecone, or embeddings?+

Usually no. Those tools answer “what looks similar?” PAIL answers “what belongs together, what conflicts, and what may support this conclusion?” Exact SQL, metadata, keyword, graph, and vector retrieval can all feed PAIL.

Is an LLM required?+

No. PAIL can return a decision object or deterministic response template. A model is helpful for flexible language understanding and friendly prose, but it should interpret or explain—not create evidence authority.

How does PAIL answer without an LLM?+

Rules create structured facts such as requested_days=30, available_days=24, shortfall=6, alternative=unpaid_leave, approval=manager. A template fills those verified fields into a readable answer. There is no open-ended generation.

How can it handle many differently worded questions?+

A semantic normalizer maps many surface sentences into a smaller set of canonical intents, actors, actions, objects, quantities, roles, and constraints. The deterministic core then operates on that structure. An optional language model may assist normalization, but its output must pass validation.

Would PAIL reject someone asking for 30 days of leave?+

It depends on intent and policy. “Can I take 30 annual-leave days?” may be denied if entitlement is 24. “How can I take 30 days off?” may produce a valid plan such as 24 annual plus 6 unpaid days with manager approval. PAIL should calculate alternatives, not merely say no.

Do companies manually define every chunk?+

No. They configure chunking rules for each source type. Policy PDFs use sections, source code uses functions, payment logs use transaction/session identifiers, incidents use trace and time windows, and database data uses entity rows. New inputs follow those policies automatically.

Why not split every file every 500 tokens?+

Fixed windows are simple but can mix concurrent transactions or split one rule from its exception. PAIL favors structural or entity-aware boundaries when the source provides them, with overlapping windows as a fallback for prose.

Can one pipeline work for banking, HR, stories, logs, and robotics?+

The evidence contract can be shared, but adapters and domain policies must differ. A bank transaction, story scene, robot observation, and SQL row should not be parsed, chunked, or validated identically.

What does “Panini-inspired grammar” mean in software?+

It means separating surface form from a canonical structure and applying explicit ordered rules, roles, transformations, exceptions, and conflict handling. The public product uses ordinary engineering terms. It does not claim Sanskrit grammar by itself understands all modern questions.

Does acoustic or sound logic decide the answer?+

No. Current production-facing evidence authority comes from deterministic identity, relation, temporal, source, and conflict rules. Acoustic resonance remains an optional research feature and must not overturn exact evidence order.

Does PAIL eliminate hallucination?+

No system can honestly promise that globally. PAIL reduces a specific class of failure: wrong record joins, unsupported claims, hidden contradictions, and answering when verified evidence is absent. The final model and application still need evaluation.

Does the RCA view prove root cause?+

No. It can isolate a trace, order events, show observed cause fields, and identify missing evidence. Correlation and sequence create an investigation packet; causal proof still requires stronger evidence or human review.

Can people upload confidential files to the public site?+

Not safely by default. The public lab should use synthetic or sanitized data. Real files must go through an authenticated, tenant-scoped, separately hosted private runtime with retention, deletion, quotas, and a written data boundary.

Is this production ready?+

It is a controlled prototype with tested local behavior and public-safe evaluation contracts. It does not yet have independent penetration testing, a production SLA, broad customer UAT, or proof across every connector and workload.

Still unsure?

Run one conflict and watch the generation gate close.

The public sample uses safe synthetic records and labels every boundary.