Welcome back. Anthropic is having a moment, and it's not slowing down. Starting today, Claude no longer defaults to text. It now picks the best format for any response — whether it's a chart, diagram, or flowchart — all built and fully editable right within the chat.

Also: How to access 1,000+ public APIs for your next project, 8 Claude Code settings most devs miss, and a single prompt to audit your codebase for security loopholes.

Today’s Insights

  • Powerful new updates and hacks for devs

  • Why your roadmap needs an agent-first rewrite

  • How to ask Claude Code a question mid-task

  • Trending social posts, top repos, and more

TODAY IN PROGRAMMING

Click here to see Claude’s interactive visuals in action.

Claude now generates charts and diagrams in chat: Anthropic has just shipped a beta update enabling Claude to create interactive visuals, including flowcharts, bar graphs, maps, and decision trees, right inside the conversation window. Claude automatically selects the best format for a query and lets users refine the output using follow-up prompts. The feature is available across all free and paid plans. Watch it break down RSA encryption here.

Google reimagines Maps with its biggest AI update: The search giant is rolling out two major Gemini-powered features to Google Maps. First, a new "Ask Maps" feature lets users type questions and receive personalized, conversational responses. They also launched Immersive Navigation, which provides a 3D driving experience using Street View and aerial imagery to highlight lanes, turns, and road details in real time. See it in action.

Nvidia ships new open model for agentic workloads: The chipmaker just released Nemotron 3 Super, a hybrid Mamba-Transformer model built for multi-agent systems. While it features 120B total parameters, only 12B are active, allowing it to deliver five times the throughput of previous versions. With a native 1M-token context window, it’s built to handle complex, long-form tasks like software development and cybersecurity triaging.

INSIGHT

Why your roadmap needs an agent-first rewrite

Source: The Code, Superhuman

Forget the chatbot era. Box CEO Aaron Levie just dropped an essay this week on how agents have moved well past chatbots. Tools like Claude Code and Devin can execute code, manage files, and call APIs within sandboxed environments. They're already being deployed for complex knowledge work, ranging from financial audits to customer support and beyond.

Agents don't scale like headcount. This trajectory explains why Levie believes enterprises will eventually deploy 100x to 1,000x more agents than humans, and why any software that isn't API-first is already falling behind.

Legacy UI is the new tech debt. OpenAI cofounder Andrej Karpathy put it simply in his response. Most businesses still expect people to navigate web pages, click buttons, and follow complex instructions just to enter data. He called this approach "rude" when an API could handle the whole thing. Perplexity is taking the same logic a step further. CTO Denis Yarats recently revealed the company is ditching MCP internally for raw APIs and CLIs.

Make something agents want. Investor Paul Graham's classic advice to "make something people want" has evolved: if a feature lacks an API, it practically doesn't exist. Box is already auditing its entire API surface with the same rigor companies once applied to UX — checking every endpoint to see how it performs when an agent, rather than a person, makes the call.

IN THE KNOW

What’s trending on socials and headlines

Meme of the day.

  • API Vault: This viral GitHub repo has 1,000+ public APIs for finance, news, weather, and ML. If you're still paying for data, you don't have to anymore (1.8M views).

  • Power User Mode: Default Claude Code and a fully useful customized setup are 8 settings apart. Auto-compaction, sound alerts, and a few tweaks most devs haven't found yet.

  • Who Decides: Anthropic's standoff with the Pentagon is raising a bigger question: who gets to decide what AI will and won't do? Podcaster Dwarkesh Patel breaks it all down.

  • Agent Grid: One developer is running four Claude Code agents in a tmux grid, each handling a different job. The entire environment is launched by a single bash script.

  • Chess Mode: A user asked Claude's visual mode about the strongest chess openings. It built a fully interactive board with move-by-move walkthroughs on the spot.

  • Blind Spots: A developer posted the tool choices Claude Code won't suggest on its own. They are better and cheaper alternatives you'd only find from actually scaling products.

  • Ship Safe: This single Cursor prompt audits your entire codebase for exposed API keys, missing auth checks, and unsanitized inputs. All in under 10 minutes before you push to prod.

AI CODING HACK

How to ask Claude Code a question mid-task

Source: X//trq212

Imagine you're in the middle of a refactor in Claude Code and need to verify something quickly. Maybe you're wondering which config file Claude is reading, or what a specific function in another file actually does. Previously, you'd have to cancel the current response or wait for it to finish.

Anthropic just shipped a fix for this: “/btw”. Now, you can simply type /btw followed by your question, and Claude will provide an answer in a side panel without interrupting your primary task.

/btw what was the name of that config file?

It pulls context from your current session, but it won't execute any tools or read additional files. When you're finished, you can dismiss the response by pressing Space or Escape.

These responses aren’t added to your conversation history, so they won’t clutter your context window.

TOP & TRENDING RESOURCES

Click here to watch the tutorial.

Top Tutorial

How to ship reliable AI agents (by LangChain): This tutorial shows developers how to debug, test, and launch reliable AI agents using LangSmith. You'll learn how to track agent behavior, set up automated tests, and fix errors using real data.

Top Repo

Superpowers: This coding agent framework implements a disciplined, junior-engineer-style workflow. Incorporating structured phases like brainstorming, explicit design, TDD, and planning enables agents to ship reliable code autonomously.

Trending Paper

How Cursor compares model quality: Public AI benchmarks often fail to capture how developers actually use coding agents for complex tasks. When testing with real-world developer data, Cursor's new CursorBench tool has proven to be far more accurate at measuring and comparing true model performance in practice.

Grow customers & revenue: Join companies like Google, IBM, and Datadog. Showcase your product to our 200K+ engineers and 100K+ followers on socials. Get in touch.

Whenever you’re ready to take the next step

What did you think of today's newsletter?

Your feedback helps us create better emails for you!

Login or Subscribe to participate

You can also reply directly to this email if you have suggestions, feedback, or questions.

Until next time — The Code team

Keep Reading