this post was submitted on 05 Nov 2024
270 points (96.2% liked)
Technology
59116 readers
3469 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
for search & summarisation purposes i will suggest kagi, it also lets you customise the source and their priority. for everything else i have stopped using llm as i realised the productivity boost from them is not worth for the creativity loss i am getting.
Yeah I’ve been a Kagi subscriber since they opened up. My normal usage is perplexity when I want details about a topic summarized and Kagi when I am looking for a website.
Kagi also has some ethical concerns; like a shitty attitude towards compromises to support human safety (refusing to add suicide prevention links comes to mind) but the perplexity guy just took it to another level.
Do you have time to talk more about the creativity loss? Concerning!
sure. my primary use had been writing code and had been using GitHub copilot for about few months, i noticed i was struggling to write “creative ” or non-trivial code. non-trivial part made sense as obviously having written all the smaller or easier pieces would give better understanding for solving the non-trivial part. the “creative” part was a bit more concerning to me. explaining “creative” code in general terms is a bit hard but if you are dev too then think of something like quick sort vs merge sort. both are equally efficient but quick sort is something that feels not obvious. with copilot infact i was likely to come up with insertion sort. another added benefit i had felt after stopped using llm was work seems more fulfilling despite having to doing things like writing tests and documentation on my own.
that’s the general observation but you can ask anything specific on this as well that i missed out on.
Very interesting. Thanks for that, I’ll reflect on it a bit.