# White Papers - Designer Venkat > Educational whitepapers, research articles, tutorials, and guides for beginners. A curated knowledge hub focused on AI, software engineering, and practical learning. Author: Designer Venkat Site: https://whitepaper.designervenkat.online/ Language: en ## AI & Agent Endpoints - [Full content dump](https://whitepaper.designervenkat.online/llms-full.txt): every page concatenated for single-fetch ingestion - [Per-page Markdown](https://whitepaper.designervenkat.online/llms.mdx/docs): append any doc path, e.g. `https://whitepaper.designervenkat.online/llms.mdx/docs/ai-machine-learning/scaling-llm-inference` - [Sitemap](https://whitepaper.designervenkat.online/sitemap.xml): canonical URLs for search engines - [Search API](https://whitepaper.designervenkat.online/api/search): full-text search index --- # Docs - [Knowledge Hub](/docs): Beginner-friendly whitepapers, research articles, tutorials, and AI guides — curated by Designer Venkat. - AI & Machine Learning: Model architectures, training methods, and production deployment of large neural networks. - [Scaling LLM Inference](/docs/ai-machine-learning/scaling-llm-inference): A practitioner's account of taking a 70B-parameter model from a research notebook to 10,000 requests per second. - [AI Integration](/docs/ai-machine-learning/ai-integration): Expose your content to coding agents and chat models via /llms.txt and Markdown endpoints. - [Claude Memory Architecture](/docs/ai-machine-learning/claude-memory-architecture): How Claude combines a 200k-token context window with multi-layered memory and RAG to deliver accurate, personalised, context-aware responses at scale. - Coding & Tutorials: Hands-on guides, patterns, and walkthroughs for building and publishing software. - [Installation](/docs/coding-tutorials/installation): Clone the repository, install dependencies, and run the dev server in under a minute. - [Configuration](/docs/coding-tutorials/configuration): Site title, navigation, theme colors, and search behavior — everything that customizes how the docs feel. - [Your First Whitepaper](/docs/coding-tutorials/first-whitepaper): Walk through publishing a paper end-to-end, from frontmatter to deployed URL. - [Writing Content](/docs/coding-tutorials/writing-content): MDX components, conventions, and the editorial rules that keep the collection readable. - [Search](/docs/coding-tutorials/search): How the full-text index works, how to extend it, and what to do when results look wrong. - Security: Cryptographic protocols, threat models, and fault tolerance under adversarial conditions. - [Consensus Under Network Partitions](/docs/security/consensus-protocols): Why CAP trade-offs look different in modern cloud topologies, and what that means for system design. - UI & UX: Design systems, accessibility, and the craft of interfaces that feel intentional. - [Customization](/docs/ui-ux/customization): Override colors, fonts, layout, and components — most changes are a single CSS variable away. - Design Principles & User Experiences: Foundational design thinking, usability heuristics, and human-centered experience patterns for beginners. - [Introduction to Design Principles](/docs/design-principles/introduction): Core design principles and user experience fundamentals every builder should understand before shipping an interface. - Performance: Profiling techniques, kernel-level tuning, and the art of making large systems feel fast.