A deterministic machine for the live world.

Gidg3t watches what is happening, remembers what it means, decides what is allowed, and acts.

  • No language model in the loop.
  • No training cycle.
  • No self-authored goals.

observeinferdecideact

~3 msmeasured control loop
Apply for access →
GIDG3TLIVE

reading
the room…

Gidg3t
WORLD
a page you opened
RECOGNISED
known
SOURCE
she can name it
JUDGEMENT
permitted
ACTION
observe
observe0.42 ms
infer0.31 ms
decide0.18 ms
act1.74 ms
LOOP2.65 ms

It doesn’t predict the next word.
It resolves the current world.

The loop

THE EDGE
  1. OBSERVE
  2. INFER
  3. DECIDE
  4. ACT

The edge is part of the machine. She works with what she has been shown. What she has not been shown stays unknown until a person shows her.

The machine never authors the goal.

Explore a system

  1. 01

    OBSERVE

    175 things it can do, seen

  2. 02

    LEARN

    167 already known. 7 checked against the real thing. 1 learned just now

  3. 03

    MIMIC

    the system’s own behaviour, reproduced locally

  4. 04

    DETACH

    it keeps answering with the live source disconnected

  5. 05

    MATERIALISE

    same meaning, different implementation

works offline

Meaning survives names

/cartcheckout.tspricing.tscustomer.ts

/x7banana.tsqqqqq.tswhatever.ts

Rename every file and every path. Git sees a massive change. Gidg3t sees no change at all, because she never knew them by their names.

Change what is inside them too. She still knows it is the same thing, and she still knows a stranger is a stranger.

unchanged

Ask anything

Does this meaning exist in what she holds?

YES

A question does not need an essay for an answer. She either holds the meaning or she does not, and saying so is the whole reply.

Then ask her how she knows. She names the part she used. She read it. Nothing was added afterwards to look sure.

Presence can be information. A machine that cannot be asked how it knows is guessing.

Not just browsers

Browser

  • page
  • network
  • contracts
  • structure
  • actions

Security

  • observe
  • fingerprint
  • recognise
  • hold

Physical world

  • speakers
  • microphone
  • presence
  • a 4 ms loop

Software

  • intent
  • known structure
  • rebuilt system

Proof

observe → infer → decide → act~3 msmeasured control loop
Model inferenceNonenothing is generated
TrainingNonenothing is fitted
RefusalsNamedit says what is missing
Every answerSourcedshe says where it came from
Network requiredNoneanswered with the radio off

The loop figure is from the current prototype, measured end to end. Methodology and raw traces available on request. Apply for access →