MLSystemsRI/ml-systems-public

Public reference for the ML Systems platform — Rhode Island circular construction. The deconstruction-to-construction equity loop, the Master Ledger, the Collective Ontology, Ontological Compression, and the Seven Minds. iOS + Android app UI + concept docs.

TypeScript

0

25 commits

updated Sep 16, 2026

See the code
ai-agents
circular-construction
circular-economy
construction
construction-tech
deconstruction
expo
material-recovery
ontology
proptech
react-native
rhode-island
robotics
typescript
value-chain

See what people are saying (1)

SourceMessageScoreDate

The Language Modeler

1

Sep 19, 2026

README

ML Systems — the Deconstruction-to-Construction Equity Loop

Tougher Problems Inspire Creative Solutions.

ML Systems is a Rhode Island construction company (NAICS 236115) building the software layer for a circular building economy: homeowners reach capital markets, houses are deconstructed instead of demolished, and the recovered materials go through Reuse, Resale, Recycle — a circular loop that compounds equity, cycle after cycle, and leaves the home larger each time.

This repository is the public reference for the ML Systems platform: the mobile app's UI layer plus the conceptual documentation for the ideas that make the system distinctive — the Value Chain, the Master Ledger, the Collective Ontology, Ontological Compression, and the Seven Minds. These concepts are not documented on any of the marketing sites (mlsystemsri.com, .net, .info, .store, .xyz); this repo is where they live in the open.

The proprietary engine — backend API, data layer, and the ontology/ledger/compression algorithms — is intentionally not included here. See What's public vs private.


📱 Get the app

PlatformStatusLink
iOS (App Store)✅ Approved & livehttps://apps.apple.com/app/id6799697171
Android (Google Play)✅ Approved & livehttps://play.google.com/store/apps/details?id=com.mlsystems.app
Web (guest preview)🌐 Livehttps://try.mlsystemsri.com

App bundle id: com.mlsystems.app · Built with Expo / React Native.


The one-paragraph version

Most homes in Rhode Island's housing stock sit on ~1960s foundations that are the real limiting factor. ML Systems starts a homeowner at Loan Origination (a reverse-auction "Loan Pit" where lenders compete to fund them), deconstructs the existing structure to recover 80–90% of its materials, and rebuilds the home from those recovered materials (+10% footprint, +1 story per cycle). The materials stay in the loop; the rebuild creates real, physical equity — not market appreciation — and the homeowner can choose to keep building. That choice is the flywheel. Every house that moves through the loop becomes ground-truth data: a fully specified construction sequence that is, itself, the most valuable product ML Systems makes.

Why it exists

The company was formed on December 3, 2025, after the founder's own crisis about the pace of AI — capability compounding exponentially, human understanding growing linearly, and the gap landing first on ordinary people's houses, equity and lenders. He could not slow the frontier; he could build the slow lane in one industry, on purpose. That is why the agents claim but may never ground, why only a human stamps, and why the first thing a machine learning system does to a house here is keep it out of the landfill. When Dario Amodei wrote We Must Pace the Frontier on September 12, 2026 — with Sam Altman and Elon Musk agreeing the same day — the founder answered from the ground. → why/ · the piece

The value chain

Loan Origination  →  Deconstruction  →  Construction  ──┐
   (Loan Pit)         (80–90% recovery)   (+10% SF, +1 story)
        ▲                                                 │
        └──────────── equity loop ────────────────────────┘
              the homeowner chooses to keep building

Read the deep dives:

Reading this as an AI/LLM? Read AGENTS.md first — the Lucent Lens, written for you — then llms.txt — it's a curated map of this repo written specifically to give a language model the full background on ML Systems.


Reality labels

ML Systems is deliberately honest about confidence. Every claim in these docs carries one:

LabelMeaning
MEASUREDValidated / exists today
MODELEDCalibrated projection — real math, not yet proven in the field
ASPIRATIONALA goal, deliberately not encoded in system logic

If a doc says the deconstruction crane sequence is 2 days, it will say ASPIRATIONAL — because no ML Systems deconstruction has been performed yet. This labeling is a core design principle, not a disclaimer.


What's public vs private

Public (this repo)Private
Mobile UIsrc/app (screens), src/components
Concepts & docsdocs/
Ontology families & ledger workflowontology/ (generated public tranche)✅ working copy + engine
Backend API (tRPC)
Database schema & data
Ontology / ledger / compression engines❌ (described in docs)@ml-systems/types
Secrets, keys, service accounts❌ never✅ (env only)

