<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ash&#39;s Blog</title>
    <link>https://ashvardanian.com/</link>
    <description>Recent content on Ash&#39;s Blog</description>
    <image>
      <title>Ash&#39;s Blog</title>
      <url>https://ashvardanian.com/ashvardanian.com.jpg</url>
      <link>https://ashvardanian.com/ashvardanian.com.jpg</link>
    </image>
    <generator>Hugo -- 0.139.2</generator>
    <language>en</language>
    <lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://ashvardanian.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>NumKong: 2&#39;000 Mixed Precision Kernels For All 🦍</title>
      <link>https://ashvardanian.com/posts/numkong/</link>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/numkong/</guid>
      <description>Around 2&amp;#39;000 SIMD kernels for mixed-precision BLAS-like numerics — dot products, batched GEMMs, distances, geospatial, ColBERT MaxSim, and mesh alignment — from Float6 to Float118, leveraging RISC-V, Intel AMX, Arm SME, and WebAssembly Relaxed SIMD, in 7 languages and 5 MB.</description>
    </item>
    <item>
      <title>Full Unicode Search at 50× ICU Speed with AVX‑512</title>
      <link>https://ashvardanian.com/posts/search-utf8/</link>
      <pubDate>Mon, 15 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/search-utf8/</guid>
      <description>ICU gets Unicode right and pays for it. This post shows a different approach: fold-safe windows, SIMD probes, and verifiers for fast UTF‑8 search.</description>
    </item>
    <item>
      <title>Tuning TLS: AES-256 Beats ChaCha20 on Every CPU</title>
      <link>https://ashvardanian.com/posts/chacha-vs-aes-2025/</link>
      <pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/chacha-vs-aes-2025/</guid>
      <description>AES-256-GCM now beats ChaCha20-Poly1305 by up to 3x on every modern CPU with hardware acceleration, reversing the 2015 mobile performance advice.</description>
    </item>
    <item>
      <title>Scaling Elections with GPUs and Mojo across Nvidia and AMD 🔥</title>
      <link>https://ashvardanian.com/posts/scaling-elections/</link>
      <pubDate>Tue, 28 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/scaling-elections/</guid>
      <description>Taking the computationally expensive Schulze voting method from theory to practice on GPUs — exploring parallel algorithms, hardware optimizations, and why Mojo surprised me.</description>
    </item>
    <item>
      <title>2x Faster Hashes on AWS Graviton: NEON → SVE2</title>
      <link>https://ashvardanian.com/posts/aws-graviton-checksums-on-neon-vs-sve/</link>
      <pubDate>Mon, 06 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/aws-graviton-checksums-on-neon-vs-sve/</guid>
      <description>SVE2 AES on AWS Graviton 4 delivers 2x faster string hashing than NEON, but SVE&amp;#39;s variable-length promise fell flat: Graviton 4 regressed to 128-bit vectors.</description>
    </item>
    <item>
      <title>Before AI&#39;s Kepler Moment - Are LLMs the Epicycles of Intelligence?</title>
      <link>https://ashvardanian.com/posts/llm-epicycles/</link>
      <pubDate>Thu, 02 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/llm-epicycles/</guid>
      <description>Like Ptolemaic astronomers stacking circles to predict planetary motion, we stack transformer layers to approximate intelligence—accurate yet awaiting our Kepler moment.</description>
    </item>
    <item>
      <title>How a String Library Beat OpenCV at Image Processing by 4x</title>
      <link>https://ashvardanian.com/posts/image-processing-with-strings/</link>
      <pubDate>Sat, 20 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/image-processing-with-strings/</guid>
      <description>StringZilla&amp;#39;s SIMD-optimized Look-Up Tables beat OpenCV by 4x on image processing, proving string manipulation techniques excel beyond text.</description>
    </item>
    <item>
      <title>Processing Strings 109x Faster than Nvidia on H100</title>
      <link>https://ashvardanian.com/posts/stringwars-on-gpus/</link>
      <pubDate>Mon, 15 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/stringwars-on-gpus/</guid>
      <description>StringZilla v4 brings CUDA acceleration for string processing: 109x faster than Nvidia&amp;#39;s CuDF on edit distances, plus 52-bit MinHash fingerprinting and AES-based hashing.</description>
    </item>
    <item>
      <title>Beyond OpenMP in C&#43;&#43; &amp; Rust: Taskflow, Rayon, Fork Union 🍴</title>
      <link>https://ashvardanian.com/posts/beyond-openmp-in-cpp-rust/</link>
      <pubDate>Tue, 20 May 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/beyond-openmp-in-cpp-rust/</guid>
      <description>Most C&#43;&#43; and Rust thread pools run 10x slower than OpenMP on fork-join workloads. Fork Union closes the gap to 20% with 300 lines, dodging mutexes and CAS.</description>
    </item>
    <item>
      <title>CUDA Hello World: Done Less Wrong</title>
      <link>https://ashvardanian.com/posts/less-wrong-cuda-hello-world/</link>
      <pubDate>Sat, 05 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/less-wrong-cuda-hello-world/</guid>
      <description>Moving beyond triple-bracket kernel launches to production-ready CUDA: proper error handling, CUDA Driver API, cooperative groups, and inline PTX for robust GPU code.</description>
    </item>
    <item>
      <title>The Longest Nvidia PTX Instruction</title>
      <link>https://ashvardanian.com/posts/longest-ptx-instruction/</link>
      <pubDate>Wed, 05 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/longest-ptx-instruction/</guid>
      <description>Exploring the 79-character mma.sp::ordered_metadata instruction for Tensor Cores on Hopper H100s, plus insights on PTX, SASS, and the evolving complexity of GPU ISAs.</description>
    </item>
    <item>
      <title>Hiding x86 Port Latency for 330 GB/s/core Reductions 🫣</title>
      <link>https://ashvardanian.com/posts/cpu-ports/</link>
      <pubDate>Sun, 19 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/cpu-ports/</guid>
      <description>By exploiting CPU port differences between Intel and AMD, interleaving FMA with addition instructions boosts AVX-512 reduction kernels from 211 GB/s to 330 GB/s per core.</description>
    </item>
    <item>
      <title>Parsing JSON in C &amp; C&#43;&#43;: Singleton Tax</title>
      <link>https://ashvardanian.com/posts/parsing-json-with-allocators-cpp/</link>
      <pubDate>Tue, 07 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/parsing-json-with-allocators-cpp/</guid>
      <description>Custom allocators can dramatically reduce JSON parsing overhead, but singleton dependencies lurk everywhere—from malloc to std::isspace—limiting multi-threaded gains.</description>
    </item>
    <item>
      <title>10x Faster C&#43;&#43; String Split, 16 Years Later 👴🏻</title>
      <link>https://ashvardanian.com/posts/splitting-strings-cpp/</link>
      <pubDate>Thu, 02 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/splitting-strings-cpp/</guid>
      <description>A 16-year-old StackOverflow question on string splitting gets a modern answer: SIMD-accelerated tokenization that&amp;#39;s 10x faster than STL and cleaner than ranges.</description>
    </item>
    <item>
      <title>The Next 31 Years of Developing Unum</title>
      <link>https://ashvardanian.com/posts/next-31-years-of-unum/</link>
      <pubDate>Tue, 26 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/next-31-years-of-unum/</guid>
      <description>Nine years into a 40-year commitment to AI infrastructure. Reflecting on mistakes, open-source wins, and why the real work is just beginning.</description>
    </item>
    <item>
      <title>Understanding SIMD: Infinite Complexity of Trivial Problems 🔥</title>
      <link>https://ashvardanian.com/posts/understanding-simd-complexity/</link>
      <pubDate>Mon, 25 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/understanding-simd-complexity/</guid>
      <description>Why SIMD programming is harder than it looks: exploring cosine similarity optimization across x86 and Arm architectures, from basic AVX2 to cutting-edge SVE2 instructions.</description>
    </item>
    <item>
      <title>5x Faster Set Intersections: SVE2, AVX-512, &amp; NEON 🤐</title>
      <link>https://ashvardanian.com/posts/simd-set-intersections-sve2-avx512/</link>
      <pubDate>Mon, 16 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/simd-set-intersections-sve2-avx512/</guid>
      <description>Achieving 5x faster set intersections on AWS Graviton 4 using Arm&amp;#39;s SVE2 and Intel&amp;#39;s AVX-512 with specialized instructions like HISTCNT, MATCH, and VP2INTERSECT.</description>
    </item>
    <item>
      <title>35% Discount on Keyword Arguments in Python 🐍</title>
      <link>https://ashvardanian.com/posts/discount-on-keyword-arguments-in-python/</link>
      <pubDate>Sun, 08 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/discount-on-keyword-arguments-in-python/</guid>
      <description>Keyword arguments in Python aren&amp;#39;t free. Switching from PyArg_ParseTupleAndKeywords to METH_FASTCALL and manual parsing yields a 35% speedup in function calls.</description>
    </item>
    <item>
      <title>NumPy vs BLAS: Losing 90% of Throughput</title>
      <link>https://ashvardanian.com/posts/numpy-vs-blas-costs/</link>
      <pubDate>Tue, 12 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/numpy-vs-blas-costs/</guid>
      <description>NumPy&amp;#39;s binding overhead wastes up to 90% of BLAS throughput on dot products; SimSIMD recovers that performance with optimized Python interfaces.</description>
    </item>
    <item>
      <title>The Painful Pitfalls of C&#43;&#43; STL Strings 🧵</title>
      <link>https://ashvardanian.com/posts/painful-strings/</link>
      <pubDate>Mon, 12 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/painful-strings/</guid>
      <description>C&#43;&#43; STL strings bring 20,000&#43; lines of code to every compilation, yet remain slower than LibC and error-prone. StringZilla offers a faster, more intuitive alternative.</description>
    </item>
    <item>
      <title>USearch Molecules: 28 Billion Chemical Embeddings on AWS ⚗️</title>
      <link>https://ashvardanian.com/posts/usearch-molecules/</link>
      <pubDate>Mon, 20 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/usearch-molecules/</guid>
      <description>Indexing 28 billion chemical embeddings from 7 billion molecules using optimized Jaccard distance kernels, achieving 99% recall at 3,700 QPS on AWS Open Data.</description>
    </item>
    <item>
      <title>Binding a C&#43;&#43; Library to 10 Programming Languages 🔟</title>
      <link>https://ashvardanian.com/posts/porting-cpp-library-to-ten-languages/</link>
      <pubDate>Thu, 09 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/porting-cpp-library-to-ten-languages/</guid>
      <description>Binding USearch to 10 languages reveals the friction in each ecosystem—from Python&amp;#39;s simplicity to Java&amp;#39;s complexity—and why C&#43;&#43; still rules performance-critical code.</description>
    </item>
    <item>
      <title>Python, C, Assembly - 2&#39;500x Faster Cosine Similarity 📐</title>
      <link>https://ashvardanian.com/posts/python-c-assembly-comparison/</link>
      <pubDate>Mon, 30 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/python-c-assembly-comparison/</guid>
      <description>From pure Python to AVX-512 assembly, optimizing cosine similarity reveals a 2,500x speedup through SIMD, FP16, and VNNI instructions on modern Intel CPUs.</description>
    </item>
    <item>
      <title>GCC Compiler vs Human - 119x Faster Assembly 💻🆚🧑‍💻</title>
      <link>https://ashvardanian.com/posts/gcc-12-vs-avx512fp16/</link>
      <pubDate>Mon, 23 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/gcc-12-vs-avx512fp16/</guid>
      <description>Hand-written AVX-512FP16 SIMD code achieves 119x speedup over GCC&amp;#39;s auto-vectorization for Jensen-Shannon divergence, using reciprocal square roots and FMA instructions.</description>
    </item>
    <item>
      <title>Accelerating JavaScript arrays by 10x for Vector Search 🏹</title>
      <link>https://ashvardanian.com/posts/javascript-ai-vector-search/</link>
      <pubDate>Sat, 21 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/javascript-ai-vector-search/</guid>
      <description>Supercharging JavaScript&amp;#39;s TypedArray with C bindings and SIMD achieves 10x speedup over native Arrays for AI vector operations in Node.js.</description>
    </item>
    <item>
      <title>Our CPython bindings got 5x faster without PyBind11 🐍</title>
      <link>https://ashvardanian.com/posts/pybind11-cpython-tutorial/</link>
      <pubDate>Tue, 10 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/pybind11-cpython-tutorial/</guid>
      <description>Switching from PyBind11 to direct CPython C API bindings reduced StringZilla&amp;#39;s call latency by 5x, proving that understanding CPython internals pays dividends.</description>
    </item>
    <item>
      <title>SciPy distances... up to 200x faster with AVX-512 &amp; SVE 📏</title>
      <link>https://ashvardanian.com/posts/simsimd-faster-scipy/</link>
      <pubDate>Sat, 07 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/simsimd-faster-scipy/</guid>
      <description>AVX-512 and Arm SVE bring masked loads and native f16 math to vector distances. SimSIMD exploits both, running up to 200x faster than SciPy on modern CPUs.</description>
    </item>
    <item>
      <title>Combinatorial Stable Marriages for DBMS Semantic Joins 💍</title>
      <link>https://ashvardanian.com/posts/searching-stable-marriages/</link>
      <pubDate>Tue, 18 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/searching-stable-marriages/</guid>
      <description>Replacing billion-entry preference lists with vector search indexes makes the Nobel Prize-winning Stable Marriage algorithm scale to real-world dating and database joins.</description>
    </item>
    <item>
      <title>StringZilla: 5x faster strings with SIMD &amp; SWAR 🦖</title>
      <link>https://ashvardanian.com/posts/stringzilla/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/stringzilla/</guid>
      <description>StringZilla uses SIMD tricks to hit 16 GB/s substring search, beating standard libraries by 5-10x and parsing multi-terabyte files Python couldn&amp;#39;t handle.</description>
    </item>
    <item>
      <title>Abusing Vector Search for Texts, Maps, and Chess ♟️</title>
      <link>https://ashvardanian.com/posts/abusing-vector-search/</link>
      <pubDate>Tue, 09 May 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/abusing-vector-search/</guid>
      <description>Vector search isn&amp;#39;t just for AI embeddings. Use HNSW for geo-spatial queries, stock covariance, chess positions, text tokens, and multi-modal recommendations with custom metrics.</description>
    </item>
    <item>
      <title>Counting Strings in C&#43;&#43;: 30x Throughput Difference 💬</title>
      <link>https://ashvardanian.com/posts/count-unique-strings/</link>
      <pubDate>Tue, 09 May 2023 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/count-unique-strings/</guid>
      <description>From junior to expert: four C&#43;&#43; solutions to count unique strings reveal 30x performance gaps. Proficiency dramatically impacts even trivial single-threaded code.</description>
    </item>
    <item>
      <title>We went through life with a smile 💔</title>
      <link>https://ashvardanian.com/posts/my-sona/</link>
      <pubDate>Fri, 29 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/my-sona/</guid>
      <description>A love story cut short — remembering Sona, who taught me what it means to truly care for others, build with purpose, and find someone who shares your frequency.</description>
    </item>
    <item>
      <title>Mastering C&#43;&#43; with Google Benchmark ⏱️</title>
      <link>https://ashvardanian.com/posts/google-benchmark/</link>
      <pubDate>Fri, 04 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/google-benchmark/</guid>
      <description>Write faster C&#43;&#43; with Google Benchmark: measure everything from math micro-ops to sorting algorithms, and discover 60x speedups with simple compiler tricks.</description>
    </item>
    <item>
      <title>Failing to Reach DDR4 Bandwidth 🚌</title>
      <link>https://ashvardanian.com/posts/ddr4-bandwidth/</link>
      <pubDate>Sat, 29 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/ddr4-bandwidth/</guid>
      <description>Why reaching DDR4&amp;#39;s theoretical bandwidth is nearly impossible. CPU parallel reductions struggle to hit 60% saturation while GPU solutions easily exceed 79%.</description>
    </item>
    <item>
      <title>Crushing CPUs with 879 GB/s Reductions in CUDA</title>
      <link>https://ashvardanian.com/posts/cuda-parallel-reductions/</link>
      <pubDate>Fri, 28 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/cuda-parallel-reductions/</guid>
      <description>GPU code beats optimized CPU parallel reductions by 10x, reaching 879 GB/s. CUB achieves 94% bandwidth saturation while CPU barely hits 60%.</description>
    </item>
    <item>
      <title>Apple to Apple Comparison: M1 Max vs Intel 🍏</title>
      <link>https://ashvardanian.com/posts/apple-m1/</link>
      <pubDate>Tue, 21 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/apple-m1/</guid>
      <description>M1 Max with DDR5 challenges 64-core server workloads in hash-table benchmarks. Memory bandwidth matters more than core count for many real-world tasks.</description>
    </item>
    <item>
      <title>Hyperscaler Shopping List: 2022 Data Center Tech Frenzy ☁️</title>
      <link>https://ashvardanian.com/posts/server-supercycle/</link>
      <pubDate>Tue, 07 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/server-supercycle/</guid>
      <description>DDR5, PCIe Gen5, CXL, and new CPUs from Intel, AMD, and NVIDIA converge in 2022. The biggest datacenter hardware refresh in a decade.</description>
    </item>
    <item>
      <title>Only 1% of Software Benefits from SIMD Instructions</title>
      <link>https://ashvardanian.com/posts/simd-popularity/</link>
      <pubDate>Sun, 21 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/simd-popularity/</guid>
      <description>Analysis of 2,000&#43; Linux and macOS binaries reveals less than 1% of instructions use SIMD, despite CPUs dedicating massive die area to vector processing.</description>
    </item>
    <item>
      <title>Artsakh Must Be Independent 🗺️</title>
      <link>https://ashvardanian.com/posts/artsakh/</link>
      <pubDate>Fri, 02 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/artsakh/</guid>
      <description>A data-driven argument for why Artsakh must be independent — examining historical claims, demographic evidence, and the indisputable pattern of ethnic violence.</description>
    </item>
    <item>
      <title>The 7 Sins of Turkish Autocracy 🇹🇷</title>
      <link>https://ashvardanian.com/posts/turkey/</link>
      <pubDate>Thu, 01 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/turkey/</guid>
      <description>Seven stories tracing Turkey&amp;#39;s path from secular reforms to neo-Ottoman ambitions — examining crimes unpunished, allies betrayed, and the dangerous pattern repeating today.</description>
    </item>
    <item>
      <title>Armenia, Azerbaijan, Turkey. Who&#39;s the Aggressor? ⚔️</title>
      <link>https://ashvardanian.com/posts/aggressor/</link>
      <pubDate>Sun, 27 Sep 2020 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/aggressor/</guid>
      <description>Three countries, vastly different resources and freedoms. The numbers reveal who&amp;#39;s really threatening peace in the region.</description>
    </item>
    <item>
      <title>Come to Armenia 🇦🇲</title>
      <link>https://ashvardanian.com/posts/armenia/</link>
      <pubDate>Sat, 01 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/armenia/</guid>
      <description>Why Armenia is an emerging tech hub worth your attention — from startup tax incentives to ancient history, discover what makes this small nation punch above its weight.</description>
    </item>
    <item>
      <title>Positive Outlook on the COVID-19 Crisis 😷</title>
      <link>https://ashvardanian.com/posts/covid19/</link>
      <pubDate>Sun, 22 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/covid19/</guid>
      <description>The pandemic revealed our weaknesses, but also unprecedented opportunities — from personal growth to financial markets, here&amp;#39;s why optimism isn&amp;#39;t naive.</description>
    </item>
    <item>
      <title>Building AI Safely</title>
      <link>https://ashvardanian.com/posts/building-ai-safely/</link>
      <pubDate>Fri, 06 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/building-ai-safely/</guid>
      <description>A 2018 conversation about AI safety, infrastructure, and the real dangers of weak AI in the hands of organizations optimizing for power over people.</description>
    </item>
    <item>
      <title>What&#39;s Wrong with WWDC 2016 Keynote?</title>
      <link>https://ashvardanian.com/posts/whats-wrong-with-wwdc-2016/</link>
      <pubDate>Tue, 14 Jun 2016 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/posts/whats-wrong-with-wwdc-2016/</guid>
      <description>An iOS developer&amp;#39;s critique of Apple&amp;#39;s 2016 keynote — when emojis and animations overshadowed the innovations developers actually needed.</description>
    </item>
    <item>
      <title>HackerNews Favorites</title>
      <link>https://ashvardanian.com/hackernews/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/hackernews/</guid>
      <description>&lt;p&gt;I often post on Reddit and HackerNews, with the latter being a surprisingly well-balanced platform for technical discussions with less personal bias.
