Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Manufacturing Intelligence -- from theory to industrial application.
Overview
This skill describes Leela AI's relationship to MOOLLM. Leela develops MOOLLM with an eye toward manufacturing intelligence, using it daily for practical devops, edgebox management, coding, debugging, and design work. The team is exploring how the theoretical foundations of Minsky, Papert, and Drescher might eventually deploy on factory floors.
Leela and Gary Drescher
Leela's foundations lie in Gary Drescher's work at MIT under Marvin Minsky and Seymour Papert. Drescher brought Jean Piaget's developmental psychology into computing: infants learn through sensorimotor experience and build schemas (context → action → result). Henry Minsky was exposed to this as a student; years later he reimplemented Drescher's algorithms and, with Cyrus Shaoul and Milan Minsky, founded Leela AI. The name Leela is Sanskrit for divine play — the play of creation, destruction, and re-creation.
Key points:
Schema mechanism: Leela builds models of the world using schemas that reason about which actions are possible and what changes when an action is performed. Goals are achieved by chaining schemas (planner finds actions whose results match the goal).
Self-supervised learning: Leela learns from exploratory actions without labeled examples or explicit reward; it forms and tests hypotheses. In multi-goal grid-world experiments (Kommrusch et al., IWSSL 2020), Leela reached training targets in ~160N² steps vs DQN ~360N^2.7, and does not suffer catastrophic forgetting.
Neurosymbolic extension: Later work (Symbolic Guidance for Constructivist Learning, Neurosymbolic Learning on Video Data, Society of LLMs) combines the symbolic schema system with neural perception (object/pose detection, cortical columns, multi-LLM instances). Society of LLMs (Kommrusch & Minsky, IWSSL 2024) maps Drescher's schema mechanism onto multi-agent LLMs: curiosity-driven goals, multiple plans, training samples when plans differ and one succeeds, contextual sub-activation (one agent "thinking subconsciously"), and incremental LoRA updates; evaluation target ARC-AGI. Leela Core uses the hybrid for manufacturing video intelligence — causal reasoning and explainability on top of ConvNets.
The neural layer provides perception. The symbolic layer provides reasoning. The PDA layer provides natural language interface -- neural at the surface, symbolic in the protocol.
Schema Mechanism (Drescher)
Every inference follows Drescher's schema pattern:
edge_architecture:edgebox:location:factoryfloorlatency:<50mscapabilities: [inference, alerting, logging]
cloud:purpose:training,aggregation,analyticslatency:acceptablefornon-real-timeprinciple:|
Real-time decisions happen at the edge.
Learning and optimization happen in the cloud.
Data sovereignty stays with the customer.
# Factory zone as MOOLLM roomzone:id:assembly_line_3type: [production, monitored, indoor]
contains:-equipment: [robot_arm_1, conveyor_2, station_7]
-personnel: [operator_badge_1234]
-cameras: [cam_3a, cam_3b, cam_3c]
exits:-to:staging_area-to:quality_checkatmosphere:safety_status:greenproduction_status:activealert_level:none
Characters as Entities
# Forklift as MOOLLM characterentity:id:forklift_07type: [vehicle, autonomous, tracked]
location:loading_dock_2state:stationarycurrent_task:awaiting_clearancerelationships:operator:badge_5678cargo:pallet_1234needs:fuel:0.73maintenance:0.15# due soon
Skills as Inference Rules
# Safety protocol as MOOLLM skillskill:id:pedestrian-safetyactivation:context:pedestriandetectedinvehiclezoneaction:-alertvehicleoperators-logsafetyevent-trackpedestrianuntilzone-clearadvertisement:provides:pedestrian-zone-monitoringsatisfies: [safety, compliance, awareness]
The Team
Team Member
Role
Background
Henry Minsky
CTO
MIT AI Lab, NTT DoCoMo, Google Nest. Marvin Minsky's son.
Dr. Cyrus Shaoul
Chief Evangelist
Computational neuroscientist, Digital Garage co-founder/CTO
Dr. Milan Singh Minsky
VP Product
Venture-backed startups, RayVio co-founder
Sheung Li
VP Applications
Machine vision in manufacturing
Dr. Steve Kommrusch
Senior AI Research Scientist
Deep learning, AMD/HP/National Semiconductor
Don Hopkins
AI Architect
The Sims, NeWS, pie menus, MOOLLM
The theory meets the practice. Minsky's ideas, refined through Hopkins's implementation experience and Kommrusch's deep learning expertise, deployed on factory floors.