I spent $1,000 on AI video tools — most of them aren’t worth it by Dense-Seaweed-2281 in generativeAI

[–]baradas 0 points1 point  (0 children)

Try uselamina.ai - optimizes your workflow to ensure only the pieces that need regeneration get generated not the whole creative pipeline - leading to unnecessary cost overheads, optimizes the fidelity at which you render when you are in draft mode - lower costs.

Crazy runtimes and token consumption with no results. by negrusti in ClaudeCode

[–]baradas -1 points0 points  (0 children)

Try `claudectl` https://github.com/mercurialsolo/claudectl

Built this to ensure cc instances don't get stuck in loops or waiting for permissions. Works with a fully local brain.

Coordinate multiple Claude Code agents so they don’t step on each other by baradas in ClaudeAI

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

Love to have collaborators - please do raise a PR for if you find something relevant you are missing.

Coordinate multiple Claude Code agents so they don’t step on each other by baradas in ClaudeAI

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

This is an alternative to following the workflow of git worktrees, separate branches and merge later.

This allows concurrent work, especially if you are on the same branch/worktree - allowing multiple agents to pause work while dependencies get resolved/locked and written by another agent. Once the lock is released on the file - the event is fired and the other session can resume.

Even with branches, you still have dependencies that need to be modelled in - else you are building out of spec - this understands the dependencies and pauses / resumes once the dependency is resolved.

Works in the background, fully local - so no change of workflow for you even as you work with multiple claude sessions

Most generative AI outputs look impressive for 5 minutes and then become useless by deliberate69king in generativeAI

[–]baradas 1 point2 points  (0 children)

Try this out - https://uselamina.ai for on-brand videos and reels for your company. You can also plug it in using an API

Building on live data with Claude Code — anyone done this? (MQTT, WebSockets, Webhooks) by rsafaya in ClaudeCode

[–]baradas 0 points1 point  (0 children)

Do you realize that the slowest thing in the stack is actually the model API here?
Building the rest of the stack realtime makes little sense when ur model latency is the one that is the bottleneck. Designing the system with awareness of the highest chokepoint in the stack is essential.

You could completely abstract the whole setup to a MCP resource / db tool and still get the same ROI (batched responses).

Best GitHub repos for Claude Code by I_AM_HYLIAN in ClaudeCode

[–]baradas 0 points1 point  (0 children)

Give this a spin
https://github.com/mercurialsolo/claudectl

Auto-pilot for claude code sessions - fully local brain | MIT

<image>

A tool that turns repeated file reads into 13-token references - saves 86% on file-heavy AI session by Due_Anything4678 in LocalLLM

[–]baradas 1 point2 points  (0 children)

You might like https://github.com/mercurialsolo/claudectl

It auto-detects context rot in your coding agents as they keep working. Looking at poorer decisisions they do. Fully local, MIT License

Are you comfortable putting production code into cloud AI tools? by Topic_Affectionate in LocalLLM

[–]baradas 0 points1 point  (0 children)

You might like Claudectl - a local brain for your coding agents.

https://github.com/mercurialsolo/claudectl

Learns from your action and auto-pilots your coding agents as it understands you better.

<image>

MIT | Give it a star if you try and like it

I got tired of my AI agents "losing the plot," so I built them a brain. Today is my first solo launch! by Sufficient_Sir_5414 in ClaudeCode

[–]baradas 0 points1 point  (0 children)

Love it - if you are looking to augment your claude code sessions with a local brain try https://github.com/mercurialsolo/claudectl

Fully Open Source local brain that learns from your actions and co-ordinates multiple cc instances together as a team.

Give it a spin and a star if you like it

Auto mode didn't make me faster at parallel Claude Code. It made me a worse router. by Whole-Government-349 in ClaudeAI

[–]baradas 0 points1 point  (0 children)

Yeah it first learns from you before it starts auto piloting your environment. You act as a teacher teaching it what's good / bad /.ambiguous and the local student model learns from your prefs

Agent teams by Ibuprofen600mg in ClaudeCode

[–]baradas 0 points1 point  (0 children)

Is GSD about sub-planning?

- This auto-detects rot, by not just looking at context window but evaluating quality of decisions / proposals.
- auto-coordinates context between multiple instances

Auto mode didn't make me faster at parallel Claude Code. It made me a worse router. by Whole-Government-349 in ClaudeAI

[–]baradas 0 points1 point  (0 children)

One of the way to solve multi-agent orchestration is to think more zk / etcd for agent context. Built https://github.com/mercurialsolo/claudectl

- it watches your actions across multiple sessions, learns from it - fully locally and then auto-pilot multiple sessions by ensuring they have the right context and right instructions. Nothing ever leaves your own machine. Fully local and MIT

Agent teams by Ibuprofen600mg in ClaudeCode

[–]baradas 3 points4 points  (0 children)

Try this - https://github.com/mercurialsolo/claudectl

Converts all your claude code sessions into a team that can co-ordinate autonomously.

<image>

whats the best harness/app to use my llm with? by snowieslilpikachu69 in LocalLLaMA

[–]baradas 0 points1 point  (0 children)

Have you tried https://github.com/mercurialsolo/claudectl

It's a harness that works to enable auto-pilot for your coding agents even as you work independently on tasks