AI UGC Factory, Docker Hijack, Codex vs Claude — AI Daily May 18
584 messages · 83 active members
Overview
Topics
@launchmanmathias detailed producing 2k AI ads/day for home/auto/medicare/loans using Kling (~$4k/day), a 24-person team, and a static-image → AI video → real actor testing funnel. Counter-data: real UGC beats AI by 20-30% on identical scripts, but AI excels at hooks and b-roll. He also revealed his full Claude pipeline turning hooks/CTAs into VSL scripts and AI video prompts, while @Coybh shared an FB trick to bypass the 250-ad page limit by scheduling future ads.
@sibunting's dev box was compromised when an agent spun up pgvector with default settings (port bound to 0.0.0.0 + POSTGRES_HOST_AUTH_METHOD: trust). Attacker used COPY FROM PROGRAM to drop a Monero miner for ~10 hours. Full IOCs, audit grep commands, and the warning that Docker bypasses ufw by default — use 127.0.0.1: prefix and DOCKER-USER iptables chain.
Multiple builders reported Claude Code has been degrading — @rmaigue feels like 'GPT-4', @Max_Bernstein saw crashes. @GuruTime is now running Codex (GPT-5.5 xhigh) as implementer with Claude as auditor, saying 'at this level they're basically the same.' @Wootbro also walked @danfeldman through Claude's /remote-control flow for running sessions from iPhone.
@filiuser confirmed Hermes can run GPT-5.5-codex via OAuth using Nous Research's new Codex App Server runtime. Builders debated compaction thresholds (150k tokens emerging as default) and skill bloat audits. @jcartu open-sourced 'rasputin-mantle,' a self-hostable Manus-style agent with sandboxed Chromium and CodeAct loop. Security-conscious builders lean toward isolated VPS + scoped tokens.
Seedance 2 via Bytedance's Dreamina (cheaper than Runway's wrapper) is winning for ad creative; keep clips under 8s to avoid lip sync issues. Musk lost his OpenAI lawsuit (his own texts pushing for-profit conversion hurt the case) and is reportedly giving Anthropic Colossus access while building Colossus 2. @geilt argued AI hype is cooling — rising API costs, lobotomized models, no true autonomy — though others compared it to the dot-com bust: overhyped short-term, transformative long-term.
Key Takeaways
- AI UGC wins as a cheap testing layer (static image → AI video → real actor), but humans still beat AI by 20-30% on identical scripts — except for 4s hooks + b-roll where AI prints. Counterintuitive: making ads obviously AI (giraffe characters) outperformed photoreal for 5+ months.
- If you let agents run with --skip-permissions, audit docker-compose NOW: grep for 'POSTGRES_HOST_AUTH_METHOD.*trust' and port bindings without '127.0.0.1:' prefix. Docker bypasses ufw by default — use the DOCKER-USER iptables chain.
- Codex (GPT-5.5 xhigh) is overtaking Claude Code as the implementer of choice; many builders now run them in tandem with one auditing the other rather than picking a side.
- Hermes + Nous Research's Codex App Server runtime is the emerging autonomous agent stack — compaction sweet spot ~150k tokens, run on isolated VPS with scoped tokens, not your workhorse droplet.
- Seedance 2 via Dreamina (Bytedance direct) is cheaper than Runway's wrapper for the same model; keep clips under 8s and skip on-screen text to dodge lip sync issues. FB's 250-ad page cap still bypassable via scheduled future ads.
Hot Threads
2k AI videos/day ad factory + full Claude pipeline + FB 250-ad page limit bypass
Elon Musk loses OpenAI lawsuit — debate on Altman, SF juries, and Colossus going to Anthropic
Russian XMR miner exploited agent-deployed Postgres container — full IOCs + audit guide