Phase 18 live on the edge. Client-side array splicing is dead.
Deployed a server-driven pagination engine directly inside the `worker-insights` slice. No client-side layout degradation, no visual flickering.
#buildinpublic
Most AI writing tools focus on generating text.
This repo focuses on deleting it.
Stop Slop is a simple skill that teaches LLMs to spot their own tells: filler phrases, formulaic structures, passive voice, em dashes, and robotic rhythm. Then cut them.
https://t.co/fBV0v1Zbgp
Everyone talks about AI agents. Few talk about AI budgets.
Cloudflare's new AI Gateway spend limits let teams control costs by dollars, not requests.
The real pattern:
Identity → Attribution → Budget → Routing
AI is entering its FinOps era.
React Compiler is being ported to Oxc.
The hard part isn't the compiler. It's building a reliable Oxc AST ↔ Babel AST bridge so React's Babel AST → HIR → SSA → Babel AST pipeline still works.
Validated on 200k+ files. Slower than native Oxc, faster than Babel JS.
Microservices solved human cognitive limits. AI agents have a different bottleneck: context windows.
Every repo fragmentation degrades agent accuracy. In 2026, 42% of teams are consolidating back to modular monoliths. one monorepo means one clean semantic map for ur AI builder.
Phase 11 & 14 merged into production. Inline Worker Identity Mutations are live at the edge.
Just audited the dashboard layout: eliminated redundant overflow rails, synchronized metric grids, and locked down a strict 0ms snapping interaction flow.
#buildinpublic
Building post-rail in public. Launching an elite, ultra-dense programmatic engine. Zero animations, 100% speed.
Stack: Bun + Hono + Turso DB + Drizzle ORM on Cloudflare Workers.
Shoutout to my AI dev team: Google Gemini/Antigravity 2.0 & OpenAI Codex for flawless edge sync.
Building post-rail in public. Launching an elite, ultra-dense programmatic engine. Zero animations, 100% speed.
Stack: Bun + Hono + Turso DB + Drizzle ORM on Cloudflare Workers.
Shoutout to my AI dev team: Google Gemini/Antigravity 2.0 & OpenAI Codex for flawless edge sync.
DoPaste ./com just got a major visual refresh.
We rebuilt the design system around a Minimal Charcoal Slate aesthetic:
◼ Cleaner typography
◼ Consistent spacing
◼ Better visual hierarchy
◼ Reduced UI noise
◼ Faster navigation
The goal wasn't a prettier UI.
Tiny utility, big mileage.
I use this TypeScript helper to generate short, URL-safe, human-friendly IDs from timestamps.
No UUID bloat.
No confusing 0/O or 1/l characters.
Sortable by creation time.
Simple code tends to survive the longest.
Google dropped a massive engineering vector. Local multimodal intelligence (Gemma 12B) + specialized multi-agent systems change the compute tax equation. Distilling these capabilities into autonomous agent teams is where the leverage is. Thick-wrapper logic is accelerating.
Here’s this week’s shipping recap 👇
— Nano Banana 2 & Nano Banana Pro are now GA and available via the Gemini Enterprise Agent Platform, Gemini API, and in @GoogleAIStudio
—Co-Scientist, our new multi-agent system for structured scientific thinking, generates and refines novel hypotheses to solve complex scientific problems
— dreambeans from @GoogleLabs works overnight to curate a personalized daily collection of topics that are relevant to you based on your connected Google apps
— @GoogleGemma 4 12B, our unified encoder-free model, brings powerful multimodal intelligence straight to your laptop fully offline
— Gemma 4 models and their drafters are now optimized with Quantization-Aware Training (QAT) to cut memory requirements and maximize on-device performance
— @GoogleMagenta RealTime 2 is our open-weights live music model that you can play like an instrument using a MIDI keyboard, text prompts, and gestures
@FrancescoCiull4 Knowing how to isolate a problem. Writing the syntax is the easy part. The real value is figuring out exactly why and where a system is breaking down before you write a single line of code.