Tag
Boris Cherny released a 7-page PDF on Graph Engineering, showing how to use four Claude prompts to replace trained ML models by building a persistent knowledge graph for agents, with steps for extraction, resolution, summarization, and querying.
This article from 1998 argues that ML and OCaml are excellent for writing compilers due to features like garbage collection, tail recursion optimization, and algebraic data types with pattern matching, which simplify handling complex compiler data structures.
The NIH has added the Hugging Face Hub to its official list of Generalist Repositories for data sharing, allowing NIH-funded researchers to use it in their data sharing plans.
A curated GitHub collection of over 500 real-world GenAI, LLM, and ML system design case studies from 130+ companies, organized by industry, use case, company, and architecture pattern. Open-source under MIT license.
Developer shares progress on gocudrv, a cgo-free CUDA binding for Go, explaining thread affinity challenges and showing example code.