Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It’s interesting because I’ve slowly arrived at the opposite conclusion: for much of my practical day to day work, using CC with “allow edits” turned OFF results in a much better end product. I can correct it inline, I pseudo-review the code as it’s produced, etc etc. Codex is better for “fire and forget” features for sure. But Claude remains excellent at grokking intent for problems where you aren’t quite sure what you want to build yet or are highly opinionated. Mostly due to the fact it’s faster and the iteration loop is faster.


That approach should work well for projects where you are directly working on the code in tandem with Claude, but a lot of my own uses are much more research oriented. I like sending Claude Code off on a mission figure out how to do something.

Here's an example from this morning, getting CUDA working on a NVIDIA Spark: https://simonwillison.net/2025/Oct/20/deepseek-ocr-claude-co...

I have a few more in https://github.com/simonw/research


Very fair. Interesting how much feedback on models/tools is different right now depending on what you're doing.


so hey by the way, have you discovered Wispr Flow or something similar so you can talk to your computer like Scotty does?


Yeah I've tried it a bit it's not a habit for me yet.

I write code on my phone a lot using ChatGPT voice mode though!


Here's what I did to make voice (now WisprFlow, before Superwhisper) a habit:

  1. Install Karabiner-Elements, a free macOS keyboard remapper[0]
  2. Map F19 -> F5 (mic button) in Karabiner-Elements
  3. Choose F19 as the voice hotkey in your voice app
And now you can use the handy F5 mic button on your Apple keyboard. WisprFlow automatically has it set for:

  - press and hold to talk
  - double tap for indeterminate listening until you f5/esc
That workflow alone, of using the f5 key and switching between the two modes of speaking (holding or double-tap), has freed up a not insignificant part of my working memory. Turning abstract thoughts into text is higher cost than turning them into voice.

I predict individual offices[1] will be more popular as a choice for startups.

[0]: https://karabiner-elements.pqrs.org

[1]: https://queue.acm.org/detail.cfm?id=1281887


fwiw, I use the fn/international key at the bottom left of the keyboard. it's easier to locate and I (a privilege I enjoy because I rarely use diacritics) barely use it for anything else.


I also use voice mode a lot, I find it's really useful for talking to while you're shaping an idea or an approach, then asking it to summarise the decisions you've made. Essentially rubber ducking.


It slows it down far too much for me. What I've found after swithcing to --dangerously-skip-permissions is that while the intermediate work product is often total junk, when I then start writing a message to tell Claude to switch approach, a large proportion of the time it has figured that out by itself before I'm finished writing the message.

So increasingly I let it run, and then review when it stops, and then I give it a proper review, and let it run until it stops again. It wastes far less of my time, and finishes new code much faster. At least for the things I've made it do.


Personally I just prefer setting it to TDD. If the test cases are what I want, and the code passes the tests, all's good.


Agreed. I use CC a lot for exploratory work. It's great with fast iteration for throwaway code.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: