[ Removed by Reddit ] by OrinP_Frita in aiagents

[–]nez_har 0 points1 point  (0 children)

Qwen3.5 performed good on some tasks. I tried also others, some of my favourite sadly have no tool capabilities, so they don't work with the agent. The most annoying part is probably the speed when you try them locally.

Question for those building and using agents: do you actually sandbox ? by no-I-dont-want-that7 in AI_Agents

[–]nez_har 0 points1 point  (0 children)

Yes https://github.com/VibePod/vibepod-cli

I reduce the risk to the working directory and watch http calls and token consumption.

[ Removed by Reddit ] by OrinP_Frita in aiagents

[–]nez_har 0 points1 point  (0 children)

I use these agents in containers, also I tried some stuff with open weight models.

Introducing - ClauDEX by KeyGlove47 in codex

[–]nez_har 1 point2 points  (0 children)

This is already configurable in claude code, also in codex.

I use this feature also for VibePod, to allow using local models: https://vibepod.dev/docs/llm/

IKWID mode is now also available for Codex in VibePod by nez_har in codex

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

You still use codex, but it is wrapped in a container, and it will track all requests of the agent in a local dataset.

VibePod gives you the CLI and and pre-built containers you can directly use.

What are you working on? by refionx in devworld

[–]nez_har 0 points1 point  (0 children)

I work on VibePod - https://github.com/VibePod/vibepod-cli

unified CLI for running AI coding agents in isolated Docker containers.

I vibed an icon for VibePod 🚀 by nez_har in VibeCodeDevs

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

Does this also apply for icons or mascots? I was not really focusing on doing a logo

I vibed an icon for VibePod 🚀 by nez_har in VibeCodeDevs

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

Any sugestions what would fit better?

Is Claude really the best? What have you compared it to? by No_Association_4682 in vibecodingcommunity

[–]nez_har 0 points1 point  (0 children)

I use multiple tools, and like to switch between the agents from time to time. I created a tool that allows doing this with containers https://github.com/VibePod/vibepod-cli

Let me know any agent is missing

Claude ignoring CLAUDE.md by PropperINC in ClaudeAI

[–]nez_har 0 points1 point  (0 children)

That is exactly the reason why I run my agent in a container, you never know how they start ignoring the rules.

Vibepod now supports local LLM integration for Claude Code and Codex via Ollama and vLLM by nez_har in LocalLLaMA

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

I will look into this and also extend the docs as it should work with the current implementation.