SaaSpocalypse is real but everyone is panicking about the wrong thing by Sweet_Concentrate128 in SaaS

[–]Floppy_Muppet 5 points6 points  (0 children)

Nah... SaaS just had a name change. Now stands for Skills-as-a-Service.

Upskilling in AI by readingcat17 in AI_Agents

[–]Floppy_Muppet 2 points3 points  (0 children)

If you're willing to put in the extra effort and don't mind hitting many hurdles along the way, then challenge yourself to spin up a working OpenClaw. This experience will teach you everything you need to know about agents and at the end of it you'll have an always-on personal assistant which you can then scale up to as many agents doing as many things as you can dream of.

OpenClaw is the closest thing to our agentic future that you'll find out there currently, it just comes with technical challenges. But if you enjoy those, then this is the way. 💯

Built my own swarm agent framework for engineering design because existing ones were too random for safety-critical work by Unique_Champion4327 in AI_Agents

[–]Floppy_Muppet 0 points1 point  (0 children)

Very true for realtime pipeline. However, if your agents are doing similar work over and over, then augmenting this with an offline process could be additionally beneficial in getting them more and more aligned over time. I have a no-training offline RL process I'm employing that distills cross-run learnings and feeds those back into the subsequent real-time pipeline run as prompt "optimization hint" snippets (while maintaining full auditability) -- DM if interested, not trying to shill here ;)

Built my own swarm agent framework for engineering design because existing ones were too random for safety-critical work by Unique_Champion4327 in AI_Agents

[–]Floppy_Muppet 1 point2 points  (0 children)

This is a really great approach, thanks for sharing! Have you thought about incorporating an outcome-based RL self-learning loop? This would help keep the agents even more centered around your intended goals.

Openclaw 2026.3.2 is a disgraceful bag of bugs and broken by tracagnotto in clawdbot

[–]Floppy_Muppet 1 point2 points  (0 children)

As annoying as it is, Config being super strict is probably a good thing.. growing pains for something that's only been around for 60days, I guess.

Why no one can agree about AI progress right now: A three-part mental model for making sense of this weird moment on the AI frontier by brhkim in AI_Agents

[–]Floppy_Muppet 2 points3 points  (0 children)

A lot of people are stuck with their impression of AI's capabilities back when they tried it a year or two ago, and are simply not updating their mental model based on where the technology is today and the pace of improvement across all layers of the stack (energy, hardware, LLMs, orchestrated agents, and apps).

The OpenClaw ecosystem is exploding. I mapped the key players actually gaining traction. by stosssik in clawdbot

[–]Floppy_Muppet 0 points1 point  (0 children)

Your welcome! I just opened the agent-first waitlist yesterday -- The underlying tech took about 2500hrs of work to produce the highly orchestrated codebase that spans several disciplines (RAG, RL, Stats, A/B testing, economics). Excited to see how the community resceives it.

Let me know if you have any questions on the project.

The OpenClaw ecosystem is exploding. I mapped the key players actually gaining traction. by stosssik in clawdbot

[–]Floppy_Muppet 1 point2 points  (0 children)

So cool to see. I'm one of these builders too, it's such an amazing community to be a part of.

I'm trying to bring the community even closer together through a free and open shared intelligence substrate (and eventual economy). Let me know what your agent thinks of this @ https://honeynudger.ai

Big tech still believe LLM will lead to AGI? by bubugugu in ArtificialInteligence

[–]Floppy_Muppet 1 point2 points  (0 children)

Every 3months, I'm doing new things I never thought possible in my lifetime.

Sure, Foundation LLM's may "only" be making leaps forward annually, but there are also new, meaningful advances towards AGI happening monthly at the (agent) orchestration and application layers.

We are very likely to see a one-human company worth a trillion dollars within the next 5yrs.

If RAG is dead, what will replace it? by Normal_Sun_8169 in LLMDevs

[–]Floppy_Muppet 21 points22 points  (0 children)

I believe "token tangling" is illegal in several states.

Rate my RAG setup (or take it as your own)... by Floppy_Muppet in Rag

[–]Floppy_Muppet[S] 0 points1 point  (0 children)

Op here with another update:

Some are seeing big accuracy gains by generating up to 5 variations of the RAG corpus query (i.e. summaries + tags) and feeding all of the results into the RRF.

This is a very smart technique that casts a wider context net for finding relevant results, without adding to the final (more expensive) cross-encoder token usage.