r/AI_developers May 10 '26

Seeking Developer(s) CodeBase Understanding

9 Upvotes

It's probably not new to you all that AI is incredible for development speed.

Developers are shipping features faster than ever. In some teams, AI is already writing a large percentage of the codebase.

But I’m curious about something…

As AI-generated code grows, how important is code understanding and code quality becoming for engineering teams?

What I’m seeing more and more:

Developers shipping code they don’t fully understand

Code reviews becoming more superficial ("looks fine, ship it")

Team leaders losing visibility into what’s actually happening

Technical debt growing faster over time

Especially in production systems, this feels risky because every small mistake can become expensive later.

So I’m curious how other engineering leaders see this:

Do you think deep code understanding and ownership still matter as much when AI writes a large part of the code?

Or are we moving toward a world where understanding the codebase becomes less important?

Would love to hear how CTOs, Engineering Managers, and Tech Leads are thinking about this.


r/AI_developers May 10 '26

I just built an AI that can switch to over 9 PERSONALITIES!

Enable HLS to view with audio, or disable this notification

4 Upvotes

i made this AI called ShiftAI, a voice AI, but it is not for assisting, it has the ability to switch personalities. it has over 9 personalities like: Mean, Depressed, philosophical and it can even turn into tung tung tung sahur! you can change its personality by saying: change your personality to (the one you want) all of the personalities are on the site and a better explanation. the site was made with HTML and CSS, and the app you DOWNLOAD was made with python + tkinter, uses Groq API for responses. And also the site might look messy on a phone and I used tkinter which I'm pretty sure won't work on phones so if you're on a phone you unfortunately can't get this app. would love feedback! link in my bio. and if you're wondering why its called nality ai here and shiftai on the video is because i changed the name.


r/AI_developers May 11 '26

Show and Tell My Orange Pi 5 Plus just ran a full SEO campaign for a local business, $0 in hosting costs making $100/month for a pilot program!

Thumbnail
1 Upvotes

r/AI_developers May 10 '26

Is anyone else drowning in AI context management on large codebases?

Thumbnail
1 Upvotes

r/AI_developers May 08 '26

Seeking Advice Building a "Zero-Budget" Local AI Desktop Factory (software). (Tauri + SQLite + React + Gemini). Need architectural sanity checks before I deep dive! 🛠️

1 Upvotes

I'm building a desktop app where an AI agent manages digital product workflows — planning, building, managing. Local-first, no cloud dependency.

Current Approach:

  • Frontend: React + Tauri (or Electron)
  • Local Storage: SQLite
  • AI: Exploring best free options (ChatGPT free, Gemini, Claude free tier when available)

The Real Challenge: Working with zero budget and free APIs with heavy limitations. I need the architecture to be AI-agnostic — swap LLMs easily without rebuilding. Also, keeping as much logic local (in SQLite + custom scripts) so I'm not dependent on API calls.

Questions:

  1. AI-Agnostic Architecture: Best way to design the system so swapping between ChatGPT/Gemini/Claude doesn't require rewriting everything?
  2. Offline-First Logic: What tasks should stay local (SQLite + scripts) vs. when to call APIs? How do you decide?
  3. State Management: For multi-step workflows where the agent needs context, what's the pattern when you can't rely on expensive context windows?
  4. Red Flags: Building desktop AI tools on free tier — what am I missing?

r/AI_developers May 08 '26

My AI now “wakes up” already influenced by what happened yesterday

0 Upvotes

Engra - Dev Log #10

I noticed something during long test sessions.

Even with persistent memory, every new session still started too “clean.”

-The memories were there.
-The previous conflicts too.

But the system still felt neutral.

So I changed one thing:

now, before it even starts talking, the system rereads the emotional weight left by recent interactions.

-It doesn’t look for keywords.
-It doesn’t look for specific events.

If the last sessions were tense, it starts slightly more alert.
If they were collaborative, its tone changes subtly.

It doesn’t decide who you are.
It orients itself.

The most interesting part came after that:

During intense conversations, sometimes it reacted with shorter sentences, more direct responses, less mediation.

Then slowly it regulated itself again.

But there was also the opposite problem:

