---
source_url: "https://docs.valyu.ai/concepts/design-philosophy"
title: "Design Philosophy | Valyu"
mirrored_at: 2026-08-29T01:01:03.143Z
host: docs.valyu.ai
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/docs.valyu.ai/concepts/design-philosophy"
---

> **Original source:** https://docs.valyu.ai/concepts/design-philosophy

Knowledge work is being rebuilt around AI agents, and every agent needs reliable access to the knowledge that work depends on. As tasks like equity research and diligence decompose into chains of retrieval, each step needs primary-source information in the right shape - not just web links. Valyu is search engineered for that, from first principles.

## Design principles

**Built for AI.** Valyu returns structured JSON with citations and metadata, retrieved by semantic embeddings that understand context rather than keywords. Traditional search returns links for humans to click; Valyu returns data an LLM can use directly, reducing hallucinations. **One API, many sources.** A single interface spans the real-time web, academic papers, financial data, and proprietary datasets. You get one retrieval layer instead of integrating a dozen APIs. **Transparent, controllable cost.** Pay-per-use CPM pricing with `max_price` caps and relevance thresholds per query. No contracts, no lock-in - stay pay-as-you-go or add a [plan](https://docs.valyu.ai/pricing) for premium sources at a lower cost per credit.

## What Valyu is good at

-   **RAG** - grounding LLM responses with authoritative, citable sources
-   **AI research assistants** - literature reviews, cross-referencing, recent research
-   **Knowledge-heavy chatbots** - education and professional services (legal, medical, financial)
-   **Real-time information** - news, market data, time-sensitive decisions
-   **Specialised search** - academic, financial, and technical domains

## What Valyu isn’t for

Direct user-facing search (without an LLM), social-media monitoring, e-commerce and product comparisons, local search, and creative-content generation.

## Get started