HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwaway63820

no profile record

Submissions

Show HN: Olly – Capable assistant you can text in iMessage and WhatsApp

olly.bot
3 points·by throwaway63820·2 yıl önce·0 comments

Show HN: Olly – A Personal Assistant in Apple iMessage

olly.bot
2 points·by throwaway63820·2 yıl önce·2 comments

Your own personal assistant is already on all your devices

olly.bot
2 points·by throwaway63820·2 yıl önce·0 comments

comments

throwaway63820
·2 yıl önce·discuss
you mean the native `str.padStart(targetLength, padString)`
throwaway63820
·2 yıl önce·discuss
big fan of the approach & simplicity!
throwaway63820
·2 yıl önce·discuss
Claude's [new] tool usage is pretty good. Unlike with GPT-4 where I had to really minimize the context and descriptions for each tool, Claude Opus does better when provided more details and context for each tool.

I'm now using it with 9 different tools for https://olly.bot and it hits the nail on the head about 8/10 times. Anthropic says it can handle 250+ tools with 90% accuracy [1], but anecdotally from my production usage in the last 24 hours that seems a little too optimistic.

Of course, it also comes with a few idiosyncracies like sometimes spitting out <thinking> or <answer> blocks, and has more constraints on the messages field, so don't expect a drop-in replacement for OpenAI.

[1] https://docs.anthropic.com/claude/docs/tool-use#best-practic...
throwaway63820
·2 yıl önce·discuss
There's no theory.

Just in real life usage, it is extremely uncommon to stochastically query the model and use the most common answer. Using it with temperature 0 is the "best" answer as it uses the most likely tokens in each completion.
throwaway63820
·2 yıl önce·discuss
By virtue of increasing randomness, we got the correct answer once ... a monkey at a typewriter will also spit out the correct answer occasionally. Temperature 0 is the correct evaluation.
throwaway63820
·2 yıl önce·discuss
Thank you for the tip! Will add.
throwaway63820
·2 yıl önce·discuss
It simply doesn't have the ability to visit a specific URL or answer questions about it. For that reason + a couple more niceties I use https://olly.bot
throwaway63820
·2 yıl önce·discuss
I like it! I built a command line AI coding assistant for my projects (https://codemancer.codes) when GPT-4 first came out, but still think this space is wayyy under explored given the possible capabilities.