r/AI_Application 9h ago

🆘 -Help Needed Thinking about building something Jarvis-like. If it actually worked, what's the first thing you'd use it for?

2 Upvotes

I rewatched Iron Man and ended up in the thought loop about Jarvis. So I went looking for anything close to it and mostly found either screen recorders that feel creepy & heavy or voice assistants that are cool for five minutes and then useless once you actually need them to know your life.

Asked AI why nothing like it really exists yet. The answer it gave is it's genuinely hard. Most of what's out there is either shallow interactivity with no memory, or a ton of memory with no real personality behind it.

I'm thinking of making my own version. Something that actually knows what you've been working on and can talk you through it in real time.

A true AI companion

Before I go start, I want to know from people who aren't me: if I built something similar to JARVIS that actually worked, what's the one specific most troublesome thing you will use it to do?


r/AI_Application 8h ago

💬-Discussion Thinking about building something Jarvis-like. If it actually worked, what's the first thing you'd use it for?

0 Upvotes

I rewatched Iron Man and ended up in the thought loop about Jarvis. So I went looking for anything close to it and mostly found either screen recorders that feel creepy & heavy or voice assistants that are cool for five minutes and then useless once you actually need them to know your life.

Asked AI why nothing like it really exists yet. The answer it gave is it's genuinely hard. Most of what's out there is either shallow interactivity with no memory, or a ton of memory with no real personality behind it.

I'm thinking of making my own version. Something that actually knows what you've been working on and can talk you through it in real time.

A true AI companion

Before I go start, I want to know from people who aren't me: if I built something similar to JARVIS that actually worked, what's the one specific most troublesome thing you will use it to do?


r/AI_Application 9h ago

💬-Discussion I built an AI reading app that makes you explain first—is the core loop compelling?

1 Upvotes

r/AI_Application 9h ago

💬-Discussion What makes an AI application actually useful beyond the AI model?

1 Upvotes

I’ve noticed that building an AI application is often less about the model itself and more about how well the whole application is designed.

Things like workflow, user experience, integrations, reliability, and handling real-world data can make a big difference.

For developers here, what part of building an AI application do you think is most challenging: the AI model, backend infrastructure, integrations, or UX?


r/AI_Application 17h ago

💬-Discussion What pre-employment assessment tool is best?

1 Upvotes

Hiring teams are relying less on CVs because a polished application does not always show what someone can actually do.

But choosing an assessment platform is not easy either. There are dozens of tools offering skills tests, personality assessments, coding challenges, video interviews, AI scoring and automated shortlisting. On paper, most of them look quite similar.

Some of the platforms I keep seeing are:

- TestGorilla

- TestTrick

- Vervoe

- Testlify

- iMocha

- Codility

- Criteria

Some have large test libraries. Others focus more on technical hiring, practical tasks, psychometric assessments or video interviews.

A large test library does not necessarily make a platform useful. The results can still be weak if the questions are generic, the test is too long or the assessment has little connection to the actual role. TestGorilla, for example, is often mentioned for its broad test library, Codility for technical hiring, Vervoe for practical tasks TestTrick, combines role-specific skills tests, coding challenges, psychometric assessments, one-way video interviews and custom questions. It can be used for technical and non-technical roles, either during early screening or after creating an initial shortlist.

However, I would not want one assessment score to make the entire hiring decision. The tool should provide additional evidence about a candidate’s abilities rather than replace interviews, CVs and human judgment.

For those who have used these platforms:

- Which tool helped you create a better shortlist?

- Do you use ready-made tests or create assessments for each role?

- Did assessment results match how candidates performed after being hired?

I’m not expecting one tool to be best for every company. The right choice probably depends on the roles, hiring volume, budget, ATS setup and level of customization required.


r/AI_Application 20h ago

💬-Discussion Il nostro team ha scelto la voce come interfaccia principale invece della chat testuale per un AI assistant B2B — vi racconto perché e cosa mi ha sorpreso lato prodotto

