← Back to ozDNA
Case Study · Production AI TezMakale · Academic AI · Turkey

How TezMakale runs on ozDNA

TezMakale is a live vertical AI product serving Turkish students — AI detection, detailed analysis reports, and token-based usage economics — running on ozDNA infrastructure. This is what production AI looks like before the B2B layer opens.

Challenge

TezMakale operates in a high-pressure segment: students under deadline need fast, reliable AI analysis — detection to verify originality, segment-level reports with cited evidence, and clear usage limits that map to real infrastructure cost. The live product is at tezmakale.com.

The core challenge was not building demos. It was shipping production AI where every workflow burns tokens, every user session has margin implications, and peak traffic (exam seasons) can spike inference cost overnight.

12K+
Monthly active users
3.2
Workflows per session
Peak traffic multiplier

Architecture

TezMakale connects through the ozDNA Gateway — a unified AI gateway that handles authentication, rate limits, and audit logging before any inference reaches the model router or RAG layer. The public-facing product lives at TezMakale (tezmakale.com).

Stack path: TezMakale web app → ozDNA Gateway → Model Router → RAG Layer (academic corpus) → LLM Providers → Analytics & Cost Engine

The model router sends classification tasks to lightweight models and reserves premium models only when analysis quality thresholds require it. The RAG layer provides academic-mode calibration — retrieval hooks tuned for Turkish academic writing patterns.

Solution

ozDNA deployed as the full vertical AI infrastructure layer — not just an API wrapper:

AI Workflow

A typical TezMakale session flows through three instrumented steps:

  1. Detect — User submits text. Gateway authenticates, rate-limits, and routes to the detect workflow. Model router selects the academic-calibrated classifier. RAG layer provides segment-level context. Response includes AI probability, confidence, and segment map.
  2. Report — Detailed analysis with cited evidence sentences. Router selects cost-efficient models per section. Cost engine tracks margin per report tier.
  3. Analyze — Usage analytics records token burn and cost. Audit log captures prompt hash and model ID for compliance.
// Typical workflow cost attribution
{
  "workflow_id": "tezmakale-detect-v3",
  "user_id": "usr_...",
  "steps": [
    { "step": "detect", "model": "gpt-4o-mini", "cost_usd": 0.002 },
    { "step": "report", "model": "gpt-4o-mini", "cost_usd": 0.006 }
  ],
  "total_cost_usd": 0.008,
  "credits_charged": 4
}

Production Benefits

Running on ozDNA gave TezMakale production-grade infrastructure without building an internal AI platform team:

40%
Inference cost reduction
99.9%
Gateway uptime
<800ms
Detect p95 latency

Live product

TezMakale is live at tezmakale.com — the same ozDNA stack available to B2B teams in private beta.

Want the same infrastructure layer for your vertical AI product?

Get Early Access