Here are some of my favorite publications that made headlines on HackerNews:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=35042316&#34;&gt;Up to 100x Faster FastAPI with simdjson and io_uring on Linux 5.19&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=34970045&#34;&gt;Beating OpenAI CLIP with 100x less data and compute&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=43727743&#34;&gt;Less Slow C++&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=46276826&#34;&gt;Full Unicode Search at 50× ICU Speed with AVX‑512&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=45402820&#34;&gt;Beyond OpenMP in C++ and Rust: Taskflow, Rayon, Fork Union&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=45304807&#34;&gt;Processing Strings 109x Faster Than Nvidia on H100&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=42237938&#34;&gt;Understanding SIMD: Infinite complexity of trivial problems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=35887983&#34;&gt;Abusing vector search for texts, maps, and chess&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=29670624&#34;&gt;Apple to Apple Comparison: M1 Max vs. Intel&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=29954447&#34;&gt;Server Hardware Super-Cycle 2022&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=30178764&#34;&gt;Failing to reach DDR4 bandwidth&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=38684461&#34;&gt;Python, C, Assembly – Faster Cosine Similarity&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=36772545&#34;&gt;Combinatorial Stable Marriages for DBMS Semantic Joins&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=37273963&#34;&gt;Faking SIMD to Search and Sort Strings 5x Faster&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=39111114&#34;&gt;SimSIMD v3.6.7: Hardware-accelerated similarity metrics and distance functions&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=37304306&#34;&gt;StringZilla v2: Fastest string sort, search, split, and shuffle using SIMD&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>My Open Software</title>
      <link>https://ashvardanian.com/software/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/software/</guid>
      <description>&lt;p&gt;All of my software is hosted on GitHub, mostly under the &lt;a href=&#34;https://opensource.org/licenses/Apache-2.0&#34;&gt;Apache-2.0&lt;/a&gt; permissive license.