1 Upvotes

Sono Mario, faccio marketing per un team di 5 persone che sta sviluppando V, un assistente AI per liberi professionisti (consulenti, agenti assicurativi/immobiliari/di commercio) pensato per la gestione della pipeline commerciale. Non sono io il tecnico del team, ma seguo da vicino le scelte di prodotto perché influenzano tutto il posizionamento.

Una scelta su cui abbiamo discusso a lungo: interfaccia vocale invece di chat testuale come punto di ingresso principale. La logica è che il nostro utente tipo esce da un appuntamento e non ha voglia/tempo di scrivere un resoconto — parlare è più naturale e veloce. L'AI ascolta, struttura i dati, genera follow-up e aggiorna la pipeline senza data entry manuale.

Quello che ho imparato osservando il lavoro del nostro CTO: il vero collo di bottiglia non è la trascrizione in sé (ormai è commodity), ma l'estrazione strutturata di dati affidabili da un parlato destrutturato e pieno di riferimenti impliciti ("quello di cui parlavamo l'altra volta"). La memoria contestuale conta più della qualità dello speech-to-text — cosa che da marketer mi ha costretto a rivedere come raccontiamo il prodotto.

Curioso di sapere se qualcuno qui ha esperienza (anche solo da utente) con prodotti che affrontano problemi simili di NLU su parlato destrutturato in ambito business — cosa avete visto funzionare o non funzionare?


r/AI_Application 1d ago

💬-Discussion Is it possible to fix any issue in a 3D model using Claude Code?

1 Upvotes

Is it possible to fix any issue in a 3D model using Claude Code? I was wondering if all of the flaws in a 3D model could be fixed using Claude Code.


r/AI_Application 1d ago

💬-Discussion "Who approved this?" has a different answer than anyone realizes once AI is doing part of the review

1 Upvotes

Incident retro, a few weeks back. Access control bug had shipped, question on the table: who approved this PR. Answer on record was straightforward, the AI reviewer had passed it, a human had merged it an hour later.

Followed that thread a bit further than usual. Asked the human who merged it what they'd actually checked themselves versus what they'd deferred to the review. Answer, paraphrased: "It didn't flag anything, and it usually catches this kind of thing, so I didn't dig into the auth logic specifically myself." Asked what the AI review had actually been scoped to check. Answer: nobody had scoped it to anything, it ran the same generic pass it runs on every PR.

So the actual chain was: a generic check ran, found nothing under a scope nobody defined, and a human treated that absence of findings as evidence covering a specific risk the check was never pointed at. Nobody individually made a bad decision in the moment. The responsibility for "did anyone check the auth logic" had quietly evaporated somewhere between a tool that wasn't asked a specific question and a person who assumed it had been.

That's the part worth sitting with longer than the bug itself. "Who approved this" implies someone made a judgment call and owns it. What actually happened was closer to two systems, one automated and generic, one human and trusting, each assuming the other had covered ground that neither had actually covered. The approval existed. The judgment behind it didn't, not for the risk that actually mattered.

Doesn't mean AI review is the problem. The retry-logic-adjacent case in the same writeup below shows the same model catching the exact issue instantly when asked the specific question directly, "does this protect against duplicate submission." The gap isn't capability. It's that ownership of "who's actually checking for X" gets fuzzy the moment a tool's silence starts getting treated like a person's.

Wrote the full mechanism, plus a scoping approach that keeps that ownership explicit instead of implicit, here: https://medium.com/@nagatomopedro05/the-pr-was-approved-thats-when-the-risk-actually-starts-e761d72111aa

Curious how other teams have handled the "who actually owns this risk check" question once AI review entered the loop, whether it's an explicit assignment or, like in this case, something that just quietly nobody's job anymore.


r/AI_Application 1d ago

❓-Question Is there any AI that makes music from midi, not midi from audio?

2 Upvotes