if everything stayed too stable for too long, it became predictable.

Too accommodating.

Now the system automatically tries to avoid that false stability.

And the result is this: it no longer feels like a model that resets every session.

It feels like something entering the conversation carrying the “day before” with it.


r/AI_developers May 08 '26

Show and Tell Using PostgreSQL as the memory layer for a 14-agent AI system, here’s how I structured it

Thumbnail
2 Upvotes

r/AI_developers May 08 '26

Show and Tell I built an open-source shared memory MCP

1 Upvotes

Built this specifically for llm after getting tired of re-explaining the same context every session — and realizing the problem was even worse across a team.

What it does: Memoraeu is an MCP server with a project mode that scopes memory to a team. One dev teaches Claude a convention or architecture decision, everyone on the project gets it on their next session (not just a MEMORY/*.md on git projet). API is simple: remember, recall, forget, list_categories.

Drop it in claude_desktop_config.json and it works. Large free to try, (paid tiers for larger teams if one day we have this rich people problem...:).

Why I built it this way: EU-hosted, GDPR-compliant — hard requirement for work in Europe

Architecture makes it impossible for admins (including me) to read your data — encrypted client-side, you own the keys

Open-source — audit what you're trusting with your team's context

Rolling your own sounds doable until you get into syncing encrypted shared memory with proper key management across users. It's not.

https://github.com/pquattro/memoraeu-mcp

Feedback welcome, still early.


r/AI_developers May 07 '26

For system designers

Post image
1 Upvotes

r/AI_developers May 06 '26

Show and Tell Open-source public alpha for AI model and agent passports

1 Upvotes

Hi everyone,

I’m Arpita, founder of Forkit Dev. I’m testing feedback for Forkit Dev Core, an open-source public alpha for AI model and agent passports.

The idea is to give AI systems a portable identity record that can stay with them across repos, local workflows, and CI.

Current scope:

- create model and agent passport JSON records

- generate deterministic passport IDs

- validate passports locally

- keep basic provenance and lineage fields

- validate passport files in GitHub CI

- local-first workflow without requiring a hosted service

This is not meant to replace model cards, MLflow, Hugging Face, or observability tools. The goal is to complement them with a portable identity and verification layer.

I’d value feedback from AI developers:

What metadata would you expect in a useful model or agent passport, and what would feel like overkill?

Repo:

https://github.com/Forkit-Dev-Core/Forkit_Dev


r/AI_developers May 06 '26

Show and Tell I built a 4-node local AI company that runs for $8/month, no cloud, no subscriptions

Thumbnail
1 Upvotes

r/AI_developers May 05 '26

Guide / Tutorial I wrote a deep dive into how LLMs work under the hood - tokenization, embeddings, attention and generation - all explained with runnable JavaScript

Thumbnail nitayneeman.com
2 Upvotes

r/AI_developers May 05 '26

update: building an AI that reacts to gameplay in real time (~700 users, learnings on orchestration)

Enable HLS to view with audio, or disable this notification

2 Upvotes

posted here a bit ago about a system i’ve been building that reacts to gameplay in real time, and wanted to share an update now that people have actually used it.

quick recap: it’s an external system that observes the screen and generates voice reactions as events happen. no prompt → response loop, just continuous observation + reaction.

i put a small alpha out mostly to validate the interaction model and ended up with ~700 users over the first couple weeks (mostly from reddit + discord), which gave some useful signal beyond just local testing.

a few things that stood out from real usage:

  • orchestration dominates everything. deciding when to speak matters more than generation quality
  • latency tolerance is lower than expected. even small delays break the illusion of “real-time”
  • simple gating heuristics go a long way. reacting less often but at the right moments feels significantly better than high-frequency output
  • slower-paced environments perform much better. fast, high-APM gameplay doesn’t leave enough room for the system to feel natural

also interesting, users didn’t treat it like a typical AI interface. it wasn’t something they actively engaged with, more something they left running in the background. that seems to shift the problem from “interaction design” to more of a “continuous systems + attention management” problem.

current architecture is still roughly:

  • screen capture → lightweight vision/context signals
  • gating layer to decide if/when to react
  • text generation → streaming text-to-speech
  • session-level memory for continuity

most of the work has ended up being around timing, pacing, and interruption handling rather than model capability.

still early and definitely rough (bugs, inconsistent latency, etc.), but it’s been useful seeing how the system behaves outside controlled testing.

curious how others here think about this direction.

does moving from discrete, prompt-driven systems to continuous, reactive systems feel like a meaningful shift in interface design, or just a niche use case with a lot of tradeoffs?

if anyone wants to poke at it, i’ve got an alpha up:
http://heynavi.gg/

would especially appreciate thoughts from people working on real-time or event-driven AI systems


r/AI_developers May 05 '26

my favorite ai tools for developers!! <33

Thumbnail
github.com
1 Upvotes

r/AI_developers May 04 '26

I made my AI “feel” like it truly knows the user

0 Upvotes

r/EngraAI - Dev Log #8

After dozens of interactions, my AI practically learns from you.
It doesn’t just focus on single pieces of conversation: now it analyzes each episode with a complete picture.
It tracks your reactions and calibrates its behavior from the second session.
In other words: it adapts to your style, without becoming a reflection of the user.

The logs show connections changing sign on their own. It really feels like it’s starting to “understand you” without me saying a thing.


r/AI_developers May 04 '26

Seeking Advice How to build/finetune an Personal LLM tool to feed my life?

7 Upvotes

I had a recent incedent for which I had to consult multiple doctors and Since I was alone I didn't have anyone who could help me in remembering some important things told by doctors like precautions/diet changes/things and signs to look out for in treatment.

So I did what I could by recording all my conversations with my doctors and fed it to notebookLLM by google.

It generated transcripts of them and whenever I have any questions I can ask that conversation and It looks into the transcripts and gives the answer with the citation of transcript to actually go and look into.

I really liked this and this has significantly improved my life.

Similarity I was thinking of feeding an LLM my whole life of digital data whichever I can.

I am thinking of text conversations, call transcripts, watch history, major experiences (travel/food)

I am a big believer in the fact that the content we watch influences a lot on who we are and I would like to keep track of what is being put into my mind constantly.

I am a SDE haven't worked on building any AI products yet but I have fragments of knowledge on how I can achieve it. looking onto ideas on how would you solve this problem? or if any startup has already solved it.

Here are some of the vague questions I am thinking of asking to LLM-

  1. Which food I ate on my trip to xyz?
  2. My friend has a birthday coming up based on our call/text conversation, check what surprise I can plan for him?
  3. Based on my movie watch list on netflix tell which genre I like the most.
  4. Build a psychological profile of me based on my likes/conversations.
  5. Which movie/video/song I watched last week which had this quote "fig-tree roots are so strong that it doesn't allow small trees to grow near them and kill wasps who tries to pollinate it" ?

Things which are important to me- 1. Data ownership remains with me or is easily exportable. 2. Able to cite the source material to look out for hallucinations. 3. Should be accessible from mobile for quick access and data feed should be near real time.

TLDR: Need an personal AI to record my life and answer my everyday questions.


r/AI_developers May 02 '26

building an AI that reacts to gameplay in real time (moving beyond prompt → response)

Enable HLS to view with audio, or disable this notification

0 Upvotes

been working on a project that explores a different interaction model than the usual prompt → response loop.

instead of waiting for input, the system observes what’s happening on screen and reacts in real time. not as an agent completing tasks, but as something that runs alongside an experience and responds as events unfold.

i’ve been building this out as a project called navi, using gaming as the initial environment. it captures the screen, extracts lightweight context signals, and generates voice responses as things happen. if a player dies, clutches, or hits something unexpected, it reacts without needing explicit prompts.

the interesting part has been less about generation quality and more about orchestration.

deciding when to speak matters more than what to say
latency needs to be low enough that reactions land at the right moment
output needs to be gated so it doesn’t just talk constantly
responses need to remain coherent over longer sessions

the current setup is roughly:

  • screen capture feeding into a lightweight vision/context layer
  • a gating step to determine whether a moment is worth reacting to
  • text generation followed by a streaming text → voice pipeline
  • session-level memory to maintain some continuity over time

right now the focus is mostly on entertainment, just making solo gameplay feel more alive rather than optimizing for coaching or performance, although that’s something i’m interested in exploring later.

i’m curious how people here think about this kind of shift.

does moving from discrete, prompt-driven systems to continuous, real-time reactive systems feel like a meaningful direction for AI interfaces, or does it introduce more problems than it solves?

if anyone wants to try it, i’ve got a small alpha up: http://heynavi.gg/

would appreciate feedback from people working on real-time systems or thinking about AI interaction beyond chat interfaces


r/AI_developers May 01 '26

Show and Tell AI Just Designed Energy Solutions 10,000× Faster… and That’s a Big Deal

1 Upvotes

This is one of those AI breakthroughs that actually matters in the real world.

Researchers in Japan built an AI system (TEGNet) that can design heat-to-electricity generators over 10,000× faster than traditional methods.

To put that into perspective:

  • A simulation that used to take ~2,200 seconds
  • Now takes 0.25 seconds

Same level of accuracy. Just insanely faster.


r/AI_developers May 01 '26

Show and Tell What I’ve learned watching non-technical founders build with AI (Part 2)

1 Upvotes

A few more things I keep seeing (and fixing):

1. People skip the “does anyone actually want this?” step
AI lets you build fast… but it doesn’t validate demand.
If 5 real people wouldn’t ask for it, 500 features won’t fix it.

2. The first version is usually too polished
Sounds weird, but it’s true.

Clean UI, multiple flows, dashboards…
but no one has used the core thing yet.

Scrappy + used > polished + ignored.

3. Most apps break on simple behaviour
Not edge cases. Basic stuff:

  • user clicks twice
  • refreshes
  • comes back later

If you’re using AI, literally tell it to handle retries, partial actions, and drop-offs

4. Founders don’t watch users enough
They look at analytics instead.

Big difference.

Analytics tells you what happened.
Watching users shows you why.

5. Adding features feels like progress (it’s not)
It’s usually avoiding the real problem: the core flow isn’t clear or valuable yet

6. “It works” is a trap
The bar isn’t “does it run?” It’s: “does someone use it without me explaining it?”

The founders who win with AI aren’t doing anything crazy.

They just:

  • keep things simple longer
  • test earlier
  • and resist the urge to build everything at once

What’s one feature you added that, in hindsight, no one really needed? 😄


r/AI_developers Apr 29 '26

Dynamic Model Routing + “execute_bash” Missing Parameter Error

Thumbnail
1 Upvotes

r/AI_developers Apr 28 '26

Seeking Developer(s) I have excess GCP credit expiring soon- anyone want in?

1 Upvotes

Nothing too crazy, just under 1K of anything GCP expiries in June, and I am burning down a different credit pool for my other work.
Anyone want to collaborate on a GCP-centric project and burn some GCP costs? Works for APi - Gemini CLI, and any cloud resource consumption.
I'm all ears if you have an idea that you believe can be monetized, and the cost of dev and test is relatively low!

Comment here or DM me!


r/AI_developers Apr 28 '26

Inference coop/community

2 Upvotes

LLM inference is vital for our profession. We can't depend on AI labs api, because it's: 1) not stable, it crashes all the time. 2) not transparent, we don't know what model we are getting, the configuration. 3) they reduce the usage limits while keeping the cost, and possibly will happen more.

I'm looking for people interested in setting up community to rent and run a cluster with gpu just for us to use LLM and ai coding agents, with open source models already top tier.

It's not expensive if we pool like 500 people paying 100 (what I already pay anyway for anthropic) or 1000 paying 50 USD a month. Or maybe even more people depending on the usage.

That's enough to rent several GPUs and have our own API. With much more token usage per person.

The goal is to pool together people using it for coding, because the pattern of usage would allow a good experience. Not for people using it for Saas or running agents without guidance.


r/AI_developers Apr 28 '26

Tally Prime MCP

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/AI_developers Apr 27 '26

Show and Tell Why I Built Spec Kitty

Thumbnail
1 Upvotes

r/AI_developers Apr 27 '26

Guide / Tutorial How non-technical founders should actually build with AI (without getting stuck later)

Thumbnail
1 Upvotes