Free for commercial and non-commercial use, modification, and distribution.&lt;/p&gt;
&lt;h2 id=&#34;major-projects&#34;&gt;Major Projects&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/unum-cloud/USearch&#34;&gt;USearch&lt;/a&gt;&lt;/strong&gt; - a universal search engine powering many databases, AI labs, and experiments in Natural Sciences. Compact C++ core with 10+ language bindings — 10–100× faster than Meta FAISS for vector search and far beyond Apache Lucene.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/ashvardanian/StringZilla&#34;&gt;StringZilla&lt;/a&gt;&lt;/strong&gt; - SIMD, SWAR, and CUDA-accelerated string algorithms for search, matching, hashing, and sorting at Web Scale and Bioinformatics scale. Hundreds of hand-tuned kernels with manual multi-versioning, exposed to C, C++, Rust, Python, Swift, and JavaScript, up to 10× faster on CPUs and 100× faster on GPUs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/ashvardanian/SimSIMD&#34;&gt;SimSIMD&lt;/a&gt;&lt;/strong&gt; - an extensive collection of mixed-precision vector math kernels for C, Python, Rust, and JavaScript. Designed for linear algebra, scientific computing, statistics, information retrieval, and image processing, delivering consistent SIMD speedups over BLAS and NumPy on both x86 and ARM architectures.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/unum-cloud/UCall&#34;&gt;UCall&lt;/a&gt;&lt;/strong&gt; - a kernel-bypass web server backend for C and Python built on io_uring. Achieves 70× higher throughput and 50× lower latency than FastAPI for real-time workloads, including serving compact AI models.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/unum-cloud/UForm&#34;&gt;UForm&lt;/a&gt;&lt;/strong&gt; - tiny multimodal AI models with state-of-the-art parameter and data efficiency. Compatible with Python, JS, and Swift, serving as a lightweight alternative to OpenAI CLIP for on-device and server inference.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/ashvardanian/ForkUnion&#34;&gt;ForkUnion&lt;/a&gt;&lt;/strong&gt; - ultra-low-latency parallelism library for Rust and C++. Avoids allocations, mutexes, and even Compare-And-Swap atomics — achieving up to 10× speedups over Rayon and TaskFlow.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some of those are used in open-source databases, like &lt;a href=&#34;https://github.com/ClickHouse/ClickHouse&#34;&gt;ClickHouse&lt;/a&gt;, &lt;a href=&#34;https://github.com/duckdb/duckdb&#34;&gt;DuckDB&lt;/a&gt;, &lt;a href=&#34;https://github.com/pingcap/tidb&#34;&gt;TiDB&lt;/a&gt;, &lt;a href=&#34;https://github.com/scylladb/scylladb&#34;&gt;ScyllaDB&lt;/a&gt;, &lt;a href=&#34;https://github.com/yugabyte/yugabyte-db&#34;&gt;yugabyteDB&lt;/a&gt;, &lt;a href=&#34;https://github.com/dragonflydb/dragonfly&#34;&gt;DragonflyDB&lt;/a&gt;, &lt;a href=&#34;https://github.com/memgraph&#34;&gt;MemGraph&lt;/a&gt;, &lt;a href=&#34;https://github.com/vdaas/vald&#34;&gt;Vald&lt;/a&gt;, &lt;a href=&#34;https://github.com/tursodatabase/turso&#34;&gt;Turso&lt;/a&gt;, LLM toolchains, like &lt;a href=&#34;https://github.com/langchain-ai/langchain&#34;&gt;LangChain&lt;/a&gt;, &lt;a href=&#34;https://github.com/run-llama/semtools&#34;&gt;LlamaIndex&lt;/a&gt;, &lt;a href=&#34;https://github.com/microsoft/semantic-kernel&#34;&gt;Microsoft SemanticKernel&lt;/a&gt;, &lt;a href=&#34;https://github.com/nomic-ai/gpt4all&#34;&gt;Nomic AI GPT4All&lt;/a&gt;, &lt;a href=&#34;https://github.com/deta/surf&#34;&gt;Surf&lt;/a&gt;, and many other less &amp;ldquo;open&amp;rdquo; systems, such as backend infrastructure of major AI labs, government intelligence agencies, Hyper-scale cloud companies, Fortune 500, iOS and Android apps with 100M-1B MAU.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Recordings &amp; Talks</title>
      <link>https://ashvardanian.com/talks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://ashvardanian.com/talks/</guid>
      <description>&lt;p&gt;Most materials are in English unless &lt;del&gt;literally&lt;/del&gt; flagged otherwise.
