Skip to content
View LalaSkye's full-sized avatar

Block or report LalaSkye

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LalaSkye/README.md

🧱 Ricky Jones

Constraint-First Systems Architect
London, UK

I design deterministic control primitives for AI systems.

My work focuses on pre-execution governance: explicit authority, halt-first design, and minimising degrees of freedom before optimisation is introduced.

This profile contains small, auditable public primitives.
Composition and orchestration logic remain private by design.


Core Thesis

Governance begins before execution.

Most AI systems optimise first and constrain later.
I design systems where:

  • Constraints are explicit
  • Execution requires authority
  • Halt is a structural capability
  • Behaviour is deterministic
  • Failure modes are defined in advance

No narrative compliance.
No hidden autonomy.
No optimisation-first architecture.


Repository Architecture

The repositories below form a coherent control layer stack.


πŸ›‘ stop-machine

Finite-state stop controller (GREEN β†’ AMBER β†’ RED).
RED is absorbing. Deterministic transitions. Fully tested.

Purpose: Make "halt" a mechanical property of the system rather than a policy suggestion.


πŸ”’ invariant-lock

Hash-based invariant locking for configuration and execution boundaries.

Purpose: Prevent silent drift in systems that must remain stable over time.


πŸ§ͺ constraint-workshop

Public workbench of small deterministic control primitives.

Purpose: Publish the bricks, not the aircraft blueprint.


πŸ“š deterministic-lexicon

Typed, versioned language primitives for reducing ambiguity in AI governance contexts.

Purpose: Reduce interpretive drift by constraining vocabulary.


🧹 policy-lint

Static analysis for detecting ambiguity, missing halt semantics, and weak constraint definitions in policy text.

Purpose: Make policy mechanically inspectable.


βš™ execution-boundary-lab

Experimental boundary-testing primitives exploring admissibility and explicit authority gates.

Purpose: Stress-test execution assumptions before deployment.


Design Principles

  • Determinism over optimisation
  • Explicit authority required for execution
  • Stop is a first-class primitive
  • Shrink degrees of freedom before adding complexity
  • Tests are mandatory
  • Public artefacts do not expose private orchestration

Research & Publications

πŸ“„ Zenodo:
https://zenodo.org/search?q=ricky%20dean%20jones

πŸ”— LinkedIn:
https://linkedin.com/in/ricky-jones-1b745474


Current Focus

  • Pre-execution admissibility layers
  • Halt-first AI architecture
  • Deterministic control in large model environments
  • Structural governance beyond narrative compliance

Contribution Pattern

Small, auditable tools.
Clear failure modes.
Minimal claims.
Running code over commentary.

Pinned Loading

  1. stop-machine stop-machine Public

    A deterministic three-state stop controller. Constraint-first design through executable clarity.

    Python 1

  2. constraint-workshop constraint-workshop Public

    Small, deterministic control primitives for software systems. Testable, auditable bricks.

    Python

  3. deterministic-lexicon deterministic-lexicon Public

    A tiny, deterministic vocabulary primitive. Fixed terms, exact matches, no inference.

    Python

  4. execution-boundary-lab execution-boundary-lab Public

    Demonstrates how information pre-positioning causes cascading execution failures. Publishes phenomenon + conformance tests. Gate implementation private.

    Python

  5. invariant-lock invariant-lock Public

    Prevent silent drift in invariants. Refuse execution unless version increments.

    Python

  6. policy-lint policy-lint Public

    Deterministic governance statement linter. Typed warnings, posture classification, 0-1 scoring. No ML. No frameworks.

    Python