Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
June 03, 2026
·
Paris
LinkUp
Discover LinkUp, a live demo showcasing real-time, structured web access for AI agents, an alternative to hallucination and stale data.
Overview
A live demo of real-time, structured web access for AI agents, positioned as an alternative to hallucination, stale training data, and brittle scraping wrappers.
Tech stack
- RAGRAG (Retrieval-Augmented Generation) is the GenAI framework that grounds LLMs (like GPT-4) on external, verified data, drastically reducing model hallucinations and providing verifiable sources.RAG is a critical GenAI architecture: it solves the LLM 'hallucination' problem by inserting a retrieval step before generation. A user query is vectorized, then used to query an external knowledge base (e.g., a Pinecone vector database) for relevant document chunks (typically 512-token segments). These retrieved facts augment the original prompt, providing the LLM (e.g., Gemini or Llama 3) the specific, current, or proprietary context required. This process ensures the final response is accurate and grounded in domain-specific data, avoiding the high cost and latency of full model retraining.
- Large Language ModelLarge Language Models (LLMs) are transformer-based neural networks, trained on massive text data, that predict and generate human-quality language and code.LLMs are deep learning models (e.g., GPT-4, Llama 3) built on the transformer architecture, which uses a self-attention mechanism to process massive, diverse datasets . These models, containing billions to trillions of parameters, function as general-purpose sequence predictors: they calculate the most statistically probable next token in a sequence . This core capability enables diverse applications, including summarization, code generation, translation, and complex reasoning (chain-of-thought) . While powerful, LLMs require significant compute resources and carry risks like generating false information (hallucinations) .
- Structured Web AccessA cross-platform visual day planner that transforms chaotic to-do lists into a clean, drag-and-drop daily timeline.Structured Web brings the highly visual, timeline-based daily planning of the popular iOS app to any desktop browser (including Windows and Linux machines). Designed specifically to combat time blindness, the platform lets users drag, drop, and color-code tasks to see exactly how their day lays out. By syncing through Structured Cloud, it bridges the gap between mobile and desktop, ensuring your schedule, subtasks, and calendar integrations stay updated across all your devices.
- Real-time Web AccessReal-time Web Access enables applications to stream live, continuous data updates directly to users without requiring manual page refreshes.Modern applications demand instant information delivery, and Real-time Web Access replaces traditional, slow request-response cycles with persistent, bi-directional communication channels. Leveraging core technologies like WebSockets, Server-Sent Events (SSE), and WebRTC, this architecture pushes live data (such as financial tickers, collaborative document edits, or interactive chat messages) to the client the millisecond it becomes available. By eliminating the overhead of constant HTTP polling, systems achieve sub-100ms latencies, drastically reducing server load while providing users with a seamless, highly responsive digital experience.
- Web Retrieval LayerAn API-first web retrieval layer that bypasses reverse proxies and dynamic JavaScript to deliver clean Markdown directly to LLMs.The Web Retrieval Layer acts as the dedicated data-gathering engine for modern AI systems, solving the persistent headache of scraping and structuring the live web. By abstracting away complex tasks like proxy rotation, headless browser orchestration, and CAPTCHA bypasses, it converts raw, dynamic HTML into clean, LLM-ready Markdown or structured JSON in under 4 seconds. This layer sits directly between your autonomous agents and the open web, ensuring your retrieval-augmented generation (RAG) pipelines are fueled by accurate, real-time web context without the engineering overhead of building custom scrapers.
Finding related talks...
Compose Email
Sending...
Email preview
Loading recent emails...