Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
The Ask Protocol
Explore Abject, the first abject-oriented OS, built on the Ask Protocol. Learn about living objects with memory and opinions that coordinate and evolve.
I built Abject, the first abject-oriented OS built on the Ask Protocol. Chatbots give you answers that scroll away. App stores give you apps: sealed boxes, identical for everyone, deaf to each other. Abject gives you neither. An abject is a living object with a face, a memory, and opinions about its own source code. It keeps working when you close the chat. It talks to the other abjects. Some of them, it made.
Generated 3 days ago
Generating a talk summary...
View full transcript
Abject-based capability system utilizing Playwright, CRDTs, and permission-gated shell execution.
Sandboxed runtime providing capability-based objects for restricted system resource access.
Abject uses LLMs and an "ask" messaging protocol for self-explaining objects.
- TypeScriptTypeScript 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.).
- WebRTCWebRTC (Web Real-Time Communication) is the open-source project and API set that enables secure, peer-to-peer (P2P) video, voice, and data exchange directly between browsers and mobile applications.WebRTC delivers high-performance real-time communication (RTC) capabilities directly to the browser, eliminating the need for plugins or proprietary software. The technology is an open standard, backed by industry leaders like Google, Apple, and Mozilla, and is implemented via three core JavaScript APIs: `MediaStream` (for accessing local camera/mic), `RTCPeerConnection` (for managing peer connections), and `RTCDataChannel` (for generic data transfer). It mandates encryption using DTLS and SRTP and handles complex networking challenges—specifically Network Address Translation (NAT) traversal—by leveraging STUN and TURN servers. This robust framework powers major applications, including Google Meet and Microsoft Teams, ensuring low-latency, secure P2P media streaming.
- C++C++ is the compiled, multi-paradigm powerhouse (procedural, OOP, generic) designed by Bjarne Stroustrup for high-performance systems, from operating systems to AAA game engines.C++ is the multi-paradigm (procedural, object-oriented, generic) programming language created by Bjarne Stroustrup in 1985, originally as an extension of C. It delivers a critical combination: low-level memory control and high-level abstraction, making it the premier choice for performance-critical applications. This includes major operating systems (like Windows and Linux), embedded systems, and demanding software like the Unreal Engine or Adobe products. The ISO/IEC JTC 1/SC 22/WG 21 committee continuously evolves the standard, with the latest being C++23 (ISO/IEC 14882:2024), ensuring modern features (e.g., modules, coroutines) integrate without compromising the language's core zero-overhead principle. It remains the essential engine for systems where speed and resource management are non-negotiable.
- WebAssemblyWebAssembly (Wasm) is a compact binary instruction format: it provides a portable compilation target for languages like C/C++, Rust, and Go, enabling near-native speed execution in browsers and server-side environments.WebAssembly (Wasm) is a low-level, stack-based virtual machine instruction set: it is a W3C standard, not a human-written language. Developers compile high-performance code, typically from C/C++ (via Emscripten) or Rust, into the compact `.wasm` binary format. This format executes in a safe, sandboxed environment, achieving near-native performance for computationally intensive tasks like 3D rendering (WebGL), game engines, or complex data processing. Wasm runs alongside JavaScript in all major browsers (Chrome, Firefox, Safari, Edge) and is expanding rapidly into non-web use cases via WASI (WebAssembly System Interface) for serverless and containerized computing.
- WebGLWebGL is the JavaScript API for rendering high-performance, interactive 2D and 3D graphics directly in any compatible web browser: no plugins required.WebGL is a cross-platform, royalty-free open web standard managed by the Khronos Group. It serves as a low-level 3D graphics API, exposing the functionality of OpenGL ES to ECMAScript (JavaScript) via the HTML5 canvas element. This design enables direct GPU-accelerated rendering, delivering complex visuals like games and data visualizations with native speed. Specifically, WebGL 1.0 aligns with the OpenGL ES 2.0 feature set, while WebGL 2.0 implements the OpenGL ES 3.0 API, ensuring broad support across major browser vendors (Apple, Google, Microsoft, Mozilla).
Related talks
More from the community
Coding is Solved. Next Up: Figure Out How to Plan
Seattle
Discover how to manage AI-generated plans and code reviews efficiently. This talk explores building an agent-native Google Docs…
Dev tools are all you need
Seattle
Explore Maibook, a desktop app using AI agents personalized from your file system. See customized dev tools for…
AskAiden - Building AI Tutors
Berlin
What If Your OS Was Built for Agents, Not Humans?
Los Angeles
Explore an OS built for AI agents, featuring persistent identities, tiered memory, signed capabilities, and intelligent LLM routing.…
Seams Showing: Deconstructionist Approach to AI Engineering
DC
Explore a deconstructionist approach to AI engineering for reliable MTG rules adjudication. This talk details a layered system…
How We Host Apps Built by AI Agents
Seattle
Learn how to host personal apps built by AI agents like ChatGPT and Claude. See the demo, code,…
Compose Email
Loading recent emails...