CAI Technology
Menu ☰
Enterprise AI · Built in Romania

AI built for the post-quantum era.

Specialized products. Our own H200 GPU infrastructure. Hybrid post-quantum security (Patent Pending).

Post-Quantum Ready EU DORA Ready 200ms auth H200 GPU Patent Pending

Stack & performance

200ms
Auth end-to-end · Android ARM
5
Specialized AI products
H200
Own GPU infrastructure
PQC
Post-quantum hybrid · Patent Pending

Every CAI product solves a critical enterprise problem.

Built on the same sovereign foundation: own infrastructure, open-weight models, full audit, on-premise or EU private-cloud deployment.

⚖️ lege365.ro
Legal AI

LETA

Legal AI assistant for legal research, compliance and contract analysis. RAG specialized on Romanian and European legislation, with semantic reranking. Cited, auditable answers with verifiable source.

See dedicated page →
📋 app.bid365.eu
Procurement AI

Biddie

Automates analysis of public and private tenders. Identifies opportunities, evaluates eligibility, generates SEAP documentation with deterministic HG907 + Annex 8 engine.

See dedicated page →
🛡
Security SOC

AEGIS

AI SOC with anomaly detection, alert triage and automated incident response. Open-source stack (Graylog · Wazuh · Suricata · Zeek) + local Qwen3 LLM for narrative analysis.

See dedicated page →
🚪 in pilot
AI Control Threshold

JANUS

Layer that sits between your user and any AI on the internet. Anonymizes or blocks sensitive data *before* it leaves the organization. Inspection runs on your infrastructure, in the EU. In pilot.

See dedicated page →
☁️ cloud.caitech.ro
Cloud AI

CAI-Cloud

Sovereign EU-compliant private cloud. Nextcloud operated by CAI Technology with CAI-AUTH integration, full audit trail and encrypted backups.

See dedicated page →
🔐 auth.caitech.ro · v0.17.4.9 public beta
Cipher AI Authenticator (CHAP-1)

CAI-AUTH

Mobile authenticator with hybrid post-quantum signature (patent application in preparation — OSIM Romania, May 2026). 200ms end-to-end on Android. Quantum-proof from day one — protected even against SNDL attacks. Python SDK + Chrome extension shipped on install; source available on request under commercial licence.

See dedicated page →
Technology

Foundations that cannot be compromised.

Not third-party cloud. No external vendor dependencies for data processing. CAI infrastructure runs entirely on-premise — proprietary models, local vector store, fully controlled RAG pipeline.

Tech stack

LLM
gpt-oss-120BQwen3-235BH200 GPU
RAG
BAAI/bge-m3 embeddingsCrossEncoder rerankingChromaDB
Auth
Hybrid post-quantumPatent Pending
Core
RustPython FastAPINext.jsPostgreSQLRedis
Orchestration
n8nLangGraphDocker18 containers

Pseudocode — hybrid approach (Rust)

hybrid_message.rs
// Hybrid post-quantum authentication — Patent Pending
// ~200ms end-to-end on ARM mobile

use cai_auth::{ClassicalSig, PostQuantumSig, VerifyingKey};

pub struct HybridMessage {
    pub payload:        Vec<u8>,
    pub sig_classical:  ClassicalSig,
    pub sig_pq:         PostQuantumSig,
    pub timestamp:      u64,
    pub jti:            [u8; 16],          // RFC 9068 anti-replay
}

impl HybridMessage {
    pub fn verify(&self, pk: &VerifyingKey) -> bool {
        // Both signatures must verify — implementation details in patent filing
        pk.verify_hybrid(&self.payload, &self.sig_classical, &self.sig_pq).is_ok()
    }
}

~200ms end-to-end latency on ARM mobile. Patent Pending.

Let's talk

Ready to secure your future?

Free AI-readiness audit for companies with 50+ employees. We reply within 24 business hours.