ExoMind - a voice-powered AI assistant with full context of your life | Boston .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

October 24, 2025 · Boston

ExoMind: Full Context Life AI

Learn how ExoMind uses voice AI and personal context to assess your life, set quarterly OKRs, and apply GTD for daily task management.

Overview
Links
Tech stack
  • Claude Skills
    Claude Skills packages specialized expertise—instructions, scripts, and resources—into modular, reusable components that Claude dynamically loads for complex, domain-specific tasks.
    Claude Skills transforms Claude into a specialist by packaging your procedural knowledge into portable, reusable folders: a `SKILL.md` file, instructions, and executable scripts. This feature (available to Pro, Max, Team, and Enterprise users) enables Claude to automatically perform complex, non-deterministic tasks like generating professional Excel spreadsheets with formulas, creating PowerPoint presentations, or processing PDFs. The system uses "progressive disclosure," loading only the skill's name and description initially, then the full content as needed, ensuring efficiency across Claude.ai, Claude Code, and the API. Developers can build custom skills for internal workflows via the Claude Developer Platform.
  • Claude Flow
    Claude Flow is the leading AI orchestration platform for Claude Code: it deploys intelligent multi-agent swarms, achieving an 84.8% SWE-Bench solve rate.
    This is the enterprise-grade orchestration layer for Anthropic’s Claude Code. Claude Flow deploys specialized AI agents—up to 10 or more—in concurrent swarms, coordinating them via 'hive-mind' intelligence. This parallel execution dramatically accelerates development: expect up to a 20x speed increase over sequential AI-assisted coding. The platform integrates 87 MCP tools and a persistent memory system (SQLite) to ensure agents share context and maintain learning across sessions. Claude Flow transforms a single model into an autonomous, high-performance engineering team, proven by its 84.8% SWE-Bench solve rate.
  • TypeScript
    TypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.
    TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
  • Python
    Python: The high-level, general-purpose language built for readability, powering everything from web backends to advanced machine learning models.
    Python is the high-level, general-purpose language prioritizing clear, readable syntax (via significant indentation), ensuring rapid development for any team . Its ecosystem is massive: use it for robust web development with frameworks like Django and Flask, or leverage its power in data science with libraries such as Pandas and NumPy . The Python Package Index (PyPI) provides thousands of community-contributed modules, offering immediate solutions for tasks from network programming to GUI creation . The language is actively maintained by the Python Software Foundation (PSF), with the stable release currently at Python 3.14.0 (as of November 2025) .
  • Web scraping
    Deploy automated bots to fetch, parse, and structure vast datasets (e.g., prices, reviews) from public web pages at scale.
    Web scraping is the automated extraction of data from websites using specialized software (bots or spiders). This process involves sending an HTTP request, receiving the HTML, and then parsing that code to isolate target data points: product prices, contact information, or news headlines. Developers frequently use Python libraries like Scrapy or Beautiful Soup to build these scrapers. The output is structured data, typically in CSV or JSON format, enabling high-value applications like competitive price monitoring across 500+ e-commerce sites or large-scale market research aggregation. We leverage this technology to turn unstructured web content into actionable business intelligence.

Related projects