Update:
I'm open-sourcing this.
My DMs have exploded with investors, pro players, teams, users. The demo has 5,000,000 views across platforms.
There is obviously interest.
But, I have zero interest in working on it. I'm more interested in working on Tidbit.
So -- someone please steal it and run.
There's a beautiful vision here, especially those who want to build in education.
Imagine an AI super-coach in your pocket:
- Do yoga, correct your form in real-time
- Practice guitar, fix finger positioning instantly
- Learn cooking, get real-time tips on spices.
- Learn painting, get brush stroke feedback.
The future of learning will look a lot like real-time, in the moment AI instruction -- it likely won't look like an AI homework helper.
Anyways.
There's a cool vision here for the right person to obsess over for 10+ years.
And the starting point is clear -- pick one thing (ex. basketball), be the best AI real-time coach in the world for it, keep growing.
GLHF :).
https://t.co/LTbjI84x9u
P.S: The repo is literally just a visualizer file + prompt. But hey, maybe it inspires someone.
When people copy you, the best strategy is usually to ignore them. People who copy you are (a) unoriginal and (b) opportunists, and those are both strong predictors of failure. If you wait them out, they'll eventually drop away.
@MijoPejic@afcstuff There was a turn in first half by Nketiah. Took out at least 3 opposition players.
Although he was not in position when Declan Rice fired in the cross.
@thisisamish Its about how we define loop invariant, suppose it is to find the max number lesser than x in sorted array,
The loop invariant in the binary search iteration could be all elements till lo are lesser than x.
iterate as long as lo < hi
return lo