The absolute majority is on the subjects of Systems Design, Computer Science, and Artificial Intelligence.
The 🗣️ talking head links aren&amp;rsquo;t technical, and in the ones with a 👯‍♂️ - I am just a wingman supporting another speaker.&lt;/p&gt;
&lt;h2 id=&#34;2025&#34;&gt;2025&lt;/h2&gt;


    
    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/bDRo7Cf7x1o?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;
      &gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;PyTorch &amp;amp; Lightning AI Meetup: Matrix Multiplication Assembly Instructions. London, UK. &lt;a href=&#34;https://www.meetup.com/london-pytorch-meetup/events/305522836&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/bDRo7Cf7x1o&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;OpenUK 2025: Linux Kernel 6 - Path to 10x Faster Databases and Networking. London, UK. &lt;a href=&#34;https://youtu.be/xzFYuTqGd6o&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;PyTorch Meetup 21 at Databricks: Scaling Vector Search Up &amp;amp; Out with Spark. London, UK. &lt;a href=&#34;https://www.meetup.com/london-pytorch-meetup/events/310701289&#34;&gt;Event&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;OpenUK 2025: Democratizing AI - Optimizing Matrix Multiplications on Intel, Apple, AMD, NVIDIA &amp;amp; AWS Chips. London, UK. &lt;a href=&#34;https://youtu.be/Qujweq6Gf5A&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;PyData London 101: USearch - the Search Engine Behind Most New RAG Pipelines. London, UK. &lt;a href=&#34;https://www.meetup.com/pydata-london-meetup/events/311635959&#34;&gt;Event&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;C++ &amp;amp; Rust Cross-over Meetup: Writing &amp;ldquo;Less Slow&amp;rdquo; C++. London, UK. &lt;a href=&#34;https://www.meetup.com/cpplondon/events/310272299&#34;&gt;Event&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2024&#34;&gt;2024&lt;/h2&gt;


    
    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/LPv7QybMPxU?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;
      &gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;ScyllaDB P99 Conf: Internet-Scale Semantic, Structural, and Text Search in Real Time. &lt;a href=&#34;https://www.p99conf.io/&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/yn87sxRsOj0&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;UC Berkeley Open Source AI Day: Open Source Search: Two Decades of Bad Design Decisions &amp;amp; Legacy Software. &lt;a href=&#34;https://lu.ma/71y9vyb2?tk=7HrekN&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/LPv7QybMPxU&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Arize Observe 2024. &lt;a href=&#34;https://arize.com/observe-2024/&#34;&gt;Event&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Neural Search Podcast: JIT Assembly to Build Exascale AI Infrastructure. &lt;a href=&#34;https://youtu.be/zFq4-198OpQ&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Attention Heads Podcast: Large scale data processing for AI apps. &lt;a href=&#34;https://youtu.be/p96nkMM7wnM&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Zaiste Programming Podcast: Unlocking the Future of AI with Open Source. &lt;a href=&#34;https://youtu.be/D7pCY2ySicM&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Multimodal Visual Question Answering. &lt;a href=&#34;https://voxel51.com/computer-vision-events/may-30-2024-ai-machine-learning-data-science-meetup/&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/q_WWtZp4vgg&#34;&gt;YouTube&lt;/a&gt;. 👯‍♂️&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2023&#34;&gt;2023&lt;/h2&gt;


    
    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/UMrhB3icP9w?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;
      &gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;AI.dev Linux Foundation Conference: Retrieval Augmentation and Semantic Search at Scale. San Jose, California, US. &lt;a href=&#34;https://aidevcass23.sched.com/event/1VRvK&#34;&gt;Event&lt;/a&gt;, &lt;a href=&#34;https://youtu.be/ODTpIbJ-Vks&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;All Things Open Conference: Bird&amp;rsquo;s Eye View of Open-Source AI Infrastructure. Raleigh, North Carolina, US. &lt;a href=&#34;https://2023.allthingsopen.org&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://drive.google.com/file/d/12bSVtE0ruQ_6lQSRNZN6juS2ybYL9T3S/view?usp=sharing&#34;&gt;Slides&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=PQKYc0zK0iU&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;UC Berkeley Sky Lab Seminar: Vector Search at Scale - Bottlenecks and Solutions. Berkeley, California, US. &lt;a href=&#34;https://sky.cs.berkeley.edu/events/sky-seminar-ashot-vardanian-unum-vector-search-at-scale-bottlenecks-and-solutions/&#34;&gt;Event&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Cloud Native London: Future of Open-Source AI Infrastructure. London, UK. &lt;a href=&#34;https://www.meetup.com/cloud-native-london/events/292727770/&#34;&gt;Event&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Highload++ Conference: Vector Search and Databases at Scale. Belgrade Serbia. &lt;a href=&#34;https://highload.rs/2023/abstracts/9770&#34;&gt;Event&lt;/a&gt;, &lt;a href=&#34;https://drive.google.com/file/d/11M51Jw9UdEmzHDTGZmn4n3bxgTcQt3sw/view?usp=sharing&#34;&gt;Slides&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=UMrhB3icP9w&amp;amp;t=65s&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Python SF Group: Accelerated Datascience Libraries and Where to Find Them. Sentry HQ, San Francisco, California, US. &lt;a href=&#34;https://www.meetup.com/sfpython/events/skwnctyfchbnb/&#34;&gt;Event&lt;/a&gt;, &lt;a href=&#34;https://youtu.be/L9ELuU3GeNc&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;CppCast Podcast #359: On AI Infrastructure. &lt;a href=&#34;https://cppcast.com/ai_infrastructure/&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://open.spotify.com/episode/0GBepAsjOFerG9bT20WmFw&#34;&gt;Spotify&lt;/a&gt;, &lt;a href=&#34;https://podcasts.apple.com/us/podcast/ai-infrastructure/id968703120?i=1000611006222&#34;&gt;Apple Podcasts&lt;/a&gt;, &lt;a href=&#34;https://podcasts.google.com/feed/aHR0cHM6Ly9jcHBjYXN0LmNvbS9mZWVkLnJzcw/episode/ZjgwNzRkZmItNTUzNC00N2QwLWFjNDctZmNmNGRmMTc1NzQ1&#34;&gt;Google Podcasts&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;


    
    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/PQKYc0zK0iU?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;
      &gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;Amazon AWS Podcast #32: Can you make a database 6-7 times faster? &lt;a href=&#34;https://open.spotify.com/episode/7CsVxDOq8nYEBrQxRExM56&amp;amp;nd=1&#34;&gt;Spotify&lt;/a&gt;, &lt;a href=&#34;https://www.podbean.com/media/share/pb-vqhii-13e0414&#34;&gt;Podbean&lt;/a&gt;, &lt;a href=&#34;https://podcasts.apple.com/by/podcast/032-%D0%BC%D0%BE%D0%B6%D0%BD%D0%BE-%D0%BB%D0%B8-%D1%83%D1%81%D0%BA%D0%BE%D1%80%D0%B8%D1%82%D1%8C-%D0%B1%D0%B0%D0%B7%D1%83-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D0%B2-6-7-%D1%80%D0%B0%D0%B7/id1600771698?i=1000608732451&#34;&gt;Apple Podcasts&lt;/a&gt;, &lt;a href=&#34;https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkLnBvZGJlYW4uY29tL2F3c25hcnVzc2tvbS9mZWVkLnhtbA/episode/YXdzbmFydXNza29tLnBvZGJlYW4uY29tL2M0YjY3NzZiLTdkN2MtMzEzYS1hYzQwLWI5ZWIyNjUwM2ExMw?sa=X&amp;amp;ved=0CAUQkfYCahcKEwjAjJ_X6bD-AhUAAAAAHQAAAAAQAQ&#34;&gt;Google Podcasts&lt;/a&gt;. 🇷🇺&lt;/li&gt;
