TEQnation116 Videos

TEQnation 2023: Tight Genes: Intro to Genetic Algorithms – Dave Aronson

Yes, that’s right, geneTic, not geneRic. Genetic algorithms are shortcuts to “evolve” solutions to problems, similar to real-world biological evolution, usually finding a suitable (though not necessarily best) solution more quickly than precise calculation or brute-forcing through all possible options. This often reveals great solutions that humans probably would never have thought of, such as […]

TEQnation 2023: WebAssembly beyond the browser – Wietse Venema

WebAssembly (Wasm) is a technology that allows you to compile code written in over 40 programming languages and run it in a secure and performant way in web browsers. The WebAssembly System Interface (WASI) has expanded the capabilities of Wasm by enabling it to run outside the web browser, in environments such as server-side applications, […]

TEQnation 2023: WebAssembly beyond the browser – Wietse Venema

WebAssembly (Wasm) is a technology that allows you to compile code written in over 40 programming languages and run it in a secure and performant way in web browsers. The WebAssembly System Interface (WASI) has expanded the capabilities of Wasm by enabling it to run outside the web browser, in environments such as server-side applications, […]

TEQnation 2024 Teaser

🚀 Elevate your tech journey at TEQnation 2024 – The Multitrack Developer Conference! 🌐 Join us on May 22nd at DeFabrique, Utrecht, Netherlands! More info: https://conference.teqnation.com/

TEQnation 2024: Automind: Enterprise-Grade AI Assistants Done Right – Erik Meijer

  Introducing Automind: Enterprise-Grade AI Assistants Done Right While creating autonomous AI agents may seem straightforward, deploying them in enterprise environments raises significant challenges around security, reliability, scalability, usability, and integration. Simply combining off-the-shelf ingredients like language models and retrieval tools is akin to a home cook attempting a Michelin-starred meal – disastrous results are […]