LOVE IN ACTION · ENERGY IN FLOW · VERSION 0.2

Build intelligence that learns without burning the world around it.

Action in Love is an open research playground for adaptive learning, stable dynamics, local repair, and the physical cost of computation. Not a prophecy. A set of buildable questions—and an invitation.

ACTINLOVE / CORE
perceive → remember → model → decide → act
3 running artifacts9 claim blocks room to contribute
THE SHORT VERSION

Capability is not enough.

J=capability×adaptationenergy×latency×fragilityJ = \frac{\text{capability}\times\text{adaptation}}{\text{energy}\times\text{latency}\times\text{fragility}}

That expression is a scorecard, not a natural law. The research program is to define every term honestly, build smaller systems where the trade-offs are measurable, and publish what fails.

adaptive learningstable dynamicsenergy-aware computelocal rulesshared worldshuman agency
TRUST LAYER

Know what kind of claim you are reading.

Color is epistemology, not decoration.

RUNNING

You can open it, inspect it, or run it now.

TESTABLE

A claim with a metric and a way to be wrong.

ENGINEERING BET

Plausible, useful, and not demonstrated yet.

OPEN QUESTION

We do not know. That is the point of the experiment.

PRINCIPLE

A value or design constraint, not a scientific result.

THE ARGUMENT about 7 minutes
RUNNINGBLOCK 01

The vision earns attention only where a smaller version already works.

Begin with receipts

Three pieces exist today:

  • Stability theory for learned dynamics. The KAM/HNN paper treats a Hamiltonian Neural Network as a perturbed Hamiltonian system and asks which invariant structures survive. The kicked-rotor demo makes the geometry visible. This is a result about a defined class of systems—not a proof that arbitrary neural networks are safe.
  • A trained local-rule system. The Neural Cellular Automata lab runs in the browser and regenerates learned forms after damage. Metabolism and physical energy measurement are proposed experiments, not shipped results.
  • A playable integration laboratory. Action in Love combines generated social pages, persistent state, model-driven characters, browser physics, and explorable simulations. It is evidence that the pieces can meet in one world; it is not a claim of AGI.

credibility=working artifact+stated limits+reproduction path\text{credibility} = \text{working artifact} + \text{stated limits} + \text{reproduction path}

If a visitor cannot distinguish the demo from the dream, the communication has failed.

TESTABLEBLOCK 02

Useful intelligence is a system property, not a parameter count.

The thesis—and its burden of proof

The working hypothesis is that many real environments need adaptation, efficiency, and recoverable stability more than another static increase in scale. A practical scorecard is:

J=CAEτ(1+F)J = \frac{C \cdot A}{E \cdot \tau \cdot (1 + F)}

where CC is task capability, AA is adaptation quality, EE is measured or estimated energy, τ\tau is response/update latency, and FF is a fragility penalty: forgetting, divergence, or failure to recover after perturbation.

This is not a law of physics and the units do not magically cancel. It is a decision tool. Every experiment must publish the components separately so a flattering composite score cannot hide a regression.

The thesis loses if constrained local adaptation produces no useful Pareto improvement over a static model plus retrieval—or if its stability and measurement overhead erase the gain. That would be a valuable result.

ENGINEERING BETBLOCK 03

Adapt locally, measure continuously, and preserve a route back.

Build a learning loop, not a mutable mystery

A safe online learner needs more structure than gradient descent. One candidate loop is:

θt+1=ΠS(θtηPtθLt)\theta_{t+1} = \Pi_{\mathcal S}\left(\theta_t - \eta P_t \nabla_{\theta}L_t\right)

PtP_t restricts the update to a small, inspectable subspace; ΠS\Pi_{\mathcal S} projects or rejects changes that leave a defined stability set. Low-rank adaptation supplies one such subspace:

ΔW=BA,rank(ΔW)=rd\Delta W = BA, \qquad \operatorname{rank}(\Delta W)=r \ll d

The first benchmark compares four honest baselines on the same task stream: frozen model, frozen model plus retrieval, full update, and gated low-rank update. Measure time-to-adapt, joules or a disclosed energy proxy, retained performance, rollback rate, and recovery after distribution shift.

“Real-time learning” only counts when the system learns something useful before the environment changes again.

TESTABLEBLOCK 04

A learner that cannot fail legibly is not ready to steer anything important.

Stability before swagger

Control theory offers a disciplined vocabulary when—and only when—the state, input, output, and disturbance can be defined:

xt+1=Axt+But+wt,yt=Cxt,ut=Kxtx_{t+1}=Ax_t+Bu_t+w_t, \qquad y_t=Cx_t, \qquad u_t=-Kx_t

For this discrete-time linearized regime, ρ(ABK)<1\rho(A-BK)<1 is a meaningful local condition. It is not a universal safety certificate for a language model. The research task is to find narrower settings where Lyapunov functions, energy drift, spectral bounds, runtime monitors, or reversible checkpoints give useful guarantees.

Each adaptive experiment therefore needs: a safe baseline, a bounded update region, a tripwire, a rollback state, and an account of what the monitor cannot see. Performance without recoverability is an incomplete result.

ENGINEERING BETBLOCK 05

A computation includes memory movement, heat, cooling, and the machine around it.

Energy belongs inside the algorithm

Logical irreversibility has a thermodynamic floor:

EerasekBTln2E_{\mathrm{erase}} \geq k_B T \ln 2

