Skip to main content
STATUS: PRE-CONSTRUCTION · SITE A UNDER EXCLUSIVITYNODE: VASILIKOS-01 — 34.7246°N, 33.2247°ECAMPUS: RISC-V PHASE 1 · MULTI-SILICON EVAL · PLANNEDPOWER: 42MW ON-SITE GENERATION · DESIGN TARGETSTATUS: PRE-CONSTRUCTION · SITE A UNDER EXCLUSIVITYNODE: VASILIKOS-01 — 34.7246°N, 33.2247°ECAMPUS: RISC-V PHASE 1 · MULTI-SILICON EVAL · PLANNEDPOWER: 42MW ON-SITE GENERATION · DESIGN TARGET
AGICY.AI
StackTechnology OverviewRISC-V sovereign stackComputeBare-metal EU compute
FacilitiesData CentersVasilikos campusSustainability100% renewable mission
HardwareTenstorrent GalaxyPhase 1 Blackhole fleet (pre-COD)AESOLAR AlpineEnergy stack · hail-class PV + BESSAMD HeliosPhase 2 open rack-scale (eval · pre-COD)Taalas HC1Phase 2+ · model-hardwired ASIC (watchlist · pre-COD)CerebrasPhase 2 · wafer-scale eval (pre-COD)IBM z17 / LinuxONE 5Phase 2+ · trusted AI next to data (pre-COD)d-Matrix CorsairPhase 2–3 · on Watchlist (pre-COD)AWS Trainium 4Phase 2+ · custom XPU watchlist (pre-COD)
Submit your Hardware for reviewPropose accelerators for the Vasilikos fleet
GatewayCopperwayEU-sovereign OpenAI-compatible gatewayTry PlaygroundNewLive Copperway demo · PII vaultSovereign Exchange5-year cross-org sovereign planFor BuildersWhat developers can run today
ProductsReserve CapacityPre-construction LOI tiersMarketplaceCompute marketplaceGPUs Rent LiveLiveEU partner GPU now · until CODCompute VouchersSovereign compute creditsModel LeaderboardFrontier model rankingsPricingSubscription tiers
SolutionsInferenceProduction inferenceTrainingtt-train · planned campusFine-TuningLoRA, PEFT, domain modelsSovereign CloudEU-jurisdiction cloudAgentic PlatformAutonomous AI agentsReadinessPublic-data AI readiness scan
IndustriesFinancial ServicesRegulated finance AIHealthcareClinical & life sciencesGovernmentSovereign govt workloadsSemiconductorsFab & EDA data, EU-residentEnergyGrid & generation forecastingUtilitiesNIS2 essential entitiesPublic SectorCivil & public benefitProcurementLawful tender criteria
PricingTiers
Capital & EducationInvestInstitutional data room & deal flowAcademyAI training programs
Individuals & Family OfficesLiving in EUNewClass B capital allocation · no visa framingInternationalNewPlan B · equity alternative to propertyGreece Golden Visa€250k / €400k / €800k bands · vs Class BCyprus Permanent ResidenceReg. 6(2) parallel counsel · vs Class B
IntelligenceResearchPublications & portalsPublic-Record DeskGEMI registry · filings · courtsData CentersVasilikos campus briefing
CompanyAboutBrand · HoldCo targetMissionCharter & sovereigntyTrust CenterSecurity portal · docs · status
Schedule Briefing
Sign In
ARCHITECTURE ANALYSIS

The Compiler-First Challenge to GPU Orthodoxy

Jim Keller's engineering philosophy, Blackhole T6 cores, and why predictable AI workloads favour compile-time planning over runtime traffic control.

Published: July 12, 2026Read Time: 11 minBy AGICY Research
compiler first challenge gpu orthodoxy
Research disclaimer: This analysis synthesises public vendor presentations and third-party commentary. Performance figures marked vendor-claimed require independent validation before procurement. Illustrative economics only — not investment advice.

Tenstorrent's Blackhole architecture, led by Jim Keller, reframes AI accelerators as a compiler problem first: TT-Forge plans tensor movement at compile time, while conventional GPU clusters spend significant silicon budget on runtime scheduling and memory traffic control. For structurally predictable workloads — batch inference, fixed-graph serving, education and public-sector chatbots — that trade-off can reduce latency variance and facility power draw.

