-
Latest publication
BenchmarkA Ternary 2B Model on a Raspberry Pi, Faster Than You Can Read
BitNet b1.58 2B-4T generates 17.4 tokens per second on a Raspberry Pi 5 with the geisten runtime — roughly three times faster than a person reads. The setup, the numbers, and what still goes wrong.
-
Engineering
Structure Before GPUs: Why Knowledge Organisation Matters More Than Expensive Hardware
Many AI projects buy compute before they understand their information landscape. A well-structured knowledge map can improve retrieval quality, cost and reliability more than a larger GPU budget.
-
Engineering
Small Qwen Models, Strong Results: AI as a Team
Three compact Qwen models with clear roles can provide a more useful office workflow than one oversized generalist. The gain comes from task design, local execution and measurable hand-offs.
-
Engineering
From Model to Asset: A Technical Guide to EU Compliance and Deployment
Self-hosting an LLM in Europe is only the first step. A dependable system connects licensing, data protection, model provenance, runtime configuration and a signed deployment chain.
-
Perspective
The Future of AI: Why the Work Is Just Beginning
AI is moving from impressive demonstrations into dependable systems. The opportunity is not limited to larger models: it lies in tools, local deployment, specialised workflows and the ability to measure real work.
-
Engineering
Tools Instead of Guessing: Why Small Models Can Answer More Reliably
Models become unreliable when they are asked to invent facts that a tool could retrieve exactly. Small models can be effective tool coordinators when the system gives them clear permissions and validated inputs.
-
Engineering
Reliable AI Responses: Retrieval, Tools and Clear Boundaries
Retrieval-augmented generation helps models use verified knowledge, but retrieval alone does not guarantee reliable answers. Dependable systems combine source quality, explicit uncertainty and tools for exact facts.
-
Engineering
Speculative Decoding: How AI Models Respond Faster
Speculative decoding pairs a fast draft model with a stronger verifier. The technique can reduce generation latency while preserving the output accepted by the target model.
-
Perspective
AI for SMEs: Why Architecture Matters More Than Model Size
For many SMEs, the best AI system is not the largest model but the most dependable architecture: local data boundaries, clear integrations, measurable quality and a runtime that the organisation can operate.
-
Perspective
AI Agents v2.0: Why Less Architecture Creates More Control
A local agent system does not need a swarm of services or a polished dashboard to be useful. This research note outlines a smaller operating model: a terminal interface, explicit tools and one accountable supervisor.
-
Perspective
Small AI Models: Why Less Can Deliver More
Model size is not a useful proxy for business value. For narrow tasks, smaller specialists can be faster, less expensive and easier to operate than a single general-purpose model.
-
Perspective
Ten Practical AI Actions for German SMEs and Advisers
Productive AI adoption starts with work, not with a chatbot. These ten actions help SMEs and advisers move from experiments to useful, measurable systems.
-
Benchmark
Parallel LLMs: When Small Specialists Finish Work Faster
A single large model is not always the fastest path to a finished result. Measurements on Apple hardware show why independent, small tasks can benefit from parallel execution.
-
Benchmark
Old Hardware, New Capability: AI on a 2017 Smartphone
A OnePlus 5T from 2017 is enough to demonstrate an important point: modern compact models can run on existing hardware when model format and runtime are chosen carefully.
-
Perspective
Software Is Everywhere: The Value of Layers
Layered systems make complex behaviour understandable. The same idea appears in software, natural systems and AI architecture: each layer has a role, an interface and room to adapt.
-
Guide
Hands-On AI: TinyStories on a Raspberry Pi 5
A Raspberry Pi 5 is a practical platform for learning what local inference requires. This note uses TinyStories to show how a compact text model can run without a data-centre-class machine.
-
Benchmark
Small Language Models: Why Less Can Be Better
TinyStories and Phi-3 show why compact language models matter. They make it possible to study inference, training objectives and deployment constraints without requiring frontier-scale infrastructure.
-
Guide
Run Llama 3 Locally in Five Minutes
Ollama provides a simple way to run Llama 3 on a local machine. This short guide covers the minimal setup and the operational questions that matter after the first prompt.