TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Share your side projects, what are you building in AI?

11 pointsby sunnysograabout 2 years ago
I am curious to know what people are currently working on

13 comments

cddotdotslashabout 2 years ago
I&#x27;ve been building Usage Panda: <a href="https:&#x2F;&#x2F;usagepanda.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;usagepanda.com&#x2F;</a><p>My thesis is that lots of companies are going to want to enable OpenAI for their teams, but they&#x27;ll need a way to do it safely&#x2F;securely. Usage Panda acts as a proxy (either cloud or self-hosted) to enforce policies on these API calls before they&#x27;re sent to OpenAI, so you can do neat things like cost monitoring, rate limiting, data redaction, etc.<p>It&#x27;s not actually an _AI_ product (in that it doesn&#x27;t use AI itself), but I&#x27;m building it to support AI usage, so hopefully that counts!
评论 #35870489 未加载
muzaniabout 2 years ago
An attempt at a roguelike engine over the weekend: <a href="https:&#x2F;&#x2F;creator.voiceflow.com&#x2F;prototype&#x2F;644c47e2d0125e2d5e52ec9b" rel="nofollow">https:&#x2F;&#x2F;creator.voiceflow.com&#x2F;prototype&#x2F;644c47e2d0125e2d5e52...</a><p>The idea is I wanted a game where you could just make any concept and the game plays that accordingly. You could play as a Marionette Master, a tourist from the future, a Man-Bat. You could search for secret passages using your elf vision, echolocation, or a spell. You could fight monsters with acid breath or Hamon. The game does handle balance though.<p>What works: Character generation engine, primitive inventory, conflict resolution, injury tracking.<p>It is incomplete at two challenges though. I&#x27;ll add more if anyone gets past the second. It&#x27;s also quite railroaded for balance, but I&#x27;ve been removing some of the rails gradually and it&#x27;s turning out far better than expected.<p>There is an easter egg I tried to hack in within an hour. It worked so extremely well that I&#x27;d actually like to make it the main feature. You can type whatever you want at char creation (and only there). Feel free to experiment with prompt injections too.
评论 #35870567 未加载
alpaca128about 2 years ago
I&#x27;m mostly waiting for the dust to settle. Right now everything is a moving target and I don&#x27;t feel like trying to keep up.
评论 #35850255 未加载
评论 #35850249 未加载
评论 #35849934 未加载
评论 #35870584 未加载
gregjorabout 2 years ago
Nothing. Waiting for the tide to go out like it did with metaverse, Web3, quantum computing, and the two previous AI hype cycles during my career. This time it truly reached peak hype in a short time, I suppose correlated with a slowdown in tech stock returns.
评论 #35870578 未加载
radqabout 2 years ago
I&#x27;m working on a chord detection model. It&#x27;s still training but already gives decent results for some songs. Some examples:<p><a href="https:&#x2F;&#x2F;harmonote.com&#x2F;songs&#x2F;nfUjirHCnasBZ9qQrsbzM8-heat-waves" rel="nofollow">https:&#x2F;&#x2F;harmonote.com&#x2F;songs&#x2F;nfUjirHCnasBZ9qQrsbzM8-heat-wave...</a><p><a href="https:&#x2F;&#x2F;harmonote.com&#x2F;songs&#x2F;cDPf5CmkvenrngevyfckNd-alone" rel="nofollow">https:&#x2F;&#x2F;harmonote.com&#x2F;songs&#x2F;cDPf5CmkvenrngevyfckNd-alone</a><p><a href="https:&#x2F;&#x2F;harmonote.com&#x2F;songs&#x2F;EkZnDvV4LFAJAHG34EBwXC-paper-thin" rel="nofollow">https:&#x2F;&#x2F;harmonote.com&#x2F;songs&#x2F;EkZnDvV4LFAJAHG34EBwXC-paper-thi...</a>
评论 #35870571 未加载
mattbgatesabout 2 years ago
Always an ongoing project, but had ChatGPT build this... and then I just wrote more code on top of it... AI image generation tool: <a href="https:&#x2F;&#x2F;artsy.sh" rel="nofollow">https:&#x2F;&#x2F;artsy.sh</a>
livinglistabout 2 years ago
Not related to ai but I been working on a Hacker News client to practice SwiftUI: <a href="https:&#x2F;&#x2F;github.com&#x2F;Livinglist&#x2F;ZCombinator">https:&#x2F;&#x2F;github.com&#x2F;Livinglist&#x2F;ZCombinator</a>
mike_hearnabout 2 years ago
A tool that equips GPT4 with tools for navigating and editing codebases, with a build-style approach. It&#x27;s currently sort of tuned for Java&#x2F;Kotlin projects that use Gradle but it could be generalized. It&#x27;s easier to use than copying back and forth from a chat window.<p>That said, it&#x27;s surprisingly tricky to build. GPT4 can use tools in theory, but it&#x27;ll happily do things like hallucinate tools or tool options that don&#x27;t actually exist. The non-determinism is a pretty unique problem to have to deal with.
ftxbroabout 2 years ago
I love how AI is so hype right now that we can accurately assume that everyone&#x27;s side projects will be built in AI.
评论 #35851370 未加载
yagami_takayukiabout 2 years ago
A dating app that uses a vector database to find people &quot;their type&quot; so to speak, by uploading a photo. I also plan to use personality quizzes and prompts to enhance&#x2F;highlight compatibility between people. Will incorporate NLP and recommendations using ML down the road.
评论 #35870582 未加载
rozenmdabout 2 years ago
I use a bunch of if&#x2F;else statements to detect if websites are offline, if that counts: <a href="https:&#x2F;&#x2F;onlineornot.com" rel="nofollow">https:&#x2F;&#x2F;onlineornot.com</a>
lemureabout 2 years ago
This <a href="https:&#x2F;&#x2F;github.com&#x2F;s1dlx&#x2F;sd-webui-bayesian-merger">https:&#x2F;&#x2F;github.com&#x2F;s1dlx&#x2F;sd-webui-bayesian-merger</a>
Kumar963about 2 years ago
Right now, I am just analyzing. Not working on any new projcts.<p>.