Viewing profile — petekoomen
petekoomen
HN member- Joined
- Tue, Sep 15, 2009, 10:07 PM UTC
- HN karma
- 486
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About petekoomen
Recent public activity
-
comment
Comment #46656158
Yes, this approach (substituting a markdown prompt for a shell script) introduces an interesting trade-off between "do I trust the programmer?" and "do I trust the LLM?" I wouldn't…
-
comment
Comment #46654671
It does, and possibly this launch is a little window into the future! Install scripts are a simple example that current generation LLMs are more than capable of executing correctly…
-
comment
Comment #46654492
My point is not that LLMs are inherently trustworthy. It is that a prompt can make the intentions of the programmer clear in a way that is difficult to do with code because code is…
-
comment
Comment #46654417
I'm seeing a lot of negativity in the comments. Here's why I think this is actually a Good Idea. Many command line tools rely on something like this for installation: $ curl -fsSL …
-
comment
Comment #43815362
As i discuss in the essay, if you're enforcing boundaries in the prompt you're going to have a bad time. Security should be handled by the tools, not the prompt.
-
comment
Comment #43801908
Did you try iterating on the system prompt to make them better? Even 4o-mini (the model these little widgets use) is reasonably capable of writing good emails if you give it good i…
-
comment
Comment #43801890
Thank you! It was a lot of fun to write
-
comment
Comment #43801866
Fair point although I’ve seen ‘prompt injection’ used both ways. Regarding your scenarios, “…mark this email with the highest priority label” is pretty interesting and likely possi…
-
comment
Comment #43779722
Yes, this is right. I actually had a longer google prompt in the first draft of the essay, but decided to cut it down because it felt distracting: You are a helpful email-writing a…
-
comment
Comment #43779702
If you read the rest of the essay this point is addressed multiple times.
-
comment
Comment #43779698
> language as scripting language i like that :)
-
comment
Comment #43779697
appreciate the heads up but I think the widgets are more fun this way :)
-
comment
Comment #43779693
4o-mini tokens are absurdly cheap!
-
comment
Comment #43778370
I think I made it clear in the post that LLMs are not actually very helpful for writing emails, but I’ll address what feels to me like a pretty cynical take: the idea that using an…
-
comment
Comment #43778246
that's great, bookmarking :)
-
comment
Comment #43778227
> Most mail services can already do most of this I'll believe this when I stop spending so much time deleting email I don't want to read.
-
comment
Comment #43778219
> They struggle to express their goals clearly, and AI doesn’t magically fill that gap—it often amplifies the ambiguity. One surprising thing I've learned is that a fast feedback l…
-
comment
Comment #43778182
honestly you could try this yourself today. Grab a few emails, paste them into chatgpt, and ask it to write a system prompt that will write emails that mimic your style. Might be f…
-
comment
Comment #43778070
I don't want Gemini to send emails on my behalf, I would like it to write drafts of mundane replies that I can approve, edit, or rewrite, just like many human assistants do.
-
comment
Comment #43778004
Smarter models aren't going to somehow magically understand what is important to you. If you took a random smart person you'd never met and asked them to summarize your inbox witho…
-
comment
Comment #43777990
Just added "Make sure to use capital letters and proper punctuation when drafting emails to @aeolun" to my system prompt. Sorry about that.
-
comment
Comment #43777973
Do you want an LLM writing and sending important messages for you? I don't, and I don't know anyone who does. I want to reduce time I spend managing my inbox, archiving stuff I don…
-
comment
Comment #43777629
That sounds about right to me. Massive opportunity for startups to reimagine how software should work in just about every domain.
-
comment
Comment #43777615
I don't agree with this. I am willing to bet that I'll still use an email client regularly in five years. I think it will look different from the one I use today, though.
-
comment
Comment #43777360
That's right. llm.koomen.dev is a cloudflare worker that forwards requests to openai. I was a little worried about getting DDOSed but so far that hasn't been an issue, and the toke…