• Please be sure to read the rules and adhere to them. Some banned members have complained that they are not spammers. But they spammed us. Some even tried to redirect our members to other forums. Duh. Be smart. Read the rules and adhere to them and we will all get along just fine. Cheers. :beer: Link to the rules: https://www.forumsforums.com/threads/forum-rules-info.2974/

Building a minimal, fully modular AI desktop assistant — is there a market for "less bloated" agents?

AndreiShal

New member
I'm considering building an AI desktop assistant for web research, document drafting, file management, and system config. The standard agent stuff.

But here's the thing: everything I see out there is over-engineered and bloated.
Complex frameworks, graph orchestrators, huge container images that take gigabytes just to search the web. There's no clean, modular app that just works.

So my idea is different​

I'm not building "yet another agent framework."
I'm building a modular desktop application where every piece is a separate plugin that you can snap in, swap out, or remove. Think of it like Lego blocks.

Here's what I mean by "everything is modular":

1. The interface​

  • Don't like the terminal UI? Swap the UI module for a desktop window.
  • Don't want a UI at all? Swap it for a web server module – now your agent is an API.
  • Want a messaging interface? Drop in that module.
  • Want all three at once? They all work side by side.

2. The AI provider​

  • Using a cloud provider today but want to switch to a local model tomorrow?
  • Just swap the provider module. The agent itself doesn't care – it talks to whatever provider you've loaded.

3. The tools​

  • Calculator, file search, web scraping – each is its own module.
  • Want to add "read my email"? Drop in an email module.
  • Don't need web search? Remove that module.

4. Everything runs locally in one process​

  • No separate containers, no microservices, no IPC calls between parts that live on the same machine.
  • Just lightweight modules loaded into one application.

The tech stack​

Java 21.
Not because Java is trendy, but because it gives me:
  • Native desktop apps without bundled browsers (no 200 MB Chrome overhead),
  • Proper threading for parallel tool calls,
  • Runtime module loading out of the box.

My questions to the community​

  1. Is there a real market for a lightweight, modular desktop agent? Or are people happy with the current tools despite the bloat?
  2. Does "modular everything" (not just tools) matter to non‑programmers, or is that just a developer obsession?
  3. What's the first thing this should do well for you to even consider it?
Brutal honesty welcome. If this is dumb, tell me why.
 
Good luck beating GROK.
Its not the point to beat grok its to present unbiased answers that's the problem with AI in the open world.
It's same as news I started using Ground News it gives you the overview and links of the form each side of the discussion or comments.

link

1783962830558.png
 
Its not the point to beat grok its to present unbiased answers that's the problem with AI in the open world.
It's same as news I started using Ground News it gives you the overview and links of the form each side of the discussion or comments.

link

View attachment 207761
It was more to the original poster. Still looking for good sources, you have been most helpful.

Have you found a link to his book, I would like to learn more.
 
Last edited:
Im not going to be able to compile any value to the original post of this thread.
andrie from belarus will do fine building content with their first post.
however, to my point Of AI is a fad. AD here.....











Im back to dump more lingo about training the frame work to create a livinging accurate











Add here.....








Im back to put more A apparent I intelligence.

Or

Perhaps A artificial I information.


Garbage in garbage out.

I enjoyed the christina video. He makes my point better than i will ever be able to by not only having the add setting maxed out in you tube. But asking for tips in addition to selling his book.




Addd heerree!
 
  • Like
Reactions: Doc
It was more to the original poster. Still looking for good sources, you have been most helpful.

Have you found a link to his book, I would like to learn more.

he usually has a live show on friday nights on you tube heres the link to the book though.

 
Top