Skip to content
View francescomaiomascio's full-sized avatar
🧊
working on ICE
🧊
working on ICE

Block or report francescomaiomascio

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

I research runtime architectures for AI-enabled systems.

My work focuses on what happens after inference: how intelligent systems
are executed, constrained, validated, observed, and governed over time.

I do not study intelligence as a model property, a prompt interaction,
or a standalone capability.
I study intelligence as an executable phenomenon embedded in
long-running software systems.

The systems I work on are defined by explicit constraints:

  • execution is authoritative
  • state transitions are explicit and inspectable
  • side effects are governed, not implicit
  • inference is separated from control
  • responsibility accumulates over time

I am interested in systems that do not merely produce outputs,
but that remain correct, explainable, and governable as they evolve,
scale, and fail.

ICE is the research environment where this work is formalized and tested.

ICE explores a single, central question:

What does it mean to reliably run intelligent systems over time?

Here, intelligence and cognition are not treated as synonyms.

  • Intelligent systems act toward goals under constraints.
  • Cognitive systems persist behavior across time, accumulate state,
    validate decisions, and govern their own evolution during execution.

ICE studies the intersection of these two dimensions.

Intelligence is treated as something that is run, not invoked.
Authority does not live in models or agents, but in execution substrates.

As AI systems increasingly operate as infrastructure,
implicit control becomes a liability.
ICE exists to study architectures where control, responsibility,
and observability remain explicit by construction.

Pinned Loading

  1. ice-docs ice-docs Public

    Runtime architecture research for governable intelligent systems. ICE studies intelligence as an executable system property shaped by runtimes, orchestration, authority, memory, and observability.

  2. ice-foundation ice-foundation Public

    Axiomatic foundations and non-negotiable invariants for ICE runtime architectures.

  3. ice-runtime ice-runtime Public

    Execution core of the ICE ecosystem: lifecycle, events, capabilities, sessions, and runtime orchestration for intelligent systems.

    Python

  4. ice-ai ice-ai Public

    Agentic intelligence layer of the ICE ecosystem, defining how agents reason, plan, analyze, and act across code, knowledge, and system state.

    Python

  5. ice-consciousness ice-consciousness Public

    Cognitive layer of the ICE ecosystem, modeling memory, knowledge, embeddings, and semantic context for awareness, retrieval, and reasoning.

    Python

  6. ice-studio ice-studio Public

    Development and experimentation environment for the ICE ecosystem, providing a graphical interface, plugins, and integration with ICE runtimes and agents.

    TypeScript