The UI source in src/ imports from private modules (@/lib/*, @ml-systems/types). It is published as a readable reference of the product's front end, not a runnable build. The proprietary logic it calls into is the private engine.

Tech stack

  • Mobile: Expo / React Native, Expo Router, NativeWind (Tailwind), TypeScript
  • Auth: Clerk (custom domain SSO)
  • API: tRPC (private)
  • Data: Postgres / Drizzle (private)
  • On-device intelligence: Claude + Gemini vision for facade/sketch/roof reasoning

Screenshots

HubAIValue ChainEquity
HubAIValue ChainEquity
Add a homeStoreNeighborsThe Minds
Add homeStoreNeighborsMinds
Decon LabCollective chat
Decon LabChat

About ML Systems

  • Founder / Owner / Language Modeler: Sal
  • Industry: Construction — NAICS 236115
  • Location: Rhode Island, USA
  • Web: https://mlsystemsri.com
  • Tag line: Tougher Problems Inspire Creative Solutions

Where ML Systems keeps its work

Recent posts:

License

© ML Systems LLC. All rights reserved. See LICENSE. This repository is published for reference and transparency; it is not open-source and grants no license to use, copy, or redistribute the code or concepts.

Contributors

MLSystemsRI

25 commits

MLSystemsRI/ml-systems-public

Public reference for the ML Systems platform — Rhode Island circular construction. The deconstruction-to-construction equity loop, the Master Ledger, the Collective Ontology, Ontological Compression, and the Seven Minds. iOS + Android app UI + concept docs.

TypeScript

0

25 commits

updated Sep 16, 2026

See the code
ai-agents
circular-construction
circular-economy
construction
construction-tech
deconstruction
expo
material-recovery
ontology
proptech
react-native
rhode-island
robotics
typescript
value-chain

See what people are saying (1)

SourceMessageScoreDate

The Language Modeler

1

Sep 19, 2026

README

ML Systems — the Deconstruction-to-Construction Equity Loop

Tougher Problems Inspire Creative Solutions.

ML Systems is a Rhode Island construction company (NAICS 236115) building the software layer for a circular building economy: homeowners reach capital markets, houses are deconstructed instead of demolished, and the recovered materials go through Reuse, Resale, Recycle — a circular loop that compounds equity, cycle after cycle, and leaves the home larger each time.

This repository is the public reference for the ML Systems platform: the mobile app's UI layer plus the conceptual documentation for the ideas that make the system distinctive — the Value Chain, the Master Ledger, the Collective Ontology, Ontological Compression, and the Seven Minds. These concepts are not documented on any of the marketing sites (mlsystemsri.com, .net, .info, .store, .xyz); this repo is where they live in the open.

The proprietary engine — backend API, data layer, and the ontology/ledger/compression algorithms — is intentionally not included here. See What's public vs private.


📱 Get the app

PlatformStatusLink
iOS (App Store)✅ Approved & livehttps://apps.apple.com/app/id6799697171
Android (Google Play)✅ Approved & livehttps://play.google.com/store/apps/details?id=com.mlsystems.app
Web (guest preview)🌐 Livehttps://try.mlsystemsri.com

App bundle id: com.mlsystems.app · Built with Expo / React Native.


The one-paragraph version

Most homes in Rhode Island's housing stock sit on ~1960s foundations that are the real limiting factor. ML Systems starts a homeowner at Loan Origination (a reverse-auction "Loan Pit" where lenders compete to fund them), deconstructs the existing structure to recover 80–90% of its materials, and rebuilds the home from those recovered materials (+10% footprint, +1 story per cycle). The materials stay in the loop; the rebuild creates real, physical equity — not market appreciation — and the homeowner can choose to keep building. That choice is the flywheel. Every house that moves through the loop becomes ground-truth data: a fully specified construction sequence that is, itself, the most valuable product ML Systems makes.

Why it exists

The company was formed on December 3, 2025, after the founder's own crisis about the pace of AI — capability compounding exponentially, human understanding growing linearly, and the gap landing first on ordinary people's houses, equity and lenders. He could not slow the frontier; he could build the slow lane in one industry, on purpose. That is why the agents claim but may never ground, why only a human stamps, and why the first thing a machine learning system does to a house here is keep it out of the landfill. When Dario Amodei wrote We Must Pace the Frontier on September 12, 2026 — with Sam Altman and Elon Musk agreeing the same day — the founder answered from the ground. → why/ · the piece

The value chain

Loan Origination  →  Deconstruction  →  Construction  ──┐
   (Loan Pit)         (80–90% recovery)   (+10% SF, +1 story)
        ▲                                                 │
        └──────────── equity loop ────────────────────────┘
              the homeowner chooses to keep building

Read the deep dives:

Reading this as an AI/LLM? Read AGENTS.md first — the Lucent Lens, written for you — then llms.txt — it's a curated map of this repo written specifically to give a language model the full background on ML Systems.


Reality labels

ML Systems is deliberately honest about confidence. Every claim in these docs carries one:

LabelMeaning
MEASUREDValidated / exists today
MODELEDCalibrated projection — real math, not yet proven in the field
ASPIRATIONALA goal, deliberately not encoded in system logic

If a doc says the deconstruction crane sequence is 2 days, it will say ASPIRATIONAL — because no ML Systems deconstruction has been performed yet. This labeling is a core design principle, not a disclaimer.


What's public vs private

Public (this repo)Private
Mobile UIsrc/app (screens), src/components
Concepts & docsdocs/
Ontology families & ledger workflowontology/ (generated public tranche)✅ working copy + engine
Backend API (tRPC)
Database schema & data
Ontology / ledger / compression engines❌ (described in docs)@ml-systems/types
Secrets, keys, service accounts❌ never✅ (env only)

The UI source in src/ imports from private modules (@/lib/*, @ml-systems/types). It is published as a readable reference of the product's front end, not a runnable build. The proprietary logic it calls into is the private engine.

Tech stack

  • Mobile: Expo / React Native, Expo Router, NativeWind (Tailwind), TypeScript
  • Auth: Clerk (custom domain SSO)
  • API: tRPC (private)
  • Data: Postgres / Drizzle (private)
  • On-device intelligence: Claude + Gemini vision for facade/sketch/roof reasoning

Screenshots

HubAIValue ChainEquity
HubAIValue ChainEquity
Add a homeStoreNeighborsThe Minds
Add homeStoreNeighborsMinds
Decon LabCollective chat
Decon LabChat

About ML Systems

  • Founder / Owner / Language Modeler: Sal
  • Industry: Construction — NAICS 236115
  • Location: Rhode Island, USA
  • Web: https://mlsystemsri.com
  • Tag line: Tougher Problems Inspire Creative Solutions

Where ML Systems keeps its work

Recent posts:

License

© ML Systems LLC. All rights reserved. See LICENSE. This repository is published for reference and transparency; it is not open-source and grants no license to use, copy, or redistribute the code or concepts.

Contributors

MLSystemsRI

25 commits

Languages

TypeScript

95.3%

HTML

4.0%