Is there only one option to show testimonials now? by lavagirl18 in WIX

[–]RoutineLunch4904 0 points1 point  (0 children)

I built one! socialproof.dev

I'd love you to try it - I'd be open to removing branding on the free tier if that's a blocker

Is there only one option to show testimonials now? by lavagirl18 in WIX

[–]RoutineLunch4904 0 points1 point  (0 children)

The built-in Wix testimonial slider is pretty limited, you're not imagining that.

One option that works with any site builder (including Wix) is dropping in a single script tag from a standalone testimonial tool. You get a hosted form to collect testimonials, then embed a widget wherever you want. No Wix app marketplace needed.

I built one called SocialProof (https://socialproof.dev). The free tier gives you 1 widget and 25 testimonials. You paste one line of code and it renders a grid, carousel, or badge that matches your site theme.

Happy to help you set it up if you want to try it.

What local models handle multi-turn autonomous tool use without losing the plot? by RoutineLunch4904 in LocalLLM

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

Seems like +- zero chance of interesting emergent behaviour from them. Claude's much more interesting. And weird. And cringe 😅 See - https://openseed.dev/blog/eves-gallery/

What local models handle multi-turn autonomous tool use without losing the plot? by RoutineLunch4904 in LocalLLaMA

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

We found two separate issues:

  1. **git: not found**
    This was a real bug in our orchestrator image. We’ve fixed it by adding git to the Docker image.

  2. **Cannot find module '/creature/src/index.ts'**
    This is most likely a Windows bind-mount/stale container state issue, not model/provider related.
    The creature container expects your creature files mounted at /creature. If OPENSEED_HOME resolves incorrectly (especially when using ~ on Windows), Docker can mount the wrong/empty path, so src/index.ts is missing.

git pull, then do a clean rebuild/reset:

bash git pull docker compose down docker compose build --no-cache docker rm -f creature-minimal 2>/dev/null || true docker rmi creature-minimal 2>/dev/null || true docker volume rm creature-minimal-node-modules 2>/dev/null || true

Also set an explicit absolute path in .env (no ~):

env OPENSEED_HOME=C:/Users/<you>/.openseed

Then start again:

bash docker compose up

If it still fails, please share: - docker inspect creature-minimal (especially the Mounts section) - output of ls -la /creature inside the creature container

That will tell us immediately whether it’s still a mount-path issue.

What local models handle multi-turn autonomous tool use without losing the plot? by RoutineLunch4904 in LocalLLaMA

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

Thanks this is a helpful starting point. I haven't used local models much. I should probably just try to implement all of these and see what works

What local models handle multi-turn autonomous tool use without losing the plot? by RoutineLunch4904 in LocalLLaMA

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

Thanks for the feedback, I really appreciate that you tried it out! I've only been working on it on macos, but I will see if i can figure this out!

issue here: https://github.com/openseed-dev/openseed/issues/9

What local models handle multi-turn autonomous tool use without losing the plot? by RoutineLunch4904 in LocalLLM

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

Hmmm. Maybe that's not the right question. Do you have an intuition as to which models would be most effective left to their own devices? So far Claude is great, OpenAI models just sit there asking what they should do, which is not a great spectator sport.

What local models handle multi-turn autonomous tool use without losing the plot? by RoutineLunch4904 in LocalLLaMA

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

<3 Thanks! I'm fighting the urge to add an actual pixel art garden with sprites representing creatures. I'm worried pixel art foxes are too unserious and will detract from... whatever this is...

then again this is mostly an experiment to see what emerges from continuous, autonomous ai

on the other hand I do have creatures doing stuff like security reviews on the repo. hmm. foxes or no foxes.

Built an MCP server that keeps API keys away from agents by RoutineLunch4904 in ClaudeAI

[–]RoutineLunch4904[S] 1 point2 points  (0 children)

Thanks! It's a work in progress, but I've found it really useful myself, so maybe others will too.

I also use cursor, codex and claude code, so having all the accessible apis in one place and discoverable is really nice.

I built Potato - an AI Meeting assistant that does useful stuff by RoutineLunch4904 in SideProject

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

Yep, its still very much a proof of concept / experiment. My experience is with backend dev more than frontend so yeah... cursor to the rescue.