←back to thread

Focus on decisions, not tasks

(technicalwriting.dev)
293 points kaycebasques | 2 comments | | HN request time: 0.407s | source
Show context
simonw ◴[] No.41883461[source]
This fits the way I like to use LLMs: I always ask them for options, then I decide myself which of those options makes the most sense.

Essentially I'm using them as weird magical documentation that can spit out (incomplete but still useful) available options to guide my decision making at any turn.

replies(2): >>41883780 #>>41886486 #
A_Venom_Roll ◴[] No.41886486[source]
Would you be willing to give an example of this?
replies(4): >>41887412 #>>41888251 #>>41888320 #>>41891978 #
1. simonw ◴[] No.41891978[source]
Here's one: I asked Claude this:

"Options for JavaScript to turn a JPEG into a vector SVG"

Result: https://gist.github.com/simonw/d2e724c357786371d7cc4b5b5bb87...

I ended up building this: https://tools.simonwillison.net/svg-render

More details here: https://simonwillison.net/2024/Oct/6/svg-to-jpg-png/

replies(1): >>41904062 #
2. antifa ◴[] No.41904062[source]
> I ended up building this:

I'm confused about how you ended up building the opposite of your initial prompt? The initial prompt seemed like puzzle worth solving.