Comment by imron
Comment by imron 5 days ago
Thanks for the info. I try a mix of things I know well and things I want to play around with.
Swift and iOS was something that didn’t work so well for me. I wanted to play around with face capture and spent a day with Claude putting together a small app that showed realtime video of a face and put dots on/around various facial features and printed log messages if the person changed the direction they were looking (up down left right) and played a sound when they opened their mouth.
I’ve done app development before, but it’s been a few years so was a little bit rusty and it felt like Claude was really helping me out.
Then I got to a point I was happy with and I thought I’d go deeper in the code to understand what it was doing and how it was working (not a delegation issue as per another comment, this was a play/learning exercise for me so wanted to understand how it all worked) - and right there in the apple developer documentation was a sample so that did basically the same thing as my app, only the code was far simpler and after reading through the accompanying docs I realized the Claude version had a threading issue waiting to happen that was explicitly warned against in the docs of the api calls it was using.
If I’d gone to the developer docs in the beginning I would have had a better app, and better understanding in maybe a quarter of the time.
Appreciate the info on spend. The above session was on the $30/month version of Claude.
I guess I need to just keep flapping my wings until I can draw the owl.
Challenging my own LLM experiences cynically: for a period it really does feel like I’m interactively getting exactly what I need… but given that the end result is generated and I have to then learn it, I’m left in much the same situation you mentioned of looking at the developer docs where a better cleaner version exists.
Subjectively interacting with an LLM gives a sense of progress, but objectively downloading a sample project and tutorial gets me to the same point with higher quality materials much faster.
I keep thinking about research on file navigation via command line versus using a mouse. People’s subjective sense of speed and capability don’t necessarily line up with measurable outcomes.
LLMs can do some amazing things, but violently copy and pasting stack overflow & randomness from GitHub can too.