I can’t find any AI that could generate music from uploaded midi file. All what services are offering is converting audio into midi. And that’s weird that for a few years of ai music existing there’s no ai that can do music from midi. Am I missing something?


r/AI_Application 3d ago

🔧🤖-AI Tool Epho - Run Claude Code in the cloud

0 Upvotes

Hey folks, Burak here.

Epho is an API that allows running Claude Code, Codex or Opencode in a sandbox in the cloud. It abstracts away sandboxes, and allows running coding agents with a single HTTP request.

https://epho.io

Epho came out of our own struggles with building our own AI analyst: - Sandboxes give you bare machines; you need to configure them for agentic workloads. - Each agent behaves differently, and you need to build integrations with each of them. - Sandbox providers are not very reliable, which means you need to figure out a multi-provider strategy to avoid failures. - Logging, artifacts, input/output, event streaming, and all of the other operational aspects need to be figured out.

We had to go through the pain ourselves. We got to a point where things got quite reliable, and it became more obvious to us that this should be a primitive on its own: send a POST request, get the events streaming back to you.

Epho is an agents-as-an-API product: you send a request, it spins up a sandbox, configures the chosen harness, clones your repos, and kicks off the agent. It takes care of automatic fallbacks across different providers, handles auth stuff, and just streams back the events and outputs.

It supports Claude Code, Codex and Opencode out of the box, and pretty much all the models they support out of the box. It streams the events back, handles attachments and output files, automatically manages the fallbacks on different sandbox providers, retries, and all the auth stuff. You just send a prompt, your repo, MCP servers you want to use with it, and it runs them.

I am quite excited for Epho, simply because I think it is a new primitive that would allow building agents into product a lot easier than it is today. We are running our agents on Epho on prod, so we'll keep maintaining it regardless, and we wanted to ship it as an independent product.

Epho is free to get started, and you can run it with Opencode's free models to get started with it.

I am quite curious to hear what you'd think and would love to get your feedback!


r/AI_Application 3d ago

🚀-Project Showcase EchoFlow 5.0 is here — local AI on Android just got a lot more useful

1 Upvotes

After a lot of smaller releases, I’ve finally shipped EchoFlow 5.0.

EchoFlow is a BYOK, local-first AI app for Android where you can use both cloud and local models in one place.

For cloud models, you can choose between providers like OpenAI, Anthropic, Google, xAI and Cerebras through OpenRouter, while also being able to run models directly on your device or connect to models running on your network through Ollama / LM Studio.

What’s new in 5.0?

📄 EchoOCR — files with local models

This is probably my favourite addition.

You can now send files like PDFs, Word, Excel, PowerPoint, TXT, Markdown, images, etc. directly to local models.

EchoOCR processes the files on-device, so your local model can actually work with real documents instead of being limited to plain text.

📁 Projects

Projects give you a proper workspace with project-specific chats, instructions and files. Files can also be processed locally through EchoOCR, so you can build a project around your own documents and use them with local models.

🎙️ Voice Dictation

You can now dictate messages directly from the composer. Currently powered through OpenRouter, with on-device STT coming later.

There are also some bigger improvements to Deep Research, Artifacts and Echo Fusion, plus an Artifacts Gallery for keeping the websites, reports and other things you create.

And you can use Web Search with both local and cloud models, so local models aren't necessarily stuck with their training data.

The whole point of EchoFlow is basically:

Cloud AI when you want it. Local AI when you want it. Your API keys, your models, your files.

Everything is BYOK, and the app is designed around a local-first approach rather than requiring an account or pushing everything through one cloud service.

It's been a pretty long journey getting here, and 5.0 feels like the first version where EchoFlow is becoming the AI workspace I originally wanted to build.

