pull down to refresh

Any of you stackers doing anything interesting with ai?
i have gpt open all the time, I'll ask it questions, use it to estimate sizes and weights for products I need to list, get it to make image mock-ups, summarize articles, use it for translations. just a ton of stuff
what about you guys?
I use ppq.ai and use sats to ask questions and make images. Not a heavy user. I spent about 4K sats over a 6 month period
reply
nice, is this to preserve privacy?
reply
Yeah. The PWA works well. It’s not as privacy focused like maple but it’s easy to use on mobile
reply
108 sats \ 0 replies \ @orto 17 May
I use it instead of a search engine.
reply
I use various AIs through Kagi Assistant, often as a sparring partner to discuss ideas I have. I've used it as a legal advisor to get an overview of a field and my options, before involving an actual legal advisor that charges money. I use it as a conversational partner to practice Spanish. When someone I know was about to go through a medical procedure, I used to to learn more about how that procedure worked, how to prepare, what to expect etc.
I use it for coding as well, but very targeted, often focusing on single functions. Since I mostly work alone, I like to use it for code review, although it's frequently a bit too sycophantic.
reply
nice, i have seen ads for ai language tutors and am a bit tempted to try them out, have you tried anything like that, or just prompting chatgpt etc?
reply
I use Duolingo as well, which has come under fire recently for adopting a lot of AI (even to the point of letting employees go) – so I guess I have. I enjoy an LLM in addition, since it's a way to exercise more conversationally without bothering another human with my clumsy talk.
reply
75 sats \ 0 replies \ @klk 17 May
Writing code and debugging code mostly. Makes you super productive if used right.
reply
I used it to send pictures of my broken garage door and tell me what to do
Said same thing my wife said, “RBD, we need to call a professional.”
reply
i've done this with some things too, upload pics, can i use this with X, wifes used it on plants as well that are wilting etc, get that second opinion!
reply
reply
Ask it to summarize an argument or a person's intellectual stance on something. Quick summary that's better than e.g. Wikipedia or googling
reply
this is a good one, i also talk it what some of the common pros and cons of a persons position are. feel like in the distant future the trad search engine will become , basically, a thing of the past
reply
running OpenWebUI in docker on a DigitalOcean droplet. This setup allows me to do use a connected interface for working on my home computer, work computer, and phone.
using API tokens @ venice.ai to get access to a number of models.
I use RAG Knowledbase (provided as part of OpenWebUI) & system prompting of the models to get agents that support a few different lines of thinking. This setup is steadily improving and I'm learning how to better use it. (Side note: I think if you have a small team and want to collaborate, this is a cool platform for it... they have #channels similar to irc/slack as a beta feature... looking forward to seeing that develop further).
In the last three weeks, I've used this setup to create a bunch of posts from notes that I've been keeping in my .org files and gotten some application architecture design and coding support from a dolphin-qwen-coder model.
It's been a bit of a surprise to notice how different the various models are & learning which ways to use them has been helpful. As a for-instance, I've noticed the very large models are a lot better at taking tons of details and turning that into smaller parts.
OpenWebUI offers Functions/Tools/Pipes and such which should be valuable when I figure out how to use them for stringing functionality together.
It's cost me about $4 for the past month of Tokens & about $15 for the hosting (I should use a smaller droplet and save money here.
If anybody has good recommendations for tutorials on improving my text prompts (I don't use any of the image models) I would greatly appreciate any recommendations. Thanks
reply