Conventional switching is often approximated by PswitchαCV2fP_{\mathrm{switch}} \approx \alpha C V^2 f. These equations orient the search; they do not predict a modern computer's wall-plug energy by themselves.

  • Landauer bounds logically irreversible erasure, not every operation.
  • Lower temperature lowers that bound, but refrigeration has a system-level cost.
  • Superconducting or cryogenic logic wins only if the full stack—including cooling and I/O—wins.
  • Memory movement can dominate arithmetic, but the ratio depends on workload and hardware.

The first useful artifact is therefore mundane and powerful: a reproducible harness that records latency, device power or a named proxy, memory traffic, temperature assumptions, and useful work. Cryogenic compute remains an open hardware path, not a shortcut in the spreadsheet.

OPEN QUESTIONBLOCK 06

Can a system repair itself while paying an explicit cost for staying alive?

Local rules can make resilient worlds

An NCA cell updates from local information rather than a central blueprint:

ci,j(t+1)=ci,j(t)+fθ(N(ci,j(t)))mi,jc_{i,j}^{(t+1)}=c_{i,j}^{(t)}+f_{\theta}(\mathcal N(c^{(t)}_{i,j}))\,m_{i,j}

The running demo shows regeneration. The next experiment adds a resource channel ri,jr_{i,j}, charges updates, and removes cells that cannot meet a maintenance threshold. Sweep damage size and resource supply, then report recovery probability, time, update count, and a clearly labeled energy proxy.

The interesting question is not whether this is literally alive. It is whether decentralized learned rules can deliver repair, graceful degradation, and legible local behavior more efficiently than centralized control. The playful interface matters here: people should be able to poke the organism, damage it, feed it, and understand the result with their hands.

PRINCIPLEBLOCK 07

Advice from powerful builders is input data, not destiny.

Listen to the giants; do not borrow their certainty

Paul Graham argues that hubs concentrate people, capital, and norms that amplify ambition. Jensen Huang's older execution advice pairs a long horizon with deliberately narrow projects. Sam Altman's “steamroll” warning is best read as a constraint: do not build a thin layer whose only advantage is a temporary model limitation.

All three can be useful without becoming commandments. Networks matter; so do independent thought, places outside the dominant hub, and problems that a frontier lab's roadmap will not automatically absorb. Scale is real. So are embodiment, trust, energy, local context, and the long tail of human purposes.

An inspired mission post should make a talented person feel that their presence changes the outcome. It should not pretend the founder invented the ingredients or that victory is guaranteed.

strategy=trajectory awareness×independent thesis×proof\text{strategy}=\text{trajectory awareness}\times\text{independent thesis}\times\text{proof}

PRINCIPLEBLOCK 08

Ambition becomes trustworthy when contribution and correction stay visible.

We are one machine, with many authors

There is no lone-genius version of this work. KAM carries Kolmogorov, Arnold, Moser, Hamilton, and generations of mathematicians. Neural cellular automata inherit cellular automata, developmental biology, differentiable programming, and open research code. The product inherits browsers, databases, model builders, chip designers, maintainers, critics, friends, and the people who contributed care when the work was still hard to explain.

Machines contribute search, synthesis, drafts, and labor. Humans contribute labor too—and judgment, consent, responsibility, lived stakes, and the right to say no. Neither contribution should be erased.

So the operating agreement is simple:

  • name sources and contributors;
  • separate evidence, hypothesis, metaphor, and marketing;
  • publish useful negative results;
  • invite criticism before certainty hardens into identity;
  • increase human agency without hiding physical or social costs.

“Act in love” is not a claim that good intentions make a system good. It is a demand to keep asking who gains agency, who pays, who is missing, and whether we can still enjoy building it together.

? OPEN QUESTIONBLOCK 09

A plan that cannot lose an argument is a brand, not a research program.

What would change our minds?

We should narrow, redirect, or stop a branch when:

  • local adaptation fails to beat a frozen-plus-retrieval baseline under the same budget;
  • stability gates cost more capability than they protect, with no safer niche found;
  • an apparent cryogenic advantage disappears after cooling, I/O, and utilization are counted;
  • NCA “metabolism” produces pretty motion but no measurable resilience insight;
  • independent users cannot reproduce the result or understand the interface;
  • the work reduces people's agency, even while improving a technical metric.

Failure is not the opposite of the plan. Hidden failure is. The public artifact should keep a changelog of what survived contact with evidence.

OUTPUT / EXECUTE

Five commitments that make the vision expensive to fake.

NOW01

Publish the measurement harness

One task stream; four baselines; latency, energy proxy, forgetting, and rollback reported together.

NEXT02

Give the NCA a metabolism

Interactive resource channel plus damage sweeps with recovery curves—not only a beautiful animation.

THEN03

Gate a low-rank online learner

A bounded update, monitor, tripwire, and reversible checkpoint running in one demonstrator.

OPEN04

Extend the stability result

A precise theorem or a precise counterexample connecting learned updates to invariant-structure loss.

ALWAYS05

Keep a public field notebook

Sources, contributors, costs, failures, and changed beliefs remain visible beside the demos.

LINEAGE / SOURCES

Nothing here arrived alone.

These are starting points, not decorative citations. Follow them, challenge the interpretation, and add what is missing.

THIS IS THE OPEN PORT

Take a block. Improve it. Bring it back.

You do not have to believe the whole plan. Reproduce one result, falsify one assumption, make one demo legible, or explain one missing cost. The goal is not agreement; it is shared contact with reality.

I want to contribute ↗Inspect the code ↗
● OPEN PLAN · EXPECT IT TO CHANGE

Built with equations, code, criticism, care, and a still-functioning sense of play.

Share this plan