FoxStudio
WorksLabStudioTeamJournalContact
FR·EN·IT

FoxStudio

Subsidiary of FoxCase.

Navigate

  • Works
  • Lab
  • Studio
  • Team
  • Journal

Contact

  • hello@foxstudio.fr
  • Cannes, FR
  • Ombrys

Legal

  • Mentions
  • Privacy
  • Footprint

Cannes, FR · GMT+1MEASURING…v0.1.0
01▸Lab

Work in progress, by design.

Live experiments and prototypes. Some ship, some don't. All are documented.

  • exp_008

    × archived

    Started: 2025-09-04

    Source-cited investigation graph

    Representing an investigation as a directed graph of sources, facts, hypotheses and contradictions. Every edge is traced to a document. Precursor to the Ombrys architecture.

    data · journalism · graph
  • exp_007

    ◉ live

    Started: 2025-12-08

    Landing under 8 ko, zero JS

    Premium landing page in HTML + CSS only, shipped under 8 kilobytes gzipped. Scroll-driven CSS animations, native forms, web components only if vital.

    perf · platform · minimal
  • exp_006

    ◉ live

    Started: 2026-01-15

    Local-first CRDT sync

    Real-time collaboration on a shared document with no authority server. WebRTC + Yjs, deterministic conflict resolution, offline-by-default.

    p2p · crdt · offline
  • exp_005

    ◯ work in progress

    Started: 2026-04-20

    Carbon-aware edge routing

    Edge function that dynamically picks the lowest-carbon region to serve a request, by reading live electrical-grid intensity feeds (RTE, ENTSO-E, NESO).

    edge · eco · infra
  • exp_004

    ◯ work in progress

    Started: 2026-04-15

    Phygital quest validator

    Real-world action validator via sensor fusion (camera, mic, accelerometer, geolocation). Verifies the user actually did what they claim, with zero persistent tracking.

    phygital · ml · privacy
  • exp_003

    ◯ work in progress

    Started: 2026-04-02

    Vocal cognitive fingerprint

    Algorithms detecting weak signals (pace, lexicon, hesitations) from natural conversations, transcription-free. Benchmark on 200 hours of public corpus, fully offline.

    ai · voice · health
  • exp_002

    ◉ live

    Started: 2026-03-12

    Monochrome WebGPU renderer

    Physically-based deferred rendering pipeline, written in WGSL compute shaders — no classic graphics pipeline. Target: 60 fps on a 2020 iGPU at 1080p.

    webgpu · perf · 3d
  • exp_001

    ◉ live

    Started: 2026-02-04

    Edge LLM at 14 ko

    Inference of a small model fully client-side. No server call, ONNX runtime + WebGPU on entry-level laptops. Target: under 800 ms response on a 2019 ThinkPad.

    edge · ai · webgpu