Grok 4.5, Fable ADRs, GPT-Image Pipelines — AI Daily Jul 08
700 messages · 87 active members
Overview
Topics
Grok 4.5 shipped with 500k context (1M coming), tighter tool chains, and strong agent behavior — testers call it a generational leap. Anthropic extended Fable 5 access through July 12 (up to 50% of weekly usage), read as a hedge against Thursday's GPT-5.6 Sol launch. @seekersight cut site load times 40% via a Fable Lighthouse audit loop.
@jcartu detailed using Fable for high-level ADRs and scaffolding, then executing within-spec code on local hardware running an NF3 hybrid-quant GLM 5.2 at 90-110 tps across 4 RTX Pro 6000 Blackwells. Discussion covered DGX Station ($100k-$200k) vs custom rigs, plus @ltv_1's Fable-as-orchestrator setup with Codex/Opus/Sonnet workers.
@tounano evangelized outsourcing visual thinking to GPT-Image: Claude prompts image gen (better than GPT does), iterate on cheap mocks, then any model converts screens to code as taste-free 'monkey work'. Also produced a deterministic image→SVG pipeline for UI icons Codex can't match, and @MiamiMega open-sourced a SKILL.md version — ~100x more token-efficient than ingesting mockups.
@thewildzeno shared that training Opus on Halbert/Cialdini/Kennedy still produced cheesy TikTok scripts, arguing you need human copy expertise to grade output. @Guto_gouvea and @mb29266 countered with 'persuasion DNA' extraction and few-shot examples per awareness stage — longform VSLs and advertorials landing hard, TikTok short-form still the weak spot. @tounano's tmux trick (one LLM observes another's live tokens) distills portable skills across harnesses.
@watchmedropship shared four hardening moves: byte-level scanning + hash-pinning MCP tool metadata against Unicode payloads, a cron determinism scanner (59→2 µ$/item), cautious LLM-as-verifier testing, and click/scrape injection audits. @mikeconner posted a starter .claudeignore blocking node_modules/backups/media for instant token savings. @tounano proposed a graph DB where TG messages join multiple 'colonies' to preserve community knowledge.
Key Takeaways
- Grok 4.5 is a legit generational leap — 500k context, faster tool chains, cleaner agent behavior; worth testing before committing to GPT-5.6 Sol on Thursday.
- Pair Fable's ADR-quality architectural reasoning with cheap local inference (GLM 5.2 on RTX Pro 6000s at 90-110 tps) for the execution loop.
- Claude prompts GPT-Image better than GPT does — iterate visually on cheap mocks, then let any model convert screens to code as taste-free work.
- Harden MCP servers now: byte-scan tool metadata for Unicode payloads and hash-pin descriptions to detect post-approval mutation.
- Alpha decays in weeks — sharing with trusted peers has higher EV than hoarding, and a .claudeignore at repo root instantly cuts context bloat.
Hot Threads
Grok 4.5 first impressions and multi-device orchestration setup
Graph-DB indexing to turn TG chats into a searchable forum layer
Fable ADRs + local GLM 5.2 inference rig economics