How to use Claude Code for big tasks without turning your code to shit(holdtherobot.com) |
How to use Claude Code for big tasks without turning your code to shit(holdtherobot.com) |
That's an interesting conceptualization that tracks with my experience using CC. And they were able to get an impressive amount of work done:
"""
The specifics don't matter too much here, but for context, some of what I had it do:
- Research all the available on-device speech-to-text models with permissive licences
- Demo the transcription speed of each one on an android device attached to the PC
- Write a C wrapper for the best one (Moonshine) and build an embeddable dynamic library
- Build this for iOS, Android, Linux, and macOS, and integrate it with my app code using the FFI
- Build a Nim wrapper for the fdk-aac library
- Integrate it with miniaudio, so I can play AAC audio and pipe the audio into Moonshine
"""