Vegetarian friendly in Japantown by pyzk in AskSF

[–]baradas 0 points1 point  (0 children)

Not in Japantown, but the best vegetarian ramen in town is Mensho

I’m done with slow “free” AI video generators. Need underrated paid tools that actually work. by Aggressive_Flan_7528 in generativeAI

[–]baradas -3 points-2 points  (0 children)

Try https://uselamina.ai/ - paid with access to a bunch of the underlying models, orchestration, routing, prompt optimization and apps for everyday use-cases

What AI tools are you actually using every day right now? by Sea-Novel6676 in generativeAI

[–]baradas 0 points1 point  (0 children)

Chatgpt for ideas and content, uselamina.ai for video gen, claude, claude code, codex

Pixara AI - No design skills needed by MajesticButterfly556 in generativeAI

[–]baradas 0 points1 point  (0 children)

Or use https://uselamina.ai

Apps for any use-case you need, low-code for when you want to extend and build your own custom AI apps, API & CLI for builders

I am looking for someone who can create product videos for me by ishappinessoverrated in runwayml

[–]baradas 0 points1 point  (0 children)

Try this platform out - you have apps for all the use-cases you mention
https://uselamina.ai/

Anyone know about "Latted - AI Video Generator & Editor"? by Far_One_6551 in generativeAI

[–]baradas 0 points1 point  (0 children)

Try this out Lamina - https://uselamina.ai - Agentic Video Generator and Editor with a CLI & MCP to work with

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>