this post was submitted on 16 Apr 2026
102 points (92.5% liked)

Technology

83831 readers
3656 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

I am tired boss...

you are viewing a single comment's thread
view the rest of the comments
[–] harmbugler@piefed.social 12 points 7 hours ago (3 children)

Sounds like this is in the same space as OpenWebUI? It would be good to have some more choice there.

At last a useful comment thread about the actual functionality in question.

While I am not moving back to reddit, Threadiverse is just terrible on any nuanced conversations on modern ML tools and approaches.

The tech is not the issue here. It has legitimate use cases and it is here to stay (this is not a blockchain pump and dump scheme ala Web 3.0). The issue here are American tech companies and broader support for crime/corruption in US society (as of today, doesn't mean that this can't/won't change in 20-30 years). We need truly independent open source systems and tools.

I am aware OpenWebUI is based in San Francisco and Mozilla Foundation is based in the US. I am always on the lookout for alternatives.

[–] CyberSeeker@discuss.tchncs.de 10 points 5 hours ago* (last edited 5 hours ago) (1 children)

It sounds like a step further than open-webui; it’s an enterprise grade client-server model for access to agents, workflows, and centralized knowledge repositories for RAG.

In addition to local chatbot for executive/admin use, I can see this being the backend for developers running Cursor or some other AI enhanced IDE, with local knowledge stores holding proprietary documents and running against local large models.

I am also curious about time share and prioritization of resources; I assume it would queue simultaneous requests. Presumably this would let you more effectively pool local compute, rather than providing A100 GPUs to each developer that may sit unused when they’re not working.

Edit: Somewhat impressively, this whole stack does not even include a local inference provider; so it does everything except local models right now, and requests are forwarded to cloud inference providers (Anthropic, OpenAI, etc). But it does have the backend started for rate limiting and queuing, and true “fully offline/local” is on the roadmap, just not there yet.

[–] CyberSeeker@discuss.tchncs.de 5 points 5 hours ago* (last edited 5 hours ago)

After reading through the GitHub docs, the most impressive thing is that they open sourced their Thunderbolt coding agent for Claude Code. There are quite a few skills available for implementation planning, dependency/build environment setup, coding, linting/cleanup, QA, and managing agent pull requests. Pretty good examples if you are looking at building Claude Code skills.

[–] FauxLiving@lemmy.world 3 points 5 hours ago

It looks like it, it doesn't seem to be doing any self-referencing/agentic things out of the box so the end user would need to build a bit to cover their specific use cases.

They seem to be aiming more at the startup/small company demographic than at self-hosters. This is just based on a skim of the repo and their product page, I haven't looked at it too hard yet.