Key Takeaways

  • Engineering pedigree over hype:Keller's track record spans AMD Zen, Apple mobile SoCs, and Tesla Autopilot silicon — a pattern of shipping complex systems, not slide decks.VERIFIED
  • Compiler-first vs runtime routing: TT-Forge generates static execution graphs; GPUs rely heavily on dynamic warp schedulers and cache hierarchies for general workloads.VENDOR-CLAIMED
  • T6 + RISC-V: Blackhole uses T6 cores with local SRAM per core; data movement is software-planned rather than opportunistically cached.VENDOR-CLAIMED
  • Predictable workloads win: Transformer decode, batch API serving, and fine-tuned domain models exhibit stable memory access — ideal for ahead-of-time scheduling.DESIGN TARGET
  • Not a universal replacement: Exploratory research training, dynamic sparsity, and highly irregular graphs may still favour general-purpose GPU flexibility.DESIGN TARGET
  • Vendor-neutral posture: AGICY evaluates compiler-first RISC-V alongside CUDA and ROCm stacks per workload — no single-vendor moat.VERIFIED
  • Diligence gate: Independent TT-Forge benchmarks on target models remain mandatory before fleet-scale commitment.DESIGN TARGET

Jim Keller: Engineering Over Narrative

Jim Keller's career arc — from AMD's Zen revival through Apple's A-series performance leap to Tesla's custom inference silicon — is relevant because it signals a design culture obsessed with shipping constraints, not benchmark theatre. Tenstorrent inherits that ethos: public messaging emphasises compiler toolchain maturity and reproducible graphs over peak FLOPs marketing alone.

For European sovereign compute buyers, pedigree matters less as celebrity and more as risk reduction: complex silicon programmes fail when architecture and software co-design diverge. Keller's history suggests tighter coupling between ISA, memory hierarchy, and toolchain — a pattern AGICY tracks in Technology Committee reviews.

The Compiler-First Thesis

Conventional GPU clusters treat the device as a parallel machine that must be fed at runtime: kernels launch, warps compete for SM slots, and the memory subsystem arbitrates thousands of concurrent requests. That generality enables one chip to train, fine-tune, render, and simulate — but it imposes scheduling overhead and power spent on traffic control rather than useful math.

Tenstorrent's stated alternative — embodied in TT-Forge — pushes planning upstream. The compiler knows tensor shapes, layer fusion opportunities, and SRAM residency before a request arrives. Execution becomes closer to a deterministic pipeline: predictable latency for batch inference, fewer surprise cache misses, and simpler facility power modelling.

“The interesting question is not peak FLOPs — it is how much of every watt reaches the matmul. Compile-time planning is how you reclaim watts lost to runtime indecision.”

Blackhole T6 Cores and Local SRAM

Blackhole's T6 cores implement a RISC-V control path with dedicated AI execution units. Each core carries local SRAM; the software stack — not hardware heuristics alone — decides when weights and activations move between core-local storage, chip memory, and the network fabric.

  • RISC-V ISA: Open, auditable instruction set suitable for regulated EU workloads and export-resilience reviews.
  • Software-planned movement: Reduces reliance on opaque runtime cache policies — important for compliance teams that must explain data paths.
  • Air-cooled density:Galaxy-class servers target 8–10 kW/rack — compatible with AGICY Phase 1 facility design without mandatory liquid retrofit.VERIFIED

Where Predictable Workloads Fit

Sovereign AI campuses serve overwhelmingly civil workloads: hospital triage assistants, university research sandboxes, municipal service chatbots, and climate-model post-processing. These jobs use fixed or lightly varying graphs — precisely the profile compiler-first silicon targets.

AGICY does notclaim compiler-first hardware replaces every accelerator class. Frontier pre-training, irregular sparse models, and experimental architectures may still route to Phase 2 wafer-scale or GPU options per multi-silicon roadmap. The point is workload-aware routing — not ideological silicon preference.

AGICY Relevance

Phase 1 targets 1,801 Tenstorrent Galaxy servers and 17T tokens/year nameplate for EU-regulated inference — healthcare, education, and public-service programmes. Pre-construction; not live capacity.VERIFIED

TT-Forge and open compilation stacks align with AGICY's vendor-neutral policy: the campus certifies for EU workloads today on Galaxy while retaining slot-ready integration paths for alternate accelerators that pass the four selection gates (performance/watt, TCO, EU supply chain, auditability).

Compiler-first design supports humanitarian-only mission alignment — predictable, auditable inference for civil society workloads without proprietary runtime lock-in.

Evaluate Sovereign Inference Architecture

Request a workload-matched briefing on Phase 1 Galaxy capacity, TT-Forge compatibility, and multi-silicon optionality for your organisation.

