Technology reference
The detailed view, for when you need it.
Architectural trade-offs
There is no universal best stack.
Compare a few common contexts and the considerations that shape an appropriate technical direction.
We don't have a default stack.
The right technology depends on the problem, constraints, scale, and organizational lifecycle.
A high-velocity software product where shipping verified value quickly with strict typing and low operational maintenance is the overriding goal.
Maximizes velocity by consolidating client and server boundaries in TypeScript, reducing deployment friction while maintaining a bulletproof relational foundation for future scale.
Technology inventory
Areas we work in and evaluate.
The labels distinguish technologies we use regularly from areas where we have experience, can support a team, or are actively evaluating.
The Technology Explorer
A transparent architectural inventory. We categorize technologies by how we actually use and evaluate them in production—not by marketing claims.
OpenAI (GPT-4o / o3)
CoreComplex multi-step reasoning, structured JSON outputs, and fast general logic.
Anthropic (Claude 3.5 / 3.7)
CoreLong-context analysis (200k+ tokens), deep synthesis, and code generation.
Google Gemini (1.5 / 2.0)
ExperiencedExtreme context windows (up to 2M tokens) and native multimodal audio/video understanding.
Meta Llama (3.1 / 3.3)
CoreSelf-hosted sovereign open-source model execution within private VPCs.
Mistral (Large / Codestral)
ExperiencedCost-efficient European sovereign hosting and fast latency inference.
DeepSeek (V3 / R1)
EvaluatedAdvanced mathematical and structured logic benchmarking in private labs.
Specialized Domain Models
AvailableBioinformatics, financial tabular reasoning, and legal clause extraction.
Agentic Systems & Tool Calling
CoreMulti-step autonomous execution with discrete software tool access.
RAG & Semantic Retrieval
CoreAnchoring generative outputs to live enterprise relational & document stores.
Deterministic Structured Outputs
CoreEnforcing strict JSON Schema / Pydantic validation on model responses.
Model Routing & Fallbacks
CoreDynamic cost and latency routing with graceful multi-model failover.
AI Observability & Tracing
CorePer-token cost tracking, latency histograms, and semantic drift auditing.
Human-In-The-Loop Systems
CoreOperator review queues for high-consequence automated decisions.
Vector Databases & Indexes
Corepgvector, OpenSearch, and Qdrant for semantic similarity retrieval.
Private GPU Model Serving
ExperiencedvLLM and TensorRT-LLM on dedicated cloud or on-premise hardware.
Knowledge Graph Integration
AvailableGraph-augmented retrieval combining relational nodes with vector distance.
