Spaces:
Running
Running
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <style> | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; | |
| max-width: 720px; | |
| margin: 0 auto; | |
| padding: 2rem 1.5rem; | |
| color: #1a1a2e; | |
| line-height: 1.6; | |
| background: #fff; | |
| } | |
| .center { text-align: center; } | |
| h1 { | |
| font-size: 2rem; | |
| margin-bottom: 0.2rem; | |
| font-weight: 700; | |
| } | |
| h3 { | |
| font-size: 1.1rem; | |
| font-weight: 400; | |
| color: #333; | |
| margin-top: 0.2rem; | |
| margin-bottom: 0.3rem; | |
| } | |
| .sub { | |
| font-size: 0.75rem; | |
| letter-spacing: 0.15em; | |
| color: #888; | |
| margin-bottom: 1.5rem; | |
| } | |
| hr { | |
| border: none; | |
| border-top: 1px solid #e0e0e0; | |
| margin: 1.5rem 0; | |
| } | |
| h2 { | |
| font-size: 1.2rem; | |
| margin-top: 1.8rem; | |
| margin-bottom: 0.8rem; | |
| } | |
| p { margin-bottom: 0.8rem; } | |
| ul { | |
| padding-left: 1.2rem; | |
| } | |
| li { | |
| margin-bottom: 0.4rem; | |
| } | |
| table { | |
| width: 100%; | |
| border-collapse: collapse; | |
| margin: 1rem 0; | |
| font-size: 0.95rem; | |
| } | |
| th, td { | |
| text-align: left; | |
| padding: 0.5rem 0.8rem; | |
| border-bottom: 1px solid #eee; | |
| } | |
| th { | |
| font-weight: 600; | |
| border-bottom: 2px solid #ddd; | |
| } | |
| a { | |
| color: #2563eb; | |
| text-decoration: none; | |
| } | |
| a:hover { | |
| text-decoration: underline; | |
| } | |
| .links a { | |
| margin-right: 1.5rem; | |
| } | |
| strong { font-weight: 600; } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="center"> | |
| <h1>Tinman Lab</h1> | |
| <h3>Autonomous Machines. Second-Order Systems.</h3> | |
| <div class="sub">AGENT MEMORY · ADVERSARIAL SAFETY · AGENTIC ECONOMY · PERCEPTION SYSTEMS · APPLIED RESEARCH</div> | |
| </div> | |
| <hr /> | |
| <p>We build on-device AI systems that reason, remember, and self-correct β small models designed to run autonomously at the edge with calibrated uncertainty and adversarial robustness.</p> | |
| <h2>Research Areas</h2> | |
| <ul> | |
| <li><strong>Agent Memory</strong> β Encrypted semantic memory infrastructure for persistent agent context</li> | |
| <li><strong>Adversarial Safety</strong> β Multi-agent stress-testing and trust verification for autonomous systems</li> | |
| <li><strong>Perception Systems</strong> β On-device vision, voice, and multimodal understanding</li> | |
| <li><strong>Disposition Distillation</strong> β Training behavioral tendencies (planning, uncertainty acknowledgment, self-verification) into sub-billion parameter model weights via all-MIT multi-teacher distillation</li> | |
| </ul> | |
| <h2>Research Releases</h2> | |
| <table> | |
| <thead> | |
| <tr><th>Model</th><th>Size</th><th>Description</th></tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td><a href="https://huggingface.co/Tinman-Lab/tinman-code-0.6B">tinman-code-0.6B</a></td> | |
| <td>418 MB</td> | |
| <td>Research release β Disposition Distillation proof-of-concept on Qwen3-0.6B</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <h2>Links</h2> | |
| <p class="links"> | |
| <a href="https://tinmanlab.com">Website</a> | |
| <a href="https://github.com/tinmanlabsl/">GitHub</a> | |
| <span style="color: #888;">Research Paper β coming soon</span> | |
| </p> | |
| </body> | |
| </html> | |