Explore AGICY Technology Stack

References & Primary Sources

  1. Tenstorrent — Blackhole architecture and TT-Forge documentation (public, 2026).
  2. Jim Keller public keynotes on compiler-centric AI silicon (2025–2026).
  3. AGICY Holdings — vendor-neutral policy, Technology Committee selection gates.
  4. AGICY Holdings — Galaxy fleet specification, Phase 1 fleet basis.
  5. AGICY Research synthesis — Jim Keller / Blackhole video keypoints (Jul 2026).

§ FIN — Close of Document

Ready to build on sovereign infrastructure?

Schedule a confidential briefing with our team. NDA-protected, no commitment.

Schedule a briefing →
EU JURISDICTION · CYPRUSGDPR ART. 28 DPA-READY · BY DESIGNNIS2-ALIGNED · BY DESIGNEU AI ACT ART. 12 LOGGING SUPPORT · BY DESIGNRISC-V NATIVE · OPEN ISA

Design-alignment statements for a pre-construction facility — not certifications or attestations. Basis: compliance FAQ, § 08. Careers: we aim for 50-50 gender balance across hiring cohorts.

AGICY.AI

Advanced Governance & Intelligence Cyprus

The sovereign architecture for the Cyprus mind.
Humanitarian mandate: civilian public benefit only — healthcare, education, civil resilience. Civilian / humanitarian mandate only.
VASILIKOS ENERGY CENTRE, LIMASSOL DISTRICT · PRE-CONSTRUCTION
34.7246°N · 33.2247°E
Principal campus: Cyprus Vasilikos (Phase 1). Parallel HoldCo path: sovereign compute project in Greece (TARGET / planning) — ~20 MW-class Tenstorrent / air-cooled inference positioning for EU diversification; separate CapEx, no offtake claimed.

The Ledger — monthly briefing
  • CopperwayEU-sovereign OpenAI-compatible gateway
  • Try PlaygroundNewLive Copperway demo · PII vault
  • Compression & PII vaultNewSovereign path controls in Playground
  • Sovereign Exchange5-year cross-org sovereign plan
  • For BuildersWhat developers can run today
  • Reserve CapacityPre-construction LOI tiers
  • MarketplaceCompute marketplace
  • GPUs Rent LiveLiveEU partner GPU now · until COD
  • Compute VouchersSovereign compute credits
  • Model LeaderboardFrontier model rankings
  • PricingSubscription tiers
  • Research HubPublications & portals
  • Public-Record DeskGEMI registry, filings, court decisions
  • Data CentersVasilikos sovereign campus briefing
  • Frontier AI EthicsSovereign alternative to frontier dominance
  • Cyprus Court DecisionsBilingual legal research feed
  • Intelligence DrainEU talent & compute outflow analysis
  • National Equity in AISovereign AI for smaller EU nations
  • Compiler-First ChallengeJim Keller thesis vs GPU orthodoxy
  • GDDR6 & Open InfrastructureGalaxy economics & sovereign TCO
  • Blackhole Performance RisksVendor benchmarks & due diligence
  • Security Audit ResearchCybersecurity methodology & findings
  • AI Readiness AuditExecutive readiness assessment
  • Readiness HubPublic-data scans & named assessments
  • ProcurementLawful sovereignty criteria for tenders
  • AboutProject identity & status
  • MissionCharter & sovereignty
  • CareersCulture, benefits & hiring ethos
  • Open PositionsEngineering, research & operations roles
  • Ethics & CharterAnti-misconduct & responsible AI
  • Editorial & MethodologySources, claims, corrections
  • Trust CenterSecurity portal · docs · status
  • InvestInstitutional data room & deal flow
  • Living in EUIndividuals & FOs · Class B allocation
  • International investorsPlan B · Greece / Cyprus rails · Class B
  • Equity participation (legacy)CY & GR individual interest · counsel-gated
  • AcademyAI training programs
  • ContactBriefings & inquiries
  • Privacy PolicyGDPR · data processing
  • Terms of ServicePlatform usage terms
  • Cookie PolicyTracking & consent
  • SRA TermsReserve capacity agreement
  • Gateway Pricing DisclaimerCopperway pricing basis
© 2026 AGICY· PROJECT / BRAND OPERATOR · PLANNED CYPRUS ENTITIES NOT YET INCORPORATEDDOC: AGICY.AI · REV 2.0 · SOVEREIGN LEDGER
AGICY