Email or username:

Password:

Forgot your password?
Top-level
Tom Phillips

@simon For me I find a lot of the value of spikes and prototypes comes from the process, e.g. discovering that things work differently than I expected. Even if an LLM can give me a working prototype I am worried about the loss of that learning and discovery. I might be wrong though. I'll try it next time and see.

1 comment
Simon Willison

@twp I'm finding that LLM prototypes are accelerating that process for me too - it's much quicker to try a different approach ("what if I do this with a subprocess instead of threads, how about if I use a SQL UNION here, could AppleScript get this done for me better?") and I'm still reading the code so I'm still learning from what works and what doesn't.

Go Up