https://pola.rs/posts/predicate-pushdown-query-optimizer/ The power of predicate pushdownPolars development teamTue, 19 Mar 2024 “…we will dive into the query optimizer and explain how one of the most important optimization rules works: predicate
What I Read: reliance on AI-assisted decisions
https://statmodeling.stat.columbia.edu/2024/03/06/defining-optimal-reliance-on-model-predictions-in-ai-assisted-decisions/Defining optimal reliance on model predictions in AI-assisted decisionsJessica Hullman3/6/24 12:31 PM “…AI-assisted decision task is of interest as organizations deploy predictive models to assist human decision-making in domains like
What I Read: Diffusion models, new theoretical perspective
https://www.chenyang.co/diffusion.html Diffusion models from scratch, from a new theoretical perspectiveChenyang Yuan2023 “This tutorial aims to introduce diffusion models from an optimization perspective…”
What I Read: SQL order
https://lukianovihor.medium.com/sql-order-of-query-execution-8c7cd926400 SQL — order of query executionIhor LukianovSep 24, 2023 “To maximize your query’s speed on any SQL engine, it’s essential to have an understanding of the SQL execution order.”
What I Read: Adversarial Attacks on LLMs
https://lilianweng.github.io/posts/2023-10-25-adv-attack-llm/ Adversarial Attacks on LLMsLilian WengOctober 25, 2023 “Adversarial attacks are inputs that trigger the model to output something undesired.”