HN user

longhaul

9 karma
Posts3
Comments11
View on HN

Am working on an iPhone app and impressed with how well Claude is able to generate decent/working code with prompts in plain English. I don’t have previous experience in building apps or swift but have a C++ background. Working in smaller chunks and incrementally adding features rather than a large prompt for the whole app seems more practical, is easier to review and build confidence.

Adding/prompting features one by one, reviewing code and then testing the resulting binary feels like the new programming workflow

Prompt/REview/Test - PRET.

Funny story…I used to whistle and imitate birds calls. Some of them used to go along and keep making the same sound along with me (more like I was making the same sound as them). Very few others, after repeating a few times, popped on me. Happened enough times for it to not be a coincidence

Why can’t browsers/servers just store a standard English dictionary and communicate via indexes?. Anything that isn’t in the dictionary can be sent raw. I’ve always had this thought but don’t see why it isn’t implemented. Might get a bit more involved with other languages but the principle remains the same.

Thinking about it a bit more, we are doing this at the character level- a Unicode table, so why can’t we lookup words or maybe even common sentences ?