This is an interface, not an LLM. Do they say which LLM they use? Many of these are interfaces to one of the big three model providers. Others run through OpenRouter to use one of the better open models, all of which have their own quirks.
As a user of our product, I'd really hate it if we were recommending crappy products. I suspect users will also feel the same and this thought will hold us accountable.
That's a non-answer to the question. You're saying that you would like to recommend good products only, but the question was about sponsored products.
And on another comment about adding high margin results as "best" you seem very interested in that concept.
I'm not trying to be hateful, but if you're thinking about how to seed results with high margin products for yourself, instead of the actual best results already in the life cycle of your product, I think it's just a matter of (not much) time before any quality you have will immediately plummet. This makes me very cautious about your product. Very.
My company moved to Jira 2w ago and I feel the burden, it's a horrible tool. I don't care if my manager set it correctly or not.
1) What correctly means in Jira?
2) Honestly it's not a good use of all our time to learn how to use it correctly.
Right now, I can't move a task to another column which gives me a non helpful generic error. Should I spend time investigating this?
And yeah it's not only slow but sometimes it crashes your browser, sometimes it doesn't even load what you click on.
I can't seriously understand the appeal. I would prefer anything else, including post its.
In my opinion, it comes back to search engines not giving you a the best answer.
If you're looking for the best headset with whatever feature, you'll find mostly sponsored reviews, or at the very least hard to trust reviews.
On the other hand, some random people's opinions in a Reddit community with -apparently- no further agenda seem somewhat more honest.
Not that the answer is better but it gives you new data points in your search.
Basically, it's not one or the other, you can use both tools and that's probably why it makes sense to include Reddit in AI models (which do this job for you automatically)
I've been using Emacs for 15y, I can't replace it. Emacs-server is just amazing for me.
I truly believe that its weakness is elisp, it's not hard but at the same time it's not a language you want to learn or spend time with, so of course that means less packages, less support and less interest in customizing it well.
Other than that, I would be quite happy to see a modern version, with support for another scripting language and maybe dropping all these UI features, like menubar, toolbar etc.
If we acknowledge there's a learning curve, the UI buttons are non essential. VSC & others are probably better at this.
I really like the thiserror crate for cutting down boilerplate and you can add annotations to automatically implement From. However, if you want to handle errors with more granularity, e.g. IO errors as noted elsewhere in the discussion, then you'll need to implement From yourself.
And as others noted, .map_err(...) is slightly better than .or(...) for wrapping errors.
The only downside of this approach is that you can't pass a dynamic string giving details on the error, but that's because Rust's enums are not powerful enough to express this (as opposed to Kotlin or Java).
This is called Hemingway because he was apparently good at communicating efficiently which made him a popular author.
reply