RESEARCH BASE

Search 3,721 documents across 34 fields — every claim tier-rated by evidence

3,721 documents 34 sections 43,623 citations 34,854 keywords indexed 4 evidence tiers

3,633 are the core, quality-scored corpus (34 lettered sections — see How We Work); the remaining 88 are cross-corpus synthesis documents (68 InterDocs, 12 Connections, 8 Theories) also indexed here.

2,532 results for "CI" — page 119 of 127

ZD_3_00 Information & Computation

ZD_3_00 — Systems Architecture: Subfolder Summary

ZD_3_11 Verified Information & Computation

ZD_3_11 — History of Programming Languages: From Machine Code to Modern Paradigms

The history of programming languages traces the evolution of formal notations for instructing computers — from the raw binary patterns of machine code and the mnemonic abbreviations of assembly language through the devel

programming languages history FORTRAN LISP C object-oriented
ZD_3_08 Verified Information & Computation

ZD_3_08 — Cybersecurity and Network Security

Cybersecurity — the protection of computer systems, networks, and data from unauthorized access, damage, or disruption — has grown from a technical niche into a critical domain affecting national security, economic stabi

cybersecurity network security vulnerability exploit malware firewall
ZD_3_04 Verified Information & Computation

ZD_3_04 — Operating Systems and Concurrency

Operating systems (OS) — the software layer managing hardware resources and providing abstractions for applications — are among the most complex software artifacts ever built. They manage process scheduling (deciding whi

operating system process management concurrency thread mutex semaphore
ZD_3_14 Verified Information & Computation

ZD_3_14 — Memory and Storage Systems: From RAM to Distributed Databases

Memory and storage systems form the foundation of all computing — providing the physical mechanisms for storing and retrieving data, from the fastest, most expensive registers and caches that serve the processor's immedi

memory storage RAM SSD hard drive caching
ZD_3_07 Verified Information & Computation

ZD_3_07 — Parallel Computing and GPU Programming

Parallel computing — executing multiple computations simultaneously — has become the dominant paradigm for performance growth since single-core clock speeds plateaued (~2005). Flynn's taxonomy (1966) classifies computer

parallel computing GPU GPGPU CUDA multicore thread parallelism
ZD_3_12 Verified Information & Computation

ZD_3_12 — Software Engineering: Processes, Architecture, and Quality

Software engineering is the systematic application of engineering principles to the design, development, testing, deployment, and maintenance of software systems — addressing the fundamental challenge that software is am

software engineering software development agile waterfall architecture testing
ZD_3_03 Verified Information & Computation

ZD_3_03 — Distributed Systems and Consensus

Distributed systems — collections of independent computers that appear to users as a single coherent system — are fundamental to modern computing infrastructure: the internet, cloud computing, databases, blockchain, and

distributed systems consensus Byzantine fault tolerance Paxos Raft blockchain
ZD_0_00 Information & Computation

ZD_0_00 — Information & Computation: Section Summary

ZD_5_09 Verified Information & Computation

ZD_5_09 — Open Source: Free Software, Collaborative Development, and Commons-Based Production

Open source software (OSS) is software whose source code is publicly available, can be freely used, modified, and redistributed under licenses that preserve these freedoms. Open source is one of the most consequential mo

open source free software GPL Linux Apache collaborative development
ZD_5_12 Verified Information & Computation

ZD_5_12 — Edge AI and TinyML: On-Device Machine Learning and Embedded Intelligence

Edge AI is the deployment of artificial intelligence algorithms on devices at the "edge" of the network — smartphones, embedded systems, cameras, sensors, wearables, industrial controllers, autonomous vehicles, and drone

edge AI TinyML on-device inference IoT embedded ML TensorFlow Lite
ZD_5_10 Verified Information & Computation

ZD_5_10 — Information Retrieval: Search Engines, Ranking, and Vector Search

Information retrieval (IR) is the science of searching for information in a collection of documents, metadata, databases, or the World Wide Web — finding material (usually text documents) of an unstructured nature (usual

information retrieval search engine TF-IDF PageRank relevance ranking NLP
ZD_5_08 Verified Information & Computation

ZD_5_08 — Computer Music: Algorithmic Composition, Digital Audio, and AI Music

Computer music encompasses the creation, analysis, processing, and performance of music using computers — spanning algorithmic composition (generating music through formal procedures and code), digital audio signal proce

computer music algorithmic composition digital audio synthesis MIDI spectral analysis
ZD_5_07 Verified Information & Computation

ZD_5_07 — Search Algorithms: From Breadth-First to Monte Carlo Tree Search

Search algorithms are fundamental computational procedures for exploring state spaces, finding paths, locating solutions, and making decisions — they constitute one of the core pillars of computer science and artificial

search algorithms BFS DFS A* heuristic search adversarial search
ZD_5_00 Information & Computation

ZD_5_00 — Digital Culture Tools: Subfolder Summary

ZD_4_02 Information & Computation

ZD_4_02 — Game Theory, Strategic Interaction, and Cooperation

Game theory is the mathematical study of strategic interaction among rational agents, founded by John von Neumann and Oskar Morgenstern's Theory of Games and Economic Behavior (1944) and revolutionized by John Nash's equ

game theory Nash equilibrium prisoner's dilemma tit-for-tat von Neumann Morgenstern
ZD_2_04 Verified Information & Computation

ZD_2_04 — Computer Vision and Image Processing

Computer vision — enabling machines to interpret and understand visual information from the world — has progressed from hand-crafted feature engineering to the deep learning revolution that now approaches or exceeds huma

computer vision image processing convolutional neural network object detection image classification edge detection
ZD_2_05 Verified Information & Computation

ZD_2_05 — Robotics and Control Theory

Robotics integrates mechanical engineering, electrical engineering, computer science, and control theory to design, build, and program machines that sense, reason, and act in the physical world. Control theory — the math

robotics control theory feedback control PID controller kinematics dynamics
ZD_2_15 Verified Information & Computation

ZD_2_15 — Transformer Architecture: Self-Attention and the Foundation of Modern AI

The transformer is a neural network architecture introduced in 2017 that replaced recurrent and convolutional models as the dominant paradigm in artificial intelligence. Its core innovation — the self-attention mechanism

transformer self-attention multi-head attention positional encoding encoder-decoder BERT
ZD_2_03 Verified Information & Computation

ZD_2_03 — Natural Language Processing

Natural language processing (NLP) — the computational analysis, understanding, and generation of human language — spans rule-based, statistical, and neural approaches across tasks including machine translation, text clas

natural language processing NLP computational linguistics parsing sentiment analysis machine translation