this is literally f**king insane
i just wired JEV into my Picsart campaign graph so cheap decisions happen before expensive generations.
Picsart handles the creative work across 188 models from 34 providers. JEV sits in front of each stage and decides whether to run, retry, reuse, or ask me.
here's the loop:
โ JEV decides
โ Picsart generates
โ review checks the output
โ weak stage gets rerouted
โ approved work stays cached
when the voice fails review, JEV can stop the retry, keep 5 finished stages, and rerun only the broken one.
11 decisions through JEV cost $0.0011 in this setup versus $0.33 through the LLM loop.
jev decides. picsart generates. you judge.
Show more
I found the optimal stack. Jev + Picsart, and it turned into a factory for AI girls on social.
before this I was paying $277 a month to keep eleven tabs open. $3,300 a year, most of them idle between projects, all of them billing anyway.
but money was never the thing that broke. consistency was.
one model makes the face. another makes the body move. a third does the voice. every handoff is an export and a re-upload, and by the fourth post the character is not the same person anymore. that is what kills an account. not quality. drift
so I stopped treating it as a prompt problem and built it as a graph.
Jev decides. Picsart runs. 188 models from 34 providers behind one bar, and Jev picks which one gets each job instead of me opening another tab.
eight seats, one rule each:
> BRIEF holds who she is. it never regenerates, everything else reads from it
> ROUTER picks the model per job and shows the credit cost before it spends
> IMAGE runs 3 directions through 3 different models, side by side, not 9 variations from one
> VIDEO only ever inherits an approved frame. it never starts from a fresh guess
> AUDIO runs in the same environment, same session, same asset
> EDIT transforms without leaving the workspace
> REVIEW checks against the brief, not against "does it look cool"
EXPORT
the rule the whole factory hangs on: never let one generation decide the post.
one prompt that returns a finished clip is not a workflow. it is a coin flip with good production values. when the face shifts, you have no idea which stage shifted it.
three things that make it actually hold:
the approved frame is the contract. video does not get a description of her, it gets the exact image the last stage signed off. that is how the character survives twenty posts instead of three.
cost is visible before you commit. change duration or resolution and the credit number updates on the button. you find out what a clip costs before you spend it, not after.
output saves with metadata and opens straight in the editor. no export, no re-upload, no asset you cannot trace back to the model that made it.
and label the output as AI. the platforms have a flag for it, using it costs nothing, and an account that hides it gets found eventually.
what none of this solves: whether she is actually interesting. a factory that makes posting cheap will let you post past the point anyone cares and never mention it.
the models make her look real. only you decide if she is worth following.
eleven invoices, or one graph
Show more
GPT-6 ASTRA JUST TURNED ONE AGENT CREW INTO 20+ BUSINESS WORKFLOWS
one coordinator can route research, sales, support, compliance and engineering without spinning up a separate agent stack for every job.
objective โ specialist โ tools โ guardrails โ human review โ output
multi-agent runs can burn roughly 15ร more tokens than normal chat, but parallel research has cut complex task time by up to 90% when the branches are actually independent.
one real sourcing system replaced about $12,000 of analyst work with roughly $200 in compute, while its internal evals climbed from 25% โ 60% โ 85%.
the interesting shift is not โmore agents.โ it is one reusable operating layer that changes skills, tools and permissions depending on the job instead of rebuilding the workflow every time.
Show more
PICSART ENGINEER JUST BUILT A CREATIVE SYSTEM WHERE 188 MODELS STOP FEELING LIKE CHAOS
one campaign usually means bouncing across image, video, audio and editing tools. here it is 1 workspace, 34 providers, and a setup that keeps the whole pipeline inside one flow.
brief โ route โ image โ video โ audio โ edit โ review โ export
what matters is not the raw model count. it is splitting the campaign into 8 clear stages so one bad output gets caught early instead of dragging the whole project down with it.
inside
@Picsart, ai playground handles access to 188 models while flow keeps routing, comparison and asset tracking in one place. you can rerun one weak step without restarting the other 7.
that is what turns 1 prompt from a random generation into a repeatable campaign machine for images, clips, audio and final assets.
Show more
PICSART ENGINEER JUST BUILT A CREATIVE SYSTEM WHERE 188 MODELS STOP FEELING LIKE CHAOS
one campaign usually means bouncing across image, video, audio and editing tools. here it is 1 workspace, 34 providers, and a setup that keeps the whole pipeline inside one flow.
brief โ route โ image โ video โ audio โ edit โ review โ export
what matters is not the raw model count. it is splitting the campaign into 8 clear stages so one bad output gets caught early instead of dragging the whole project down with it.
inside
@Picsart, ai playground handles access to 188 models while flow keeps routing, comparison and asset tracking in one place. you can rerun one weak step without restarting the other 7.
that is what turns 1 prompt from a random generation into a repeatable campaign machine for images, clips, audio and final assets.
Show more
AI VIDEO JUST TURNED 1 STREETWEAR DROP INTO A 15 SECOND AD THAT COULD REPLACE A $1K+ SHOOT
for a small brand, one real campaign can mean $500 for a model, $300 to $1,000 for location and crew, plus editing and reshoots. one short ad can easily become a $1,500 to $3,000 test.
real move is generating 3 to 5 versions from the same drop. change the outfit, car, location, or first 2 seconds, and suddenly you have multiple ads to test instead of betting everything on one creative.
at 10 to 15 seconds each, that can turn one collection into a full week of content for x, reels, and tiktok while keeping the production cost closer to software credits than another full shoot.
with
@Picsart, the same workflow can handle generation, edits, and variations, so even a $200 to $500 creative budget can stretch across multiple concepts instead of disappearing into one video.
if just 1 of 5 versions becomes the winner, you can keep iterating on that angle instead of spending another $2K to start the whole campaign from zero.
Show more
i found a 133k-star github repo that turns ai generation into a graph you can rerun instead of rebuilding from zero
comfyui splits image, video and editing into separate branches, so one bad output does not kill the whole workflow
[hereโs the setup iโd use:]
1. install it
pip install comfy-cli
comfy install
comfy launch
2. check the machine
comfy system-stats
3. add the models
checkpoints โ models/checkpoints
vae โ models/vae
loras โ models/loras
4. build around stages
prompt โ image โ video โ edit โ review โ output
keep every expensive step separate so changing the end does not restart the beginning
5. run it
comfy launch โbackground
change one weak branch, queue it again, keep everything that already worked
6. free memory
comfy free โfree-memory
same reason the picsart routing setup works: one reusable system, fewer restarts.
Show more
iโm f**king done with agents forgetting everything after one session...
so iโm giving them a memory layer from a chinese team that actually persists across runs.
tencentโs approach turns conversations, docs, and code into reusable memory instead of stuffing everything back into one giant prompt.
[hereโs how iโd structure it]
1. chat memory keeps decisions + preferences
2. skills preserve workflows that already worked
3. llm-wiki stores reusable knowledge
4. code-graph remembers how the codebase connects
one correction should survive the next 50 runs, not disappear with one chat.
thatโs a way better scaling path than endlessly buying more context.
Show more
i found a 133k-star github repo that turns ai generation into a graph you can rerun instead of rebuilding from zero
comfyui splits image, video and editing into separate branches, so one bad output does not kill the whole workflow
[hereโs the setup iโd use:]
1. install it
pip install comfy-cli
comfy install
comfy launch
2. check the machine
comfy system-stats
3. add the models
checkpoints โ models/checkpoints
vae โ models/vae
loras โ models/loras
4. build around stages
prompt โ image โ video โ edit โ review โ output
keep every expensive step separate so changing the end does not restart the beginning
5. run it
comfy launch โbackground
change one weak branch, queue it again, keep everything that already worked
6. free memory
comfy free โfree-memory
same reason the picsart routing setup works: one reusable system, fewer restarts.
Show more
iโm f**king done with agents forgetting everything after one session...
so iโm giving them a memory layer from a chinese team that actually persists across runs.
tencentโs approach turns conversations, docs, and code into reusable memory instead of stuffing everything back into one giant prompt.
[hereโs how iโd structure it]
1. chat memory keeps decisions + preferences
2. skills preserve workflows that already worked
3. llm-wiki stores reusable knowledge
4. code-graph remembers how the codebase connects
one correction should survive the next 50 runs, not disappear with one chat.
thatโs a way better scaling path than endlessly buying more context.
Show more
I BUILT A ROUTING DESK FOR 188 AI MODELS TO SEE HOW MUCH OF AN 11-TOOL, $277/MO STACK I COULD REPLACE
instead of paying for separate image, video, audio and editing tools, i wanted every handoff visible and rerunnable.
brief โ route โ image โ keyframe โ video โ audio โ edit โ review
inside
@Picsart, the run can route across 188 models from 34 providers. i built routedesk as the open-source control layer around that idea: price the run first, execute it as stages, then rerun only what broke.
routedesk keeps every handoff in a ledger, so one weak stage doesnโt force a full restart. in the example workflow, changing motion redoes 4 of 8 stages while the rest stay untouched.
my test ended with 61 generations across 8 stages. fewer subscriptions, less switching, and now a workflow i can inspect, rerun, and reuse.
Show more
I BUILT A ROUTING DESK FOR 188 AI MODELS TO SEE HOW MUCH OF AN 11-TOOL, $277/MO STACK I COULD REPLACE
instead of paying for separate image, video, audio and editing tools, i wanted every handoff visible and rerunnable.
brief โ route โ image โ keyframe โ video โ audio โ edit โ review
inside
@Picsart, the run can route across 188 models from 34 providers. i built routedesk as the open-source control layer around that idea: price the run first, execute it as stages, then rerun only what broke.
routedesk keeps every handoff in a ledger, so one weak stage doesnโt force a full restart. in the example workflow, changing motion redoes 4 of 8 stages while the rest stay untouched.
my test ended with 61 generations across 8 stages. fewer subscriptions, less switching, and now a workflow i can inspect, rerun, and reuse.
Show more
ANTHROPIC ENGINEERS JUST OPEN-SOURCED WHAT CLAUDE LOOKS LIKE WHEN YOU BUILD A REAL AGENT SYSTEM AROUND IT
this repo splits everything into 2 agents with 5 skills each, then runs the same logic across 3 different runtimes
user request โ claude โ skills โ tool gates โ your systems โ human approval
every write passes through provenance checks, caps and approval gates before anything is allowed to touch a backend
anthropic also shipped 4 runnable versions for retail, travel, telecom and entertainment, plus a claude code plugin that can scaffold the architecture around your own stack
for me, that is the useful pattern here: model + tools + memory + permissions instead of one giant prompt pretending to be an agent
Show more
A GROK ENGINEER JUST SHOWED HOW TO RUN A 24/7 REPO OPS DESK WITH 6 AI WORKERS WHILE YOU SLEEP
six named bots share one workspace: one triages issues, one patches safe failures, one runs tests, one watches CVEs, one handles releases, and one decides when a human actually needs to step in.
commit breaks โ Grok Bot classifies it โ safe fix gets a draft PR โ everything risky moves into review
Fix Bot checks every 60 seconds, never merges, and is restricted to flaky tests, lint, formatting, and the exact files inside its assigned scope.
behind that desk, monitoring can fan out to as many as 300 sub-agents with 1M-token contexts, while Grok Bot stays the cockpit controlling the workflow.
the interesting part isn't giving agents more freedom. it's giving them strict enough boundaries that the repo can keep moving at 3am without letting a bot rewrite production logic.
Show more
A GROK ENGINEER JUST SHOWED HOW TO RUN A 24/7 REPO OPS DESK WITH 6 AI WORKERS WHILE YOU SLEEP
six named bots share one workspace: one triages issues, one patches safe failures, one runs tests, one watches CVEs, one handles releases, and one decides when a human actually needs to step in.
commit breaks โ Grok Bot classifies it โ safe fix gets a draft PR โ everything risky moves into review
Fix Bot checks every 60 seconds, never merges, and is restricted to flaky tests, lint, formatting, and the exact files inside its assigned scope.
behind that desk, monitoring can fan out to as many as 300 sub-agents with 1M-token contexts, while Grok Bot stays the cockpit controlling the workflow.
the interesting part isn't giving agents more freedom. it's giving them strict enough boundaries that the repo can keep moving at 3am without letting a bot rewrite production logic.
Show more
PICSART ENGINEER JUST TURNED 188 AI MODELS INTO ONE 6-STAGE CAMPAIGN SYSTEM
188 models sounds like chaos at first. what he showed instead is 1 brief, 1 workspace, 34 providers, and a setup that keeps the whole campaign inside one flow.
brief โ route โ image โ video โ audio โ edit โ export
ai playground handles model access, while flow connects the execution layer inside
@Picsart. instead of jumping across 5 different tools, you can compare outputs, keep assets visible, and move faster.
the real value is routing each task to the right model, catching weak outputs early, and fixing one bad step before it slows down the rest.
that turns 1 prompt into a repeatable pipeline for images, clips, audio, edits and final campaign assets.
Show more
ANTHROPIC ENGINEERS JUST OPEN-SOURCED WHAT CLAUDE LOOKS LIKE WHEN YOU BUILD A REAL AGENT SYSTEM AROUND IT
this repo splits everything into 2 agents with 5 skills each, then runs the same logic across 3 different runtimes
user request โ claude โ skills โ tool gates โ your systems โ human approval
every write passes through provenance checks, caps and approval gates before anything is allowed to touch a backend
anthropic also shipped 4 runnable versions for retail, travel, telecom and entertainment, plus a claude code plugin that can scaffold the architecture around your own stack
for me, that is the useful pattern here: model + tools + memory + permissions instead of one giant prompt pretending to be an agent
Show more
PICSART ENGINEER JUST TURNED 188 AI MODELS INTO ONE 6-STAGE CAMPAIGN SYSTEM
188 models sounds like chaos at first. what he showed instead is 1 brief, 1 workspace, 34 providers, and a setup that keeps the whole campaign inside one flow.
brief โ route โ image โ video โ audio โ edit โ export
ai playground handles model access, while flow connects the execution layer inside
@Picsart. instead of jumping across 5 different tools, you can compare outputs, keep assets visible, and move faster.
the real value is routing each task to the right model, catching weak outputs early, and fixing one bad step before it slows down the rest.
that turns 1 prompt into a repeatable pipeline for images, clips, audio, edits and final campaign assets.
Show more
this is literally f**king insane
i found a 94K-star repo that gives claude code and codex persistent memory across sessions.
instead of re-explaining the project every time, it captures what the agent did, compresses it, and brings the useful context into the next session.
hereโs how to set it up in 3 mins:
โ npx claude-mem install
โ select claude code + codex
โ restart the agent and open a fresh session
for claude code:
โ /plugin marketplace add thedotmack/claude-mem
โ /plugin install claude-mem
now the same project context survives the session โ restart โ next task loop instead of disappearing every time you close the agent.
the interesting part isnโt more context.
itโs finally giving coding agents memory that survives the session.
Show more
KIMI ENGINEERS JUST SHOWED WHAT K3 LOOKS LIKE WHEN YOU BUILD THE SYSTEM AROUND THE MODEL
k3 stops being a chatbot once the harness owns the tools, context, permissions, memory and verification around every run
one objective โ kimi k3 โ tools โ loop โ memory graph โ verifier โ human approval
the interesting part is that the model becomes replaceable. k3 can move 17 leaderboard places in one update while the rest of the workflow stays intact
with swarm fan-out reaching 300 agents, the same harness can run research, coding and multi-step jobs without rebuilding the orchestration every time
that is the bigger shift here: the valuable layer is no longer the prompt. it is the system that keeps working when the model changes
Show more