philosophy
Most systems are designed around what exists.
I'm interested in what they cannot represent —
the null, the undefined, the pre-runtime, the unrendered.
voidlogix is not an absence of logic.
It is logic applied to absence.
# voidlogix.github.io absence as architecture.
github.com/voidlogix · 2026
Crafting tools for the unrepresented in computation.
Building at the edge of what digital systems can express.
Most systems are designed around what exists.
I'm interested in what they cannot represent —
the null, the undefined, the pre-runtime, the unrendered.
voidlogix is not an absence of logic.
It is logic applied to absence.
Conflux MCP Server TypeScript · 98/98 tests · branch coverage next
voidkit tools for what null can't express · in design
metaphysical computing research · ongoing
multi-AI workflows Claude · Gemini Flash · Groq 70B · Ollama
null, undefined, and NaN cannot —
building a vocabulary for digital absence across languages and paradigms.
Exploring absence as a first-class design primitive in digital systems.
Systems that question their own foundations, built for the multi-model era.
Building in the open, for futures that haven't been named yet.
// executable, not decorative interface VoidLogicStack { languages : string[] paradigms : string[] local_AI : { model: string; role: string; version: string }[] cloud_AI : { name: string; use_case: string }[] protocol : string principle : string } const voidlogix: VoidLogicStack = { languages : ["TypeScript", "Python", "Bash"], paradigms : ["systems thinking", "AI-native design", "open source"], local_AI : [ { model: "qwen2.5-coder", role: "coding", version: "7b" }, { model: "llama3.2", role: "chat", version: "3b" }, { model: "nomic-embed-text", role: "embeddings", version: "v1.5" } ], cloud_AI : [ { name: "Claude", use_case: "reasoning + architecture" }, { name: "Gemini Flash", use_case: "large codebase comprehension" }, { name: "Groq 70B", use_case: "planning" } ], protocol : "MCP", principle : "build where nothing has been built before" }