Build yourself flowers

· Source: Tech Blog on ✰Vicki Boykis✰ · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Software Development & Engineering · Depth: Intermediate, extended

Summary

Vicki Boykis's keynote from the April 2026 Applied Machine Learning Conference explores the enduring relevance of traditional machine learning engineering amidst the rise of large language models (LLMs). She argues that technical excellence remains crucial, drawing parallels to Dutch Golden Age flower painter Rachel Ruysch, who achieved mastery through lifelong practice, mentorship, and experimentation. Boykis illustrates this by detailing her process for building "Rijksearch," a semantic search engine for Rijksmuseum art. This project involved using multimodal data, Gemini API for embeddings, Redis vector sets with HNSW for indexing, and a Go-based web app. While LLMs assisted with tasks like front-end scaffolding, Go language concepts, and data formatting, core architectural decisions and complex system understanding stemmed from human experience, reinforcing that true mastery and "data sense" are cultivated over years, not automated.

Key takeaway

For AI Engineers and ML Architects evaluating LLM integration, recognize that while AI tools accelerate specific tasks like front-end development or data scripting, your deep "data sense" and architectural expertise remain irreplaceable. Focus on cultivating mastery in core system design, understanding latency constraints, and selecting appropriate data structures (e.g., Redis vector sets with HNSW) through deliberate practice. This ensures robust, high-quality systems, preventing the degradation of engineering quality seen in over-outsourced scenarios.

Key insights

Technical mastery in ML engineering, like art, requires deep practice and human intuition, not just LLM-driven automation.

Principles

Method

The author built a semantic search engine (Rijksearch) using multimodal data, Gemini API embeddings, Redis vector sets with HNSW, and a Go web app, iteratively applying new technologies while leveraging AI for specific, smaller tasks.

In practice

Topics

Code references

Best for: AI Engineer, Machine Learning Engineer, Director of AI/ML

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Tech Blog on ✰Vicki Boykis✰.