this post was submitted on 26 Jun 2023
11 points (100.0% liked)

Actually Useful AI

29 readers
1 users here now

Welcome! ๐Ÿค–

Our community focuses on programming-oriented, hype-free discussion of Artificial Intelligence (AI) topics. We aim to curate content that truly contributes to the understanding and practical application of AI, making it, as the name suggests, "actually useful" for developers and enthusiasts alike.

Be an active member! ๐Ÿ””

We highly value participation in our community. Whether it's asking questions, sharing insights, or sparking new discussions, your engagement helps us all grow.

What can I post? ๐Ÿ“

In general, anything related to AI is acceptable. However, we encourage you to strive for high-quality content.

What is not allowed? ๐Ÿšซ

General Rules ๐Ÿ“œ

Members are expected to engage in on-topic discussions, and exhibit mature, respectful behavior. Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

While we appreciate focus, a little humor and off-topic banter, when tasteful and relevant, can also add flavor to our discussions.

Related Communities ๐ŸŒ

General

Chat

Image

Open Source

Please message @sisyphean@programming.dev if you would like us to add a community to this list.

Icon base by Lord Berandas under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

๐Ÿ‘‹ Hello everyone, welcome to our very first Weekly Discussion thread!

This week, we're focusing on the applications of AI that you've found particularly noteworthy.

We're not just looking for headline-making AI applications. We're interested in the tools that have made a real difference in your day-to-day routine, or a unique AI feature that you've found useful. Have you discovered a new way to utilize ChatGPT? Perhaps Stable Diffusion or Midjourney has helped you generate an image that you're proud of?

Let's share our knowledge and learn more about the various applications of AI. Looking forward to your contributions.

top 8 comments
sorted by: hot top controversial new old
[โ€“] sisyphean@programming.dev 5 points 1 year ago* (last edited 1 year ago)

#1

I started using GPT-4 for summarizing YouTube videos: I download the transcript (there are websites where I can do it but I'm sure it can be automated easily), which I feed into GPT-4 and get a really nice summary.

#2

I implemented documentation querying using a vector store and GPT-3.5 at my day job. Here is a simple example in Langchain's docs.

#3

My wife and I are both huge fans of the "His Dark Materials" trilogy by Philip Pullman. The story of these books starts out in a parallel world where everyone has a "daemon", an animal companion that is the embodiment of part of their soul. What kind of animal a person's daemon "settles" as after puberty reflects their personality. We asked ChatGPT to ask a few questions about our personalities, which we answered, then it determined what kind of animals our daemons would be, and wrote Midjourney prompts to visualize them. This was a really fun game, we enjoyed it a lot!

[โ€“] sparklingsquirrel@discuss.tchncs.de 5 points 1 year ago* (last edited 1 year ago) (1 children)

It's nothing special, but you can connect ChatGPT with Google Sheets and Docs via an Extension (ChatGPT for Sheets and Docs).
Important learning: Copy everything you want to keep and insert it again as plain text. Sometimes everything reloads und your input might be gone.

[โ€“] sisyphean@programming.dev 5 points 1 year ago* (last edited 1 year ago) (1 children)

This looks really useful, especially the formulas for Sheets. I tried it on this simple example:

It picked up the pattern perfectly and even the degree symbol didn't confuse it :)

Thank you for sharing this, this looks like something I will use daily!

EDIT: here is the link to the website: GPT for Work

Great, am happy that this is useful for you:)

[โ€“] acannan@programming.dev 2 points 1 year ago (1 children)

Hey all, I have been putting together this little toy app recently that is arguably completely antithetical to "Actually Useful AI"... but I wanted to try and get some initial feedback anyways. It's a simple site where you query an obelisk for sage advice. That's it. It's here if anyone wants to try it, curious what you guys think: https://obelisk.space/. If there's a better place to post this, please let me know!

[โ€“] sisyphean@programming.dev 2 points 1 year ago (1 children)

It wasnโ€™t easy, but finally I could reverse-engineer its algorithm:

function ask(question) {
    return "โ€ฆ";
}
[โ€“] acannan@programming.dev 2 points 1 year ago (1 children)

My original intention was that any query that does not begin with "O Obelisk" would fail (return "..."), but I've since realized how bad of a user experience that is... It now accepts any query shorter than 140 characters!

[โ€“] sisyphean@programming.dev 1 points 1 year ago

Oh, I see. Now it answered my JavaScript question.

Though the "..." also had its mysterious charm :)

load more comments
view more: next โ€บ