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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] acannan@programming.dev 2 points 1 year ago (3 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 (2 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 :)