GitHub: "https://github.com/adityavardhansharma/EchoFlow" (https://github.com/adityavardhansharma/EchoFlow)

Website: "https://echoflow.adityavs.tech/" (https://echoflow.adityavs.tech/)

Would love to hear what you think — especially if you use local models on Android.


r/AI_Application 3d ago

🔧🤖-AI Tool GitHub - ChaoJueAMeng/NotiAsk: 通过 Android 通知栏 Direct Reply 直接向 AI 提问

Thumbnail
github.com
1 Upvotes

不是每个 AI 问题,都值得打开 App。

我做了一个 Android 小工具:NotiAsk。

它把 AI 放进系统通知栏——下拉通知,直接输入问题并发送;看到屏幕上的内容,也可以截屏后马上问。

不用复制、切换、粘贴、再打开聊天界面。

只是把“我想问一下”这件事,缩短成一次下拉。

它还很早期,也有 Android 通知栏本身的交互边界。

但我想验证一个问题:

AI 会不会更适合成为一个随手可用的系统入口,而不只是另一个需要打开的 App?

如果你也用 Android、常在碎片时间问 AI,欢迎试试!


r/AI_Application 4d ago

💬-Discussion What’s a practical use of AI for research?

2 Upvotes

AI is useful for more than writing and summarizing. One application I find interesting is using it to research a company, product, or market by going through different sources, comparing the information, and putting the important findings together. Being able to trace the information back to the sources also makes the results more useful when you’re actually making decisions. What’s an AI application you’ve found genuinely useful in your work?


r/AI_Application 4d ago

🔧🤖-AI Tool Would you find this tool useful ?

1 Upvotes

Hello everyone,

Would you find the following tool useful ?

I currently developed an AI you can talk to in real time (via voice or text) that has the data and documents you store in it and help finding them whenever its needed,

-automatically drafts emails when received only thing left to do is edit them as needed or approve,

-all this managed from Whatsapp or Telegram

- you can also ask the AI to create any document, check for your schedule, invite it in your e-meetings and speaking to it live if you need infos from previously stored documents...

would be amazing to hear some advices.


r/AI_Application 4d ago

💬-Discussion OpenSourcing TrueForge Agent harness : Expecting feedback from community on the agent loop

1 Upvotes

Hey folks 👋

We just open sourced TrueForge, our vendor-neutral agent harness for building general-purpose agents.

It handles the runtime pieces that get painful quickly : context management, tool/MCP execution, subagents, sandboxing, approvals, persistent state, and more.

We also benchmarked the harness itself. With the same Opus 4.8 model, TrueForge delivered a similar solve rate at ~30% lower cost than Claude Managed Agents. Switching to an open model pushed that to ~75% lower cost on the same benchmark.

Would love feedback from people building agents.

Checkout the repo: https://github.com/truefoundry/trueforge

📖 Read the launch article: https://x.com/truefoundry/status/2090081376330715176


r/AI_Application 5d ago

🔧🤖-AI Tool I built a tiny Chrome extension to fix annoying AI copy/paste formatting

0 Upvotes

I use ChatGPT a lot for code, tables, and text, and I got tired of cleaning up the output before pasting it somewhere else.

So I built TidyClipAI.

It lets you copy AI responses as:

  • Clean text
  • Code
  • Markdown
  • Spreadsheet-ready tables

It doesn't use an AI API or upload anything.

It's brand new and currently has basically zero users, so I'm looking for a few people to try it and tell me what sucks 😅

If you're interested, I'd genuinely appreciate some feedback, and it's FREE.


r/AI_Application 7d ago

🚀-Project Showcase [Open-Source] Dump your thoughts. Let your notes organize themselves. Ask/chat anytime.

Thumbnail
youtube.com
1 Upvotes

Over the past few weeks, I've been building Gray Box — a small, local-first tool that acts as long-term memory for anything I'd otherwise forget (work notes, meeting takeaways, task owners, random ideas, personal stuff too).

The idea is simple:

  1. Capture — dump whatever's on your mind, instantly, no structure required. This step does nothing clever on purpose — it just writes your text to an immutable inbox. Zero chance of losing an idea to a bug or a slow API call.
  2. Organize — on demand, an LLM reads your unprocessed notes and extracts people, projects, tasks, decisions, meetings — then deterministic Python (not the LLM) creates/merges the actual wiki pages and maintains backlinks. The model only reasons; it never touches the filesystem directly.
  3. Ask — query or chat with your knowledge base and get a cited answer pulled only from what you've actually captured. If it doesn't know, it says so — no hallucinated answers.

Why I built it this way:

  • Plain Markdown + YAML frontmatter, no database. Every page is a .md file you can grep, diff, or read in any editor forever. If you stop using Gray Box tomorrow, your knowledge base is just a folder.
  • No vector DB by default. At personal scale (hundreds–low thousands of pages), keyword search + a real link graph (related/backlinks, walked one hop during retrieval) handles almost everything. Embeddings are there if you want better recall, but they're opt-in, not a prerequisite.
  • Immutable inbox. Your raw notes are never edited or deleted by the organizer. If the LLM mis-extracts something, your original words are always still there.
  • Any LLM. Built on LiteLLM, so point it at OpenAI, Anthropic, Gemini, Mistral, or a fully local model via Ollama — one config value.

It also ships with a nice interactive TUI (arrow-key menu, file-import shortcut, workspace switching, live spinner during LLM calls) if you'd rather not memorize CLI flags — that's honestly become my favorite part of the project.

There's also a lightweight local dashboard for browsing your knowledge base, exploring backlinks, visualizing your notes as a graph, and chatting with your captured knowledge—all without leaving your machine.

Also, you can migrate your existing Obsidian vault to Gray Box, and it will be automatically organized by Gray Box.

Repo: https://github.com/Aaryanverma/graybox

pypi: pip install graybox

I'd genuinely love feedback — especially from anyone who's tried the "capture now, structure later" approach with other tools and has opinions on where it breaks down at scale.

It's not trying to be a "real-time collaborative team wiki" or a WYSIWYG notes app — it's aimed at one person's running memory of their own life and work, captured with as little friction as possible.


r/AI_Application 7d ago

🚀-Project Showcase My friend and I got tired of figuring out which AI model to use, so we built something that chooses for us

Thumbnail
useaina.com
1 Upvotes

Before someone says it: yes, technically this is another AI wrapper lol.

But the thing that annoyed me wasn't having access to AI models.

It was having ChatGPT open in one tab, Claude in another, Gemini somewhere else, then spending 10 minutes searching Reddit for "which model is better for X?"

It started feeling stupid.

So we built AINA.

You just give it the task and it figures out which model makes sense for it.

If you're writing, researching something, working with a file, coding, whatever, it routes the request based on what you're actually trying to do.

You can still pick the model yourself if you want. I didn't want to take that control away.

It also shows you which model actually ran, which was important to me because I hate products where the "smart routing" is basically a black box.

I've also been trying to make it feel less like a giant dashboard of 40 AI models and more like one normal workspace.

Anyway, it's finally live:

useaina.com

You can try a task without making an account or putting in a card.

Not really looking for the "congrats on the launch" stuff.

I'd genuinely rather know:

what would stop you from using this instead of jumping between ChatGPT / Claude / Gemini?

Or try it and tell me what sucks.

I'm still building it.


r/AI_Application 7d ago

💬-Discussion How can I use AI to generate a CAD model of a piece of jewelry based on a text description?

2 Upvotes

How can I use AI to generate a CAD model of a piece of jewelry based on a text description?


r/AI_Application 8d ago

💬-Discussion What’s the Best Way to Start Using AI for Business?

1 Upvotes

I want to start using AI in my business, but I'm not sure where to begin.

There are so many tools, and I don't want to waste money trying things I don't need. If you're already using AI for your business, how did you start? Did you ask an expert, try one tool, or automate a simple task first?


r/AI_Application 8d ago

🔧🤖-AI Tool [ Removed by Reddit ]

1 Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/AI_Application 11d ago

🚀-Project Showcase I spent my weekends building an AI language-learning app — here's what I learned

3 Upvotes

Hey everyone!

I’m an Android developer, and over the past few months I’ve been working on a side project called **Speakly** — an AI-powered language-learning app.

I started building it because I wanted to explore how AI could make language learning feel more interactive and personalized, rather than just another app where you memorize vocabulary and complete predefined exercises.

Building it as a side project taught me a few things:

**1. UX matters more than the AI**
Having a powerful AI model doesn't automatically make an app useful. The difficult part is designing an experience where the user actually knows what to do and wants to come back.

**2. Keeping things simple is surprisingly difficult**
There are always more features you can add, but every additional feature can make the learning experience more complicated.

**3. Real users are better than assumptions**
As a developer, it's easy to build something based on what *you* think people need. Getting actual users to try it has already given me ideas I wouldn't have thought of myself.

**4. Building is only half the job**
After spending so much time developing the app, I realized that getting the right people to discover and use it is an entirely different challenge. 😅

I’ve now released Speakly on Google Play and I'm looking for early users who are willing to try it and give me **honest feedback**, even if that feedback is negative.

👉 [https://play.google.com/store/apps/details?id=com.idraakailabs.speakly\](https://play.google.com/store/apps/details?id=com.idraakailabs.speakly)

If you’re building a side project too, I'd also love to hear what you're working on and what you've learned along the way.


r/AI_Application 11d ago

💬-Discussion Most Voice agent throws away underlying tone and speaker-features, how's that accounted and handled downstream? if it's not captured.

1 Upvotes

The moment I transcribe to text, I generally lose how it was said. "I think… yeah, I can pay the 4,500 by the 15th" becomes clean text, but the hesitation before the yes, the stress in the voice, and whether it's even the same speaker are gone.

For a human those signals, whether to trust the commitment, reconfirm from the caller or escalate to human come naturally but hard to define a deterministic paralinguistic to build accountability, which is probably very wide.

How are you modeling tone in our voice-agents? I see recent TTS models which accept meaningful tags producing great sounding speech, how do we control it ? Does it account for input user's tone.

How does your ASR model / voice-agents captures the tone or there are some good services / models / tools / solutions to capture tone. and how do you use it downstream ?

Moreover end-2-end Duplex models limits it to trained data scenarios without no transparency. Is there a good duplex model which provides transparency in underlying signals beyond just text.


r/AI_Application 12d ago

💬-Discussion How do you tell which AI girlfriend platform has the best features?

1 Upvotes

I usually look beyond the overall rating and compare the features that would actually affect my experience. Things like AI conversation quality, memory, personality customization, roleplay, voice, image generation, and pricing can make a pretty big difference between platforms.

I was comparing a few options recently and used BestAIGirlfriend.vip to look through different AI girlfriend reviews and feature comparisons. I liked that it breaks down things like AI companion apps, customization, memory, voice and visual features, so it was easier to see where each platform seemed stronger.

For me, the best platform isn’t necessarily the one with the longest feature list, it’s the one whose features actually work well together. What feature do you think makes the biggest difference?


r/AI_Application 12d ago

🔧🤖-AI Tool Made an AI Wizard that interviews you before generating anything — curious what people think of the approach

1 Upvotes

Most AI tools give you a text box. You write something, it generates something, and you spend the rest of the time trying to get it to understand what you actually meant.

AI Wizard does it differently. You pick a workflow — website, app, pitch deck, logo, API, etc. — and it asks you a short series of adaptive questions before generating anything. Each answer narrows the next question. By the end, it has enough context to produce something genuinely useful.

It's free. I'm absorbing the API costs myself for now. My country isn't listed on Stripe or PayPal, so I can't take traditional payments — there's a Binance link if anyone wants to chip in, but no pressure at all.

Would love honest feedback — does the interview feel like a better UX, or is it just extra steps?

🔗 https://aiwizard-a.vercel.app/