Toolbox
Shelf

Pages

  • Home
  • Shelf
  • Toolbox

Extras

  • Resume

Crafted with and few cups of coffee.

Designed in Figma • Built with Next.js & Tailwind • Hosted on Vercel

© 2026 Gentle Joseph | All rights reserved.

Signals

AI and frontend posts I've been reading. Each entry links to the source with a one-sentence take on why it matters.

  • 08 May 2026Simon Willison

    Using Claude Code: The Unreasonable Effectiveness of HTML

    Asking Claude for HTML instead of Markdown is the kind of obvious-in-retrospect move that reframes the model's output as a UI surface, not just text to render later.

    #ai#html#claude#claude code#anthropic
  • 04 May 2026OpenAI Blog

    How OpenAI delivers low-latency voice AI at scale

    The interesting bet here is treating WebRTC as the wire format for AI conversation, which means voice agents will inherit every quirk of telephony infra rather than HTTP's.

    #ai#openai
  • 04 May 2026Vercel Blog

    How General Intelligence used agents to build an agent platform on Vercel

    The 90% SRE automation number is the first concrete signal that agent-driven engineering teams aren't a 2027 thing. They're shipping in production now.

    #ai#agents#platform
  • 30 Apr 2026Vercel Blog

    Custom tags available in beta on Vercel Sandbox

    Five tags per sandbox is a tight ceiling once you start mixing tenant, environment, and owner, but at least you can retag without rebuilding.

    #frontend#vercel#ai#agents#code generation
  • 30 Apr 2026Vercel Blog

    Grok 4.3 on AI Gateway

    The 1M context window is the headline, but the real story is Vercel quietly turning AI Gateway into a model-agnostic abstraction layer where swapping xai/grok-4.3 for anything else is a one-line change.

    #frontend#vercel#ai#tool calling#context window
  • 27 Apr 2026Google AI Blog

    Join the new AI Agents Vibe Coding Course from Google and Kaggle

    Free agent courses from Google are now table stakes, so the real question is whether Kaggle's notebook format can teach orchestration patterns that survive contact with a real codebase.

    #ai#agents
  • 20 Apr 2026Cloudflare Blog

    Building the agentic cloud: everything we launched during Agents Week 2026

    Cloudflare is quietly turning itself into the default substrate for agents, and a week of announcements like this makes it harder to argue the agentic web will be built on anything but edge runtimes.

    #ai#agents#agentic#agent
  • 11 Dec 2025React official blog

    Denial of Service and Source Code Exposure in React Server Components

    Two more RSC CVEs surfaced while researchers were poking at last week's patch, which is the clearest sign yet that Server Components have a real security surface teams can no longer treat as framework-internal plumbing.

    #frontend#react#components#server components#react server components
  • 03 Dec 2025React official blog

    Critical Security Vulnerability in React Server Components

    If you're on RSC, stop reading and upgrade to 19.0.1, 19.1.2, or 19.2.1 right now; unauthenticated RCE is the worst possible class of bug to ship in a framework default.

    #frontend#react#components#server components#react server components
Back Home