.

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.

January 23, 2025 · Seattle

Haystack AI

The talk explores Haystack’s AI-driven low-code platform, focusing on a word-doc-based coding workflow and a Deno-powered system for fast batch execution.

Video
Overview
Links
Tech stack
  • Haystack AI
    Open-source AI orchestration framework for Python developers: build, customize, and deploy production-grade LLM applications (RAG, agents).
    Haystack is the open-source AI orchestration framework from deepset, designed for Python developers building production-ready LLM applications. Its modular architecture uses components (retrievers, generators, agents) to create flexible pipelines for advanced use cases: Retrieval-Augmented Generation (RAG) and autonomous agents. The framework integrates smoothly with major providers (OpenAI, Anthropic) and vector databases (Pinecone, Weaviate), providing the control and tooling necessary to move projects from prototype to enterprise-scale deployment.
  • Deno
    Deno is the secure, modern runtime for JavaScript, TypeScript, and WebAssembly (built on V8 and Rust) that provides a complete, zero-config toolchain.
    Deno is a simple, modern runtime for JavaScript and TypeScript, created by Node.js founder Ryan Dahl to address key design regrets from Node.js. It operates on the Chromium V8 engine and Rust, prioritizing security by default: file system and network access are explicitly disallowed unless permissions are granted (like browser geolocation). Deno functions as an all-in-one toolchain, offering built-in support for TypeScript, linting, testing, and formatting (`deno fmt`) with zero configuration. It utilizes standard ES module imports via URLs, eliminating the need for a separate package manager like npm and the bulky `node_modules` folder, streamlining dependencies and deployment.

Related projects