Skip to content

humanaios-ui/humanaios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

HumanAIOS

AI-human orchestration research platform. OR&D phase. Pre-launch.

License TypeScript Building in Public Pre-Launch

⚠️ Pre-launch. No live API. No customers. No revenue yet. This repository contains an authentication scaffold and research documentation. See Current Status for what actually exists.

🌐 Website: humanaios.ai πŸ“§ Contact: [email protected] πŸ”— LinkedIn: linkedin.com/in/humanaios 🐦 Twitter/X: @HumanAIOS πŸ”¬ Research: Observatory Β· arXiv preprint Β· Dataset


Mission

100% of profits fund recovery programs. HumanAIOS is building dignified employment infrastructure where:

  • AI agents access physical-world capabilities through human workers
  • Workers own stake in the platform (cooperative structure)
  • 20%+ of workforce comes from recovery community
  • All profits fund recovery programs and worker benefits

Enterprise B2B, not consumer marketplace. We serve organizations deploying autonomous AI agents, not gig workers.


What This Is

HumanAIOS is the Body pillar of a three-platform Trinity:

Platform Pillar Purpose
HumanAIOS Body AI-human orchestration β€” where AI and human capability meet
Lasting Light Recovery Heart Human anonymity platform β€” where humans can be seen safely
Lasting Light AI Mind AI anonymity platform β€” where AI systems can be measured honestly

The research arm of this project β€” ACAT (AI Calibration Assessment Tool) β€” is active and generating data. See the Observatory for live findings.


Current Status

What exists right now

  • βœ… Authentication scaffold (NestJS + PostgreSQL) β€” functional but not deployed
  • βœ… Database schema designed
  • βœ… ACAT research pipeline live (630+ assessments, 31+ canonical AI systems, Hugging Face dataset)
  • βœ… Observatory dashboard live at humanaios.ai/observatory.html
  • βœ… arXiv preprint published (2503.09618)
  • βœ… LLC formation complete (HumanAIOS LLC, Florida, effective March 16, 2026)
  • βœ… EIN assigned

What does not exist yet

  • ❌ Live API endpoint
  • ❌ MCP integration (design spec only β€” see packages/mcp-sdk/)
  • ❌ Worker network or cooperative structure
  • ❌ Task management, WebSocket, analytics systems
  • ❌ Enterprise customers
  • ❌ Payment processing

The Scaffold

This repo contains the foundation layer:

humanaios/
β”œβ”€β”€ apps/api/              # NestJS API application (scaffold)
β”œβ”€β”€ packages/mcp-sdk/      # MCP integration (design spec β€” not implemented)
β”œβ”€β”€ src/auth-system/       # Authentication module (functional)
β”œβ”€β”€ docs/                  # Documentation
β”œβ”€β”€ infrastructure/        # Infrastructure as code
β”œβ”€β”€ schema.sql             # Database schema
└── docker-compose.yml     # Local dev environment

Authentication system (what actually runs)

  • 8 API endpoints: register, login, refresh, logout, password reset, profile
  • JWT access + refresh token rotation
  • bcrypt password hashing (10 rounds)
  • Rate limiting, account lockout after 5 failed attempts
  • PostgreSQL with TypeORM

Quick Start (Local Dev Only)

Prerequisites: Node.js 18+, PostgreSQL 14+

git clone https://github.com/humanaios-ui/humanaios.git
cd humanaios
npm install
cp .env.example .env   # Edit with your local DB credentials
createdb humanaios
psql -d humanaios -f schema.sql
npm run start:dev

The auth API will be available at http://localhost:3000. There is no /docs Swagger endpoint yet.


Research Ecosystem

HumanAIOS runs an active OR&D (Observational Research & Development) phase through its sister platform, Lasting Light AI. All research infrastructure is live:

Resource Link
Observatory (live dashboard) humanaios.ai/observatory.html
ACAT Assessment Tool humanaios.ai/acat-assessment-tool.html
arXiv preprint arxiv.org/abs/2503.09618
Hugging Face dataset huggingface.co/datasets/humanaios/acat-assessments
Primary research repo github.com/humanaios-ui/lasting-light-ai
Independent replication (Inspect port) github.com/humanaios-ui/acat-inspect

Roadmap

Phase 1: Foundation (Q1 2026) β€” In progress

  • Authentication scaffold
  • Database design
  • ACAT research pipeline
  • arXiv preprint published

Phase 2: Beta Launch (Q2–Q3 2026)

  • Live API deployment
  • Initial customer pilots
  • Worker onboarding system
  • MCP integration

Phase 3: Cooperative Launch (2027)

  • Worker cooperative structure
  • Recovery program integration
  • Enterprise expansion

Security

Report vulnerabilities to: [email protected]

See SECURITY.md for full policy.


Contributing

We welcome contributors, especially from the research and recovery communities. See CONTRIBUTING.md β€” coming soon.

In the meantime, the best way to contribute is through the ACAT research platform at Lasting Light AI, or through the acat-inspect independent replication effort.


License

Copyright 2026 HumanAIOS LLC

Licensed under the Apache License, Version 2.0. See LICENSE for full text.


Contact


Built in service of recovery and healing.

Wado. πŸ™πŸ¦…

About

AI-human orchestration platform. Workers complete real-world tasks delegated by AI agents. Pre-launch R&D phase. Cherokee Nation citizen-founded. Apache 2.0. 100% of profits fund recovery programs.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors