1014: Anthropic doesn’t use AI

Summary of 1014: Anthropic doesn’t use AI

by Wes Bos & Scott Tolinski - Full Stack JavaScript Web Developers

1h 32mJune 22, 2026

Overview of Syntax Weekly #1014

This episode of Syntax Weekly is a mix of conference recap, front-end platform news, and the team’s ongoing debate about AI hype versus real craft. Wes, Scott, and CJ return from Amsterdam to talk about the Syntax live event at JS Nation / React Summit, share stories from the meetup and live show, and discuss how much of the “AI-generated” creative work in tech still depends on strong human taste and vision. The technical half of the episode covers Chrome’s new declarative partial updates for HTML streaming, a syntax/ASCII art generator, a package replacement directory, a MacOS beta update, Xiaomi’s OpenCode fork, and a supply chain attack affecting Arch Linux AUR packages.

Main Topics Covered

Anthropic, AI, and “taste”

  • The hosts react to Anthropic/Claude promo materials and the claim that “no AI was involved” in the campaign visuals.
  • Their main point: even when AI tools are used in production workflows, the final quality still depends on human direction, editing, and taste.
  • They criticize the trend of people asking only for “the prompt” instead of understanding the creative vision behind the result.
  • They compare this to:
    • AI-generated slide decks that all look the same
    • AI video edits that may be technically efficient but lack storytelling quality
    • Super Bowl-style “AI slop” where the output feels overcooked or generic

Amsterdam conference recap

  • The crew gives a lively recap of their trip to Amsterdam for JS Nation and React Summit.
  • They met a huge number of listeners, took a record number of selfies, signed badges, and received thoughtful gifts.
  • Highlights included:
    • A packed Syntax live show / pre-party
    • A live CSS battle
    • A “stump CJ” segment where the audience helped identify subtle code bugs
    • Multiple live recordings and conference appearances
  • Their core takeaway: the hallway track and in-person conversations are the best part of conferences.

Technical News and Tools

Chrome: declarative partial updates / HTML streaming

  • Scott highlights a new browser feature for out-of-order streaming of HTML directly into the DOM.
  • Key idea:
    • Deliver parts of a page as they’re ready
    • Avoid waiting for the whole page to finish rendering
    • Enable native partial updates, loading placeholders, and streaming UI
  • The feature is being discussed as a browser-native path toward what frameworks like React Suspense and Astro-like island architectures already do.

ASCII art generator by Oxide

  • Wes demos a fun open-source tool from Oxide Computer that converts images into ASCII art.
  • It includes configurable options like:
    • Brightness
    • Black/white thresholds
    • Character sets
    • Color mapping
  • The hosts note that it’s especially good for brand assets and terminal-style aesthetics.

replacements.fyi

  • Scott shares replacements.fyi, a curated site that suggests modern alternatives to common packages.
  • Examples mentioned:
    • Axios → fetch / ofetch
    • Express → Hono / H3
    • Moment → date-fns / day.js / Luxon
  • The site is backed by a community-driven module replacements manifest.

AI, Agents, and Model Strategy

Fable / Mythos discussion

  • The episode spends a lot of time on Anthropic’s new models, including the short-lived availability and later ban / restriction discussion.
  • The hosts debate whether the situation was:
    • a real government action,
    • a marketing stunt,
    • or a self-amplifying hype cycle.
  • Their shared conclusion: the AI ecosystem is extremely overhyped, politically messy, and still highly uncertain.

Better AI usage patterns

  • The hosts argue that AI is most useful when it:
    • helps with distillation
    • evaluates ideas
    • handles repetitive editing
    • supports decision-making
  • They are much less impressed by one-shot prompting or “replace all humans” narratives.

Specialized models vs. general models

  • A listener asks about coding-focused models trained only on code.
  • The hosts agree that while specialized models sound appealing, general models are more useful in practice because software creation is tied to real-world domain knowledge.
  • They discuss examples like:
    • app planning for pizza delivery software
    • DNA analysis tooling
    • traffic systems
  • Their view: the model should understand the domain, not just syntax.

Other Notable Moments

MacOS beta impressions

  • Scott says he updated all of his devices to the MacOS beta and has had a surprisingly good experience.
  • He praises improvements in:
    • stability
    • performance
    • consistency across Apple devices
  • He calls it one of the first times he’s felt Apple software was being updated with real care.

Xiaomi’s OpenCode fork and coding model

  • Wes mentions Xiaomi releasing an OpenCode fork plus a new coding model, Mimo 2.5 Pro.
  • The model is described as potentially competitive with higher-end models but much cheaper.
  • The hosts note that cheaper, capable models are arriving quickly and may reduce costs sooner than expected.

Arch Linux AUR supply chain attack

  • They briefly cover a supply chain attack affecting the Arch Linux AUR.
  • Important clarification:
    • This was not the core Arch repositories
    • It impacted the community-maintained package ecosystem
  • Their advice is to check whether you rely on AUR packages and review your installed foreign packages.

Takeaways

  • Human taste still matters a lot in creative AI workflows.
  • Conference value comes mostly from meeting people, not just watching talks.
  • Browser-native HTML streaming is a big deal and may reshape how frameworks handle partial rendering.
  • There’s a growing ecosystem of tools for:
    • replacing packages
    • turning assets into ASCII
    • managing agents and terminals
  • The AI space remains loud, hype-driven, and politically complicated, but the most useful applications are still practical and human-guided.

Action Items / Things to Check Out

  • Try the new HTML streaming / partial updates feature in Chrome behind the flag.
  • Browse replacements.fyi before installing a package or when looking for modern alternatives.
  • Check out Oxide’s ASCII art generator for logo or terminal-style rendering.
  • Watch for AUR package risks if you use Arch Linux.
  • If you’re burnt out, consider attending a local meetup or conference—the hosts strongly recommend it.