Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
SmartSort
Learn how to replace a standard comparator with an AI function call, enabling sorting of any data type by arbitrary criteria, regardless of array size.
I replaced the standard “comparator” function in sorting algorithms with an AI function call. Now you can sort literally anything, by any criteria, at any array length. Yes it’s super slow and expensive, but it opens up all sorts of interesting sorting applications, and is extremely easy to drop into any project.