&lt;li&gt;Attention Heads Podcast #4: Large scale data processing for AI apps. &lt;a href=&#34;https://youtu.be/p96nkMM7wnM&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;DigiTech Conference: On deep tech startups and the development of the industry in Armenia. Yerevan, Armenia. &lt;a href=&#34;https://www.digitec.am/ashot-vardanian&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://youtube.com/watch?v=V3L-O_qv7uU&#34;&gt;YouTube&lt;/a&gt;. 🗣️&lt;/li&gt;
&lt;li&gt;EVN Disrupt Podcast: Building AI While Embracing the Unorthodox. &lt;a href=&#34;https://evnreport.com/podcasts/evn-disrupt/ashot-vardanyan-building-ai-while-embracing-the-unorthodox/&#34;&gt;Event&lt;/a&gt; podcast. &lt;a href=&#34;https://www.youtube.com/watch?v=mvpyJLW2lZI&#34;&gt;YouTube&lt;/a&gt;. &lt;a href=&#34;https://open.spotify.com/episode/71wdHxO4oqfRCUsoaF1J0D&#34;&gt;Spotify&lt;/a&gt;. &lt;a href=&#34;https://podcasts.apple.com/am/podcast/ashot-vardanyan-building-ai-while-embracing-the/id1252212513?i=1000596262592&#34;&gt;Apple Podcasts&lt;/a&gt;. 🗣️&lt;/li&gt;
&lt;li&gt;Voxel 51 Meetup:  Scaling Similarity Search with USearch. &lt;a href=&#34;https://voxel51.com/blog/recapping-the-ai-machine-learning-and-data-science-meetup-dec-7-2023/&#34;&gt;Event&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/x10DpjeegQk&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2022&#34;&gt;2022&lt;/h2&gt;


    
    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/ybWeUf_hC7o?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;
      &gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Designing the fastest ACID Key-Value Store&lt;/strong&gt; @ &lt;a href=&#34;https://highload.am/2022/abstracts/9673&#34;&gt;Highload++&lt;/a&gt;. &lt;a href=&#34;https://www.youtube.com/watch?v=ybWeUf_hC7o&#34;&gt;YouTube&lt;/a&gt;. &lt;a href=&#34;https://drive.google.com/file/d/16gdazzt9DTpCWPuXBAV2JSe1NW-Y7HvQ/view&#34;&gt;Slides&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;3M: Prospects and Challenges with Multi-Modal Models in AI Research&lt;/strong&gt; @ &lt;a href=&#34;https://datafest.am&#34;&gt;DataFest&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/p3RMkiqd7vY&#34;&gt;YouTube&lt;/a&gt;. &lt;a href=&#34;https://drive.google.com/file/d/166UgMRVM1ORJPWQ74oRc2UH-bKmPHbqI/view&#34;&gt;Slides&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accelerated Data Science Libraries&lt;/strong&gt; @ &lt;a href=&#34;https://pydata.org/yerevan2022/&#34;&gt;PyData Conference&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/OxAKSVuW2Yk&#34;&gt;YouTube&lt;/a&gt;. &lt;a href=&#34;https://drive.google.com/file/d/168_Ctx0n6Jtw7ufSlTL3skCZR--lw-C0/view&#34;&gt;Slides&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Life Altering Technologies&lt;/strong&gt; @ &lt;a href=&#34;https://fast.foundation/gif/2022/&#34;&gt;Global Innovation Forum&lt;/a&gt;. &lt;a href=&#34;https://www.youtube.com/watch?v=EBh9_7o31bI&amp;amp;t=24447s&#34;&gt;YouTube&lt;/a&gt;. 🗣️&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Persistent Memory Technologies Overview&lt;/strong&gt; @ &lt;a href=&#34;https://amd.com&#34;&gt;AMD&lt;/a&gt; &amp;amp; &lt;a href=&#34;https://www.xilinx.com&#34;&gt;Xilinx&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Role of C++ in Machine Learning discussion&lt;/strong&gt; @ CppRussia. &lt;a href=&#34;https://youtu.be/gO_bVvIN7HM&#34;&gt;YouTube&lt;/a&gt;. 🇷🇺&lt;/li&gt;
