
r/AiBuilders

Is my startup idea creative enough?
So me and my friend have decided we want to make a claude ai agent targeted at small businesses and individuals. I would appreciate it if someone can give their honest opinion on it :) (its called arca) and we even made a website called arcaops.xyz heres a rough idea on the business model:
An AI agent for small teams that watches Slack, Notion, and Google Calendar, and handles the busywork between those tools — acting on its own when it's confident, and asking a human when it's not. The pitch is explicitly "no silent automation, no surprises."
Target user: small business owners / small teams (validated at networking events in Zürich — the deck cites owners saying yes because status updates, scheduling, and follow-ups eat hours a week and they can't justify hiring for it).
The core mechanic — this is the actual product, not the integrations
- Arca watches events across the connected tools (new Slack message, Notion status change, calendar change).
- It scores its own confidence about the right action.
- High confidence → acts automatically (drafts a reply, updates a status, files a card).
- Low confidence / high stakes → surfaces to the human first, showing its reasoning, before doing anything.
That confidence-gated trust layer is the differentiator — a plain Zapier-style integration wouldn't have it.
Fortune Reading & Zodiac Destiny
Hey guys, I created a virtual fortune reading website via AI lovable and would like to get some feedback to enhance the site. Do try out the 1 free full reading and compatibility reading per month using the link provided. Share with me your feedback so that I can make improvement to the site. Thanks in advance.
I built a local AI workspace for Windows and finally released it
After about a year of building, testing and constantly finding things to improve, Nyx AI is finally out. It is available in 240 markets and 6 languages.
Nyx AI is a local first AI workspace for Windows for chat, coding, documents, previews and automation.
You can run models locally through Ollama or connect OpenAI, Anthropic, Ollama Cloud or your own compatible endpoint. No Nyx AI account is required for local use.
One area I spent a lot of time on was agent safety.
In Nyx AI Lab the model can work with files, run shell commands and Python, use Git, run builds and tests, and preview PDF, DOCX, XLSX and PPTX files.
Locked execution uses Windows AppContainer isolation where supported, alongside workspace file controls, command risk checks, approval controls and native Windows confirmations for certain higher risk actions.
There is also a built in privacy sanitiser designed to detect and redact recognised sensitive information before messages are sent to non local models. It is best effort and cannot guarantee that every sensitive value will be detected.
No sandbox is completely secure and these controls reduce risk rather than eliminate it. The limitations and residual risks are documented in the public threat model, and the legal and technical documents are available inside the app.
Would genuinely appreciate anyone trying it and telling me what you think.
Website
[https://nyxai.uk
Microsoft Store
)Microsoft store nyx ai
OpenSourcing TrueForge Agent harness : Expect feedback from community on the agent loop
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.
⭐ Star the repo: https://github.com/truefoundry/trueforge
📖 Read the launch article: https://x.com/truefoundry/status/2090081376330715176
Would anyone find this useful?
Hey guys, I've been building a small experiment around AI agents. I’m just trying to see if developers or people that use ai for heavy workflow would find something like this useful?
The basic idea is:
You describe a task - the system figures out what specialist is needed - finds the best available agent - delegates the task - returns the best result.
So instead of you having to figure out which AI/tool/agent to use, the network handles the procurement for you and gives you the best match based on your task.
I've got a basic working prototype now and I'm looking for people to try it and tell me where the idea falls apart.
I'm particularly interested in tasks where you'd normally need to use multiple tools or hire someone.
I'm genuinely trying to build something useful, any feedback would be appreciated. I’ll drop a link in a few days if anyone would actually be interested in trying this out.
If you think this is genuinely crap and no one would use is, that’s great too.
Cheers everyone 😁
[Help needed] I need advice about a new video on the Play Store for my app
This is the app (called "LWP+"), and I've shown here the video that I've published there:
https://play.google.com/store/apps/details?id=com.lb.lwp_plus
At first I was happy about what I created on the video, but then I thought that it looks more like a tutorial here, instead of maybe focusing on what's the most interesting. Surprisingly, ever since I've published the video, it actually got quite some views already (29 after 2 days), despite the fact it's a bit of a niche app. Still, I think maybe it can be improved.
I want to know what you guys think about the video (which has audio, BTW).
Here's about the app:
It's a live wallpaper app, that has these features:
Allows showing color/image/animation/video as content (users choose the file from the file system). No special effects so some users that complain about the dimming/zooming effects actually like using it. Users can also choose whether it should scroll or the type of automatic cropping.
Allows (some) control over the Material-You colors of the OS, as it lets users to choose the colors to report the OS about what's on the wallpaper. This means that like on Android 17, users can choose the colors they want (if the OS supports it) despite the content not matching it.
Setting of double-tap to lock the screen. Some launchers don't offer this, so I added it to the app too.
Some extra flags that (on some devices) should affect colors further, such as black/white text and/or black/white icons on status bar and/or lock screen and/or launcher.
The app is completely free, ad-based. Users can remove the ads including by just watching full screen ads. Originally it was created to offer dark-theme on devices as it wasn't a toggle on the OS settings, and was based on the colors of the wallpaper.
I don’t code - Just shipped my first iOS app built entirely with AI (Claude Code)
Quick backstory: I'm not a developer. No CS degree, never written a line of Swift before this. But I kept missing return deadlines, forgetting free trials before they turned into paid subscriptions, and losing track of invoice due dates — so instead of just complaining about it, I decided to try building the fix myself using Claude Code (Anthropic's AI coding tool) as my actual dev partner.
The result is Untilly: you photograph a receipt, contract, invoice, or trial confirmation (or upload it as a PDF), it detects the relevant date, and reminds you before it's too late. A few decisions I made early on:
The AI only ever suggests a date — you always confirm it against the real document before it's saved. I didn't want a "trust the black box" tool for something people rely on.
No account, no cloud, everything stays on your phone.
Different wording for different situations (a return deadline feels different from a trial about to charge you, so the app treats them differently).
What surprised me building this without a coding background: the app itself came together faster than I expected, but everything around it — App Store Connect, subscription setup, tax forms, privacy questionnaires — ate at least as much time as the actual product. Nobody warns you about that part.
I also tried adding a Share Extension (send a PDF straight from Mail/Files into the app) and had to abandon it after fighting an entitlements bug for hours — sometimes you just cut scope and ship what works.
It's live now on the App Store, free to try with a few tracked items, optional premium for unlimited: https://apps.apple.com/app/id6792659522
Curious whether other non-technical folks here have tried building with AI tools instead of learning to code or hiring out — did it actually hold up once you got past the prototype stage?
I built a Windows AI agent that can run shell commands. What isolation would you actually demand before letting it run?
I'm the developer, and this is my project, so read it with that in mind.
The part I think is actually interesting is a refusal, so I'll start there. My app can run AI-generated shell commands and Python inside a Windows sandbox using AppContainer. Before it treats a sandbox level as available, it tests on your machine that Windows is actually enforcing that boundary, and it fails closed when a sandbox level you chose can't be established: the command is refused rather than run with weaker protection. The UI always shows which isolation level actually ran, because "sandboxed" is a claim and the app should have to prove it.
The app is Nyx AI, a Windows desktop workspace built around an AI agent. It does documents, spreadsheets with live formulas, slide decks, PDFs, web research and data analysis as well as code editing and shell work. You bring your own model: Ollama running on your PC with no API key stored in the app, or your own OpenAI, Anthropic or Ollama Cloud account. It ships no models and no inference runtime, so local means installing Ollama yourself first.
Honest qualifier on "local-first", because you'd catch it anyway: a local Ollama model keeps ordinary prompts on your PC, and small background helper calls can use a local model when one is available. On the Auto routing setting, though, heavier coding, reasoning and planning work normally prefers a cloud route you've configured. Local-first is a supported way to run it, not a guarantee that nothing ever leaves the machine. The docs say exactly that.
There are four isolation levels: Automatic, Standard, Sandbox + internet, and Sandbox · no internet. They use two Windows mechanisms: AppContainer for the two Sandbox levels and a Job Object for Standard. Standard is documented as not being a filesystem or network jail.
At the no-internet level, the sandbox is created without internet capability, so the operating system itself refuses outbound traffic from AI-run code. That still isn't an air gap for the whole app: chat still goes to whichever model provider you chose, and the update check, dependency installs you approve, and one-time component downloads can still touch the network. The threat model lists all of it.
Approvals come in two kinds. Ordinary ones are cards inside the app. Higher-risk model actions and certain sensitive operations can require a native Windows confirmation dialog outside the model-controlled interface. Nothing sent from the chat window can mark an action pre-approved, and if the dialog can't be shown the action is refused.
A smaller set of prohibited actions is refused outright in every mode and never offered for approval at all.
There's also an audit trail: a plaintext action log, plus an encrypted, hash-chained forensic log of approvals, denials and sandbox blocks. If a recorded entry is later altered, verification can show it. The docs also state plainly that this cannot prove nothing is missing.
Now the parts you'd find out anyway, so here they are first.
Windows 10/11 x64 only, because the sandbox is built on Windows-specific isolation. There is no macOS, Linux or Windows-on-ARM build.
It is proprietary and closed-source, free for personal non-commercial use, with a separate licence required for commercial use.
Because the source is not public, I have tried to make the externally verifiable parts unusually transparent. The full threat model is public, including trust boundaries, network paths and residual risks, and you can independently monitor its network behaviour.
It's beta software. It has not been independently audited. Prompt injection is documented as not solved, and the app itself ships the line "no sandbox is 100%".
Nyx AI sends no usage analytics, telemetry or crash reports of its own. Automatic update checks are on by default and can be disabled. A check sends the installed version, and the connection necessarily exposes the requesting IP to the update host. Installing from the Microsoft Store also means Microsoft's own platform diagnostics apply under Microsoft's terms, not the app's.
Site and threat model:
https://nyxai.uk
Install is through the Microsoft Store. The website does not host the installer.
Two things I'd genuinely like opinions on.
Where would you draw the line between approvals that deserve a hard OS dialog and ones where an in-app card is enough?
And if you read the threat model, what's missing from it?
Is it going to be good enough?
I built a huge project focused on being an “everyone agent.” It was too big, and I wasn’t skilled enough to manage it. I dropped it.
I know the basics of the basics of development, and I’ve been working in IT for 8 years (functional analysis, PM, IT manager, business partner). Friends who are really good developers took a quick look at my first project and said, “I thought it’d be much worse.”
Despite all that, I managed to sell an agent to a company. The product is much more vertical — its scope is “only” to gather emails, organize the work, and proactively improve itself through recurring human sessions. Some batches that handle recurring tasks will be implemented on top of it. There will also be a messaging interface where people can update their tasks. Everything will be built on a “Jira-inspired” UI.
I’ve read a fair amount of AI literature, and I’m confident this specific part will work.
I’m now at the step where I’m stealing features from the “monster” and building this vertical agent, trying to keep it much leaner. How do I know if the platform is solid enough? What suggestions do you have?
Honestly, I’m pretty sure I won’t be able to read the code myself, but I’ve planned the product deeply and broadly. Will the AI be good enough? (I use Claude Fable for implementation plans and probably Sonnet to execute them.)
Thanks everyone for the attention
What's the thing you keep working around instead of fixing?
What's the thing you keep working around instead of fixing?
I've got a 22-hour build window this week and four themes to pick from. Rather than invent a problem, I'd rather build something an actual practitioner is annoyed by. The themes:
- UX in AI — how people interact with, trust, correct, or supervise AI systems
- Data for AI — pipelines, quality, lineage, labelling, retrieval
- Security & governance at scale — access, audit, policy enforcement across many systems or agents
- Physical AI — robotics, simulation, digital twins
What I'm asking: in whichever of those you actually work in, what's the recurring annoyance you've built a hacky workaround for and never properly solved? The thing that costs you 20 minutes a week, or that you've explained to three different new hires.
Not looking for startup ideas or moonshots. Looking for small, specific, real. Bonus if you've already tried something and it didn't work — I'd like to know why.
I'll post back with what I build and whether it worked, including if it didn't.
🧵 Introduce yourself, what are you building?
^(New thread, fresh start. Drop a comment and tell us:)
^(- What you're building (or trying to build))
^(- Your stack / tools of choice)
^(- One thing you wish you'd known earlier)
^(No need to be fancy about it. One paragraph is plenty. Just say hi and tell us what you.)
Humanize AI vs AI Humanizer: Do These Tools Actually Make AI Writing Sound Human?
I've been experimenting with AI writing tools lately, and one thing I keep noticing is that the first draft can be technically good but still feel strangely unnatural. The sentences are usually too polished, the transitions are predictable, and sometimes every paragraph seems to have the same rhythm. That's what got me curious about humanize AI tools and AI humanizers.
I've tried a few different approaches, and HumanizeAIText.io has been one of the better options I've come across. It can make some drafts feel more natural without completely rewriting the original message, which I find useful when the first draft is already pretty solid. I still prefer doing a manual edit afterward, but having a cleaner starting point definitely helps.
For people who regularly use AI for blogs, essays, marketing content, or general writing, do you think it's better to humanize AI text with a dedicated tool, or is manual editing still the only reliable approach? I'm especially interested in whether anyone has found a workflow that keeps the useful parts of AI writing while removing that obvious AI-generated feel.
What has worked best for you?
I'm realizing the hardest part of building an AI product isn't the UI — it's defining what "good" actually means.
I've been building CRÉO, a creator intelligence workspace.
I've spent a lot of time recently working on the UI — and honestly, the visual side is starting to come together exactly how I wanted.
But while discussing the product with someone who works closely with LLM systems, I got hit with a much more uncomfortable question:
How do you actually know your AI is giving good advice?
Not:
>
But:
>
That changed how I'm approaching the next stage of CRÉO.
The current product can work with real creator information and manually entered analytics. But I'm now working toward a proper evaluation framework instead of letting the model decide everything implicitly.
The goal is eventually:
Creator data + content history + audience + external signals
→ analysis
→ evidence
→ recommendation
→ explanation
Rather than:
Prompt → AI opinion → trust me
The UI is getting finished first.
Then comes the much harder part: making the intelligence underneath it something I can actually defend.
That's probably the most important thing I've learned while building this.
I spent the last year building my own Synthetic AI platform, this is what I’m creating with it
Some of you may know me from LMX Designs. I took a completely different path.
Over the last year, I went from designing and building creative projects to building LMX Synthetic from the ground up a Synthetic AI creative platform built for creators.
Now I’m using LMX Synthetic to create an original universe called Project LMX.
This is the first scene:
Chaos Chloe escaping the LMX Laboratory.
I’m using my own platform to stress-test it with my own projects, because I’m a creator first at heart. I want to push it as hard as I can before I open it up to everyone else.
At the end of the day, I’m a creator building for creators and that’s a perspective I don’t think you see enough in AI.
This is only the beginning.
Let me know what you guys think. Would you watch a short episodic series built around escaped LMX experiments?
Qwen3.8 27B vs Qwen3.6 27B in a real local Pi coding workflow: Qwen3.8 was more complete, but 3.1x slower
I have been testing local coding models on an AMD Radeon AI PRO R9700 with 32 GB VRAM. Instead of comparing only tokens per second or asking the models to generate isolated functions, I ran two of my daily Pi coding profiles through the same repository-level workflows.
The short version: Qwen3.8 caught every requirement, while my Qwen3.6 "precise" profile finished 3.12x faster but missed one CLI requirement that was not covered by the visible tests.
Models and profiles
Qwen3.8 profile
- Unsloth Qwen3.8 27B UD-Q6_K_XL GGUF
- 65,536-token Pi context
- 2,048-token maximum response
- Native Qwen3.8 developer/tool template
- Low reasoning effort with a 1,024-token server reasoning budget
- Temperature 1.0, top-p 0.95, top-k 20, min-p 0
- Embedded MTP enabled with two draft tokens
- Q8 target and draft KV caches
- About 28.78 GB VRAM allocated
Qwen3.6 precise profile
- Unsloth Qwen3.6 27B MTP Q6_K GGUF
- Qwen Sharp chat template
- 65,536-token logical Pi context
- Temperature 0.1, top-p 0.95, top-k 40, min-p 0.05
- 128-token reasoning budget
- MTP enabled with three draft tokens
Both were served through the same llama.cpp Vulkan router with one model loaded at a time. Pi ran offline with its read, edit, write, grep, find, ls, and shell tools enabled.
What I tested
I used four fresh Git repositories created from identical broken baselines:
- Fix a stale cache after JSON persistence.
- Add task priorities across the model, service, JSON compatibility, CLI, and README.
- Refactor dependency ordering to include dependency-only nodes, remain deterministic, and reject cycles.
- Make batch persistence atomic across validation and filesystem replacement failures.
Each model received the same prompt and repository. Every workflow used a new Pi session. The agents could inspect the repository, edit files, and run the five visible unittests. I did not send any repair prompts after Pi exited.
I then ran one external grader per workflow. These checks were outside the
working repositories and were never shown to the models. They covered cases
such as CLI filtering, duplicate dependency edges, generator validation,
injected os.replace failure, cache preservation, and temporary-file cleanup.
Results
| Metric | Qwen3.8 27B | Qwen3.6 precise |
|---|---|---|
| Visible tests | 20/20 | 20/20 |
| External checks | 4/4 | 3/4 |
| Combined checks | 24/24 | 23/24 |
| Workflows completed | 4/4 | 4/4 |
| Total wall time | 12:05.10 | 3:52.41 |
| Model turns | 53 | 39 |
| Tool calls | 78 | 58 |
| Generated tokens | 24,941 | 8,326 |
| Non-cached input tokens | 27,604 | 21,382 |
| Cache-read tokens | 385,983 | 186,383 |
| Changed lines | 182 | 115 |
Per workflow:
| Workflow | Qwen3.8 | Qwen3.6 precise |
|---|---|---|
| Cache invalidation | 6/6, 1:38 | 6/6, 1:00 |
| Priority feature | 6/6, 3:46 | 5/6, 1:08 |
| Dependency refactor | 6/6, 1:41 | 6/6, 0:55 |
| Atomic batch persistence | 6/6, 5:00 | 6/6, 0:49 |
The server stayed healthy throughout the run: zero service restarts and no OOM, Vulkan device-loss, segmentation-fault, or fatal events.
The interesting failure
Both models passed every visible test. The difference appeared only in the external priority grader.
The prompt explicitly required --priority support on both the create and
list CLI commands. Qwen3.8 implemented both. The precise profile added
priority support to the data model, persistence, service filtering, and
create --priority, but it forgot list --priority.
That is exactly the kind of omission that a normal green test suite can hide. Qwen3.8's extra reasoning and repository exploration were expensive, but in this run they bought a real requirement-coverage win.
Patch quality
Both models handled the cache and dependency tasks correctly. Both atomic
implementations validated the full batch before mutation, preserved disk and
cache state after an injected replacement failure, and cleaned temporary
files. Qwen3.8 additionally flushed and called fsync before the atomic
replacement.
Qwen3.8 was less economical overall. It changed 182 lines versus 115, used 36% more model turns, made 34% more tool calls, and generated almost exactly 3x as many output tokens. The priority documentation and public exports were useful, but the model's native reasoning style is undeniably verbose.
My takeaway
I am not replacing the precise profile outright.
- Qwen3.6 precise remains my choice for fast edits with a strong existing test suite. It completed this benchmark 3.12x faster and used one-third of the output tokens.
- Qwen3.8 is the better choice for underspecified, cross-layer, or agentic work where missing one requirement is more expensive than waiting longer. It was the only profile to satisfy every visible and hidden check.
- A useful two-model workflow may be Qwen3.6 precise for implementation and iteration, followed by Qwen3.8 for requirement review—or Qwen3.8 for the initial complex implementation and precise for fast follow-up fixes.
This is only four Python workflows with one stochastic run per model. It does not establish universal model rankings, and the profiles are not architecture-normalized: they use the settings I actually run in Pi. Still, I found the result more useful than another isolated HumanEval-style score because it exposed a genuine repository-level omission.
Model source:
I can share the exact prompts, external grader, Pi JSON event transcripts, and patches if people are interested.
Honest and Brutal Reviews on our Product Please .... !
I've been building Pinaka on the side for the past few months — an AI agent that automatically writes root cause analyses when a bug ticket is filed.
The problem it solves: every time a production bug hits, a senior engineer spends 2-3 hours investigating before writing a single line of fix. The actual fix takes 20 minutes. The investigation takes the rest of the day.
Pinaka eliminates that investigation step. Tag a Jira ticket or mention @pinaka-app on a GitHub Issue — it reads your indexed codebase, captures runtime context via an SDK, and posts a structured RCA as a comment. Root cause, exact file, exact line, fix approach. Automatically.
What I've validated so far
Ran it against real open source bugs:
- BullMQ issue #2487 — code only scored 6.5/10, code + runtime context scored 9.2/10 against the actual merged fix
- Prisma ORM issue #29480 — open bug, no ground truth, diagnosed from behavioral contrast across test files
- Pinaka's own Java SDK — found a real ForkJoinPool exhaustion bug, fix shipped same day
All three write-ups are public, including the limitations.
What I'm looking for
couple of engineering teams (2-150 engineers) using GitHub who want to try this on a real production bug. Free, no commitment. I'll personally onboard you and be available for any questions.
Works with Jira and GitHub Issues. No Jira required. One OAuth click to connect. First 5 RCAs free.
Honest state of the product
No paying customers yet. Building in public. The product works — the benchmarks above are real — but I need real teams on real codebases to validate it beyond my own test cases.
If this sounds useful for your team, drop a comment or DM me. Happy to show you a live demo on your repo.
I finally launched my AI learning platform after weeks of building and debugging — EduGPT
I've been working on an AI learning platform called EduGPT, and I finally put the first production version live.
The last few weeks have been a lot of building, debugging, breaking things, fixing them, and learning along the way. Authentication, Supabase, Next.js, API integration, GitHub, deployment... there were quite a few moments where I wasn't sure I'd get everything working.
But it's finally live. 🚀
What I'm trying to build
The basic idea is to create an AI tutor that doesn't just answer questions, but actually builds a learning journey around the learner.
Eventually, the user will provide things like:
- What they want to learn
- Their current level
- Their learning goal
- How much time they can study each day
- Their preferred learning style
The AI should then create a personalized course and adapt it based on the learner's progress and mistakes.
Current stack
- Next.js
- TypeScript
- Supabase
- Vercel
- Groq
- GPT OSS 120B
The current version already has authentication, courses, progress tracking, quizzes, and an AI tutor.
It's definitely not finished. My next major task is improving the course creation flow so that entering something like "Learn Python" doesn't simply start at Day 1, but actually creates a personalized learning journey.
I'd really appreciate honest feedback, especially from people who have built and launched their own projects.
What would make an AI learning platform genuinely useful enough for you to come back to every day?
And if you have a minute, I'd also love feedback on the current version:
Live demo: https://ai-agent-app-omega.vercel.app/
Thanks — I'm particularly interested in what you think is missing or what you'd build differently.
I'm building CRÉO — an AI system designed around the creator, not just content generation
I've been building CRÉO for a while, and today we finally clarified something important:
I don't want CRÉO to be another wrapper around an AI model that simply generates content.
The direction is becoming:
Creator Memory → Create → Analyze → Learn → Improve → Grow
The first major analytics version will let creators provide performance data for their content and have CRÉO turn that into understandable graphs, insights, explanations of what worked/failed, and recommendations for what to do next.
Later, the system could connect directly to social platforms and automatically collect that information.
We're also planning future capabilities around thumbnail effectiveness, deeper creator intelligence, smarter AI assistance, and eventually collaboration/team infrastructure.
I'm deliberately not building everything immediately. The current priority is getting the core product polished, useful, and actually in the hands of creators.
I'd genuinely appreciate feedback from other creators/builders:
Would a system that remembers your creative process AND learns from your content performance actually be useful to you?
Kit is an open source app that puts your entire dev environment in one window. Code editor, real Chromium browser, terminal, git panel, autonomous AI agent, visual pipeline builder, whiteboard, email and calendar all connected.
The interesting part: the AI sees everything. Ask it a question in the terminal and it already knows what file you have open, what page you're browsing and what your git state is. No copy-pasting context between windows.
The agent takes plain English tasks, plans and executes in a loop using your actual project files. Every file write or shell command asks permission before running.
MIT licensed, macOS and Linux. Bring your own OpenAI or Anthropic key.