Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Conare: AI Context Management
Learn how effective context management separates useful AI output from poor results. The talk covers this crucial skill and introduces the Conare application.
I’ll be talking about one of the most important skills of today - context management.
It’s single handedly the biggest thing that separates getting results with AI from vibe coded slop.
Also would love to talk about Conare - the app I build to solve the problem. This is my first AITinkerers, so if it goes against the spirit - no problem. But it really solves this problem nicely!
Conare manages reusable, tokenized context and file references for Claude Code LLM.
AI IDE Conare improves Claude LLM outputs through context engineering.
- TauriTauri builds tiny, secure, and blazingly fast cross-platform binaries using a Rust core and any web frontend (HTML, JS, CSS).Tauri is an open-source application toolkit: it delivers lightweight, secure desktop and mobile apps across Windows, macOS, Linux, Android, and iOS. Unlike frameworks that bundle a browser engine, Tauri leverages the host OS's native webview (e.g., WebView2, WKWebView), resulting in minimal app sizes—a minimal binary is often less than 600KB. The architecture pairs a flexible web frontend with a high-performance, security-focused backend written in Rust, utilizing Rust's memory and type-safety features. It includes essential tooling: a built-in bundler, a secure self-updater, and a tree-shakeable JavaScript API for controlled system access.
- NuxtNuxt is the open-source, full-stack Vue.js framework: it automates configuration and provides multiple rendering strategies (SSR, SSG, Hybrid) for production-grade web applications.Nuxt delivers a powerful, intuitive full-stack experience built on Vue.js, Vite, and Nitro. The framework handles critical setup automatically (routing, code-splitting, auto-imports), allowing developers to focus on application logic. It supports all modern rendering modes—Server-Side Rendering (SSR), Static Site Generation (SSG), and Hybrid—ensuring optimal performance and SEO. With over 4.3 million monthly downloads and 58.9K GitHub Stars (as of the latest metrics), Nuxt is a proven choice for building scalable, type-safe web applications, from simple landing pages to complex enterprise solutions.
- RustRust is a high-performance systems programming language that guarantees memory and thread safety via its compile-time ownership model.Rust is a statically-typed systems language engineered for performance and reliability, directly challenging C/C++ in speed. Its core innovation is the ownership model and 'borrow checker,' which enforces strict memory and thread safety at compile-time, eliminating data races and null pointer dereferences without a conventional garbage collector. Rust achieves near-native speed through 'zero-cost abstractions,' allowing high-level features to compile into highly optimized code. Major industry players, including Microsoft and Cloudflare, leverage Rust for critical infrastructure, and it is now officially supported for development in the Linux kernel.
- AlchemyAlchemy is the premier Web3 development platform: It powers over 71% of top crypto applications with 99.99% uptime and a complete suite of developer tools.This is the core infrastructure for Web3: Alchemy provides a full-stack development platform, often called the 'AWS of Web3,' trusted by industry leaders like OpenSea and MetaMask. We deliver unmatched reliability (99.99% uptime) and performance, driven by our proprietary Cortex engine. Developers get dead-simple APIs (NFT API, Enhanced RPC), best-in-class debugging tools, and the scalability to handle billions in transactions, allowing them to focus on innovation, not node management.
- Cloudflare WorkersDeploy serverless code instantly on Cloudflare's global network, executing with zero cold starts via V8 isolates for ultra-low latency.Cloudflare Workers is your serverless compute platform: run JavaScript, TypeScript, or WebAssembly directly on Cloudflare's global edge network. Leveraging the V8 engine and its isolate architecture ensures near-instant startup (zero cold starts), delivering ultra-low latency to users in over 330 cities. Use Workers to deploy fast edge logic—from custom API gateways and request routing to modifying responses and running AI inference—without managing a single server.
Related projects
The Personal AI Assistant: When Cursor Meets Claude Code for Life Management
Waterloo
Learn how to build a personal AI assistant with Cursor and Claude Code that tracks goals, automates routines,…
Advanced vibe coding of Unpitched: from zero to one in less than a month
Poland
Learn how to build an AI product from concept to deployment in a month, covering PRD-driven development, UI…
Paradigm – Understand the Code You Don’t Understand
Poland
Understand legacy code with Paradigm, a developer tool for deciphering unfamiliar systems, from old bank code to recent…
aius.co—the long-term memory agentic framework
Poland
The session explains aius.co’s modular agentic architecture, detailing long‑term memory persistence, compute allocation, and autonomous evolution of agents…
How bad reasoning over long context window failed me when building an e-commerce assistant.
Paris
Discover how long context windows can hinder LLM reasoning in e-commerce. Learn what went wrong and practical lessons…
Genaicode - programming on steroids
Poland
Live demo of Genaicode, an AI code generator, modifying a personal game in real time and covering latency,…