&lt;li&gt;From OpenCL, Thrust &amp;amp; CUB to raw CUDA Kernels &amp;amp; SyCL @ CppArm Meetup #3. &lt;a href=&#34;https://github.com/unum-cloud/ParallelReductions&#34;&gt;GitHub&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Fast Inference for Large Language Models with Vladimir Orshulevich @ PyData Meetup #2. &lt;a href=&#34;https://youtu.be/tKwL-Q7INnQ&#34;&gt;YouTube&lt;/a&gt;. 👯‍♂️&lt;/li&gt;
&lt;li&gt;Unsafe Math, GCC Attributes, and Nifty Tricks for Google Benchmark @ CppArm Meetup #4. &lt;a href=&#34;https://github.com/ashvardanian/BenchmarkingTutorial&#34;&gt;GitHub&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;A Practical Approach to Error Handling by Arno Schödl @ CppRussia. &lt;a href=&#34;https://youtu.be/zNbmFRaetTA&#34;&gt;YouTube&lt;/a&gt;. 👯‍♂️&lt;/li&gt;
&lt;li&gt;Accelerated Data-Science Tools Overview @ PYerevan Meetup #16. &lt;a href=&#34;https://youtu.be/coTgcwnzvAg&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Bindings 101: CPython, cGo, and Java Native Interface @ CppArm Meetup #5. &lt;a href=&#34;github.com/unum-cloud/ustore&#34;&gt;GitHub&lt;/a&gt;, &lt;a href=&#34;https://youtu.be/psmfAg1Nc3s&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2021&#34;&gt;2021&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;On High-Performance Computing&lt;/strong&gt; @ Mars Podcast. &lt;a href=&#34;https://youtu.be/yK4Bd-6Mxk0&#34;&gt;YouTube&lt;/a&gt;. 🇦🇲&lt;/li&gt;
&lt;li&gt;Evolution: C++11, 14, 17, 20, 23, 26? @ CppArm Meetup #2. &lt;a href=&#34;https://youtu.be/jtttoxkjTIA&#34;&gt;YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Peta-Scale software in 2021 @ Code Republic. &lt;a href=&#34;https://youtu.be/8R-43hfnPHI&#34;&gt;YouTube&lt;/a&gt;. &lt;a href=&#34;https://drive.google.com/file/d/166nCWQH1-5KIPNmN4rUzebAW7mi6_eY5/view&#34;&gt;Slides&lt;/a&gt; 🇦🇲&lt;/li&gt;
&lt;li&gt;On the Gituzh Scientific Initiative @ FM106.5. &lt;a href=&#34;https://youtu.be/89eDghXaZjI&#34;&gt;YouTube&lt;/a&gt;. 🇦🇲 🗣️&lt;/li&gt;
&lt;li&gt;SIMD with EVE by Denis Yaroshevskiy @ CppRussia. &lt;a href=&#34;https://youtu.be/CV0e-2a_dTI&#34;&gt;YouTube&lt;/a&gt;. 👯‍♂️&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2020&#34;&gt;2020&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;SIMD = Performance you have already paid for&lt;/strong&gt; @ &lt;a href=&#34;https://2020.cppconf-piter.ru/2020/spb/talks/23g3egeumhe3p4fd66pbar/&#34;&gt;CppRussia Conference&lt;/a&gt;. &lt;a href=&#34;https://github.com/ashvardanian/SubstringSearchBenchmark&#34;&gt;GitHub&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/6Sh9QWdzo58&#34;&gt;YouTube&lt;/a&gt;. &lt;a href=&#34;https://drive.google.com/file/d/16BsyqGWjpNfqG0vAb21l0eySbChC_njJ/view&#34;&gt;Slides&lt;/a&gt;. 🇷🇺&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SIMD. Frequency Scaling Licenses and Speculative Execution&lt;/strong&gt; @ CppArm Meetup #1. &lt;a href=&#34;https://github.com/ashvardanian/CppBenchSubstrSearch&#34;&gt;GitHub&lt;/a&gt;, &lt;a href=&#34;https://youtu.be/ft51yJ9mDcc?t=140&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Conversing about High-Performance Computing @ Pure Virtual Cast #4. &lt;a href=&#34;https://youtu.be/dCdBFB4LDjw&#34;&gt;YouTube&lt;/a&gt;. 🇷🇺&lt;/li&gt;
&lt;li&gt;Artsakh Must Be Independent. &lt;a href=&#34;https://youtu.be/sN8CsCgDlHY&#34;&gt;YouTube&lt;/a&gt;. 🗣️&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2019&#34;&gt;2019&lt;/h2&gt;


    
    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/AA4RI6o0h1U?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;
      &gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Deep dive into GPGPU programming&lt;/strong&gt; @ &lt;a href=&#34;https://cppconf-piter.ru/en/2020/spb/talks/23g3egeumhe3p4fd66pbar/?fbclid=IwAR26hl3tEhw1os0J6oLzsVPTOAuSGkZIMzwq689tEq8NH5_V7b3MHV8f_zU&#34;&gt;CppRussia Conference&lt;/a&gt;. &lt;a href=&#34;https://github.com/ashvardanian/SandboxGPUs&#34;&gt;GitHub&lt;/a&gt;. &lt;a href=&#34;https://youtu.be/AA4RI6o0h1U&#34;&gt;YouTube&lt;/a&gt;. &lt;a href=&#34;https://drive.google.com/file/d/16AicAl99t3ZZFnza04Wnw_Vuem0w8lc7/view&#34;&gt;Slides&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI and Computational Graphs in C++&lt;/strong&gt; @ &lt;a href=&#34;https://www.meetup.com/cpp-bay-area/events/261294493/&#34;&gt;CppBayArea&lt;/a&gt;. &lt;a href=&#34;https://github.com/ashvardanian/NeuralSTL&#34;&gt;GitHub&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Efficient GPGPU Programming @ &lt;a href=&#34;https://www.jetbrains.com&#34;&gt;JetBrains&lt;/a&gt; HQ. &lt;a href=&#34;https://github.com/ashvardanian/SandboxGPUs&#34;&gt;GitHub&lt;/a&gt;, &lt;a href=&#34;https://youtu.be/BUtHOftDm_Y&#34;&gt;YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
