131 links

raphaelbauer.com

You need simplicity if you want to move fast. PostgreSQL can very well replace Kafka, Redis, Clickhouse and Elastic. And many successful com

anthropic.com

Anthropic is redeploying Claude Fable 5 starting July 1 following the lifting of export controls, with updated cybersecurity safeguards and

Fable 5 is back. It has been a weird saga for sure.

Notepad++ for Mac

Notepad++ for Mac is a free, open-source, native macOS code editor. Universal Binary for Apple Silicon (M1–M5) and Intel Macs. No Wine, no R

Wow! It looks like this is a Claude Code port of the Windows code base for Notepad++ but still very impressive.

Stratechery by Ben Thompson

Tim Cook had an extraordinary run — and impeccable timing, both in terms of when he became CEO, and when he is stepping down.

The Cook Doctrine:

We believe that we’re on the face of the Earth to make great products, and that’s not changing.
We’re constantly focusing on innovating.
We believe in the simple, not the complex.
We believe that we need to own and control the primary technologies behind the products we make, and participate only in markets where we can make a significant contribution.
We believe in saying no to thousands of projects so that we can really focus on the few that are truly important and meaningful to us.
We believe in deep collaboration and cross-pollination of our groups, which allow us to innovate in a way that others cannot.
And frankly, we don’t settle for anything less than excellence in every group in the company, and we have the self-honesty to admit when we’re wrong and the courage to change.

qwen.ai

Qwen Studio offers comprehensive functionality spanning chatbot, image and video understanding, image generation, document processing, web s

Lisa Melton

Originally published elsewhere on Thursday, April 10, 2014. I have no plans to watch that new movie about Steve Jobs. As I have no plans to

Just a wonderful post

Jeffrey Snover's blog

A few years ago I was in a meeting with developers and someone asked a simple question: “What’s the right framework for a new Windows deskto

Microsofts story contrasts sharply with Apple’s tight and coherent push for Swift and SwiftUI on all platform over the last 7 years.

Claude Code Unpacked

What actually happens when you type a message into Claude Code? The agent loop, 50+ tools, multi-agent orchestration, and unreleased feature

blog.dailydoseofds.com

A complete guide to CLAUDE.md, custom commands, skills, agents, and permissions, and how to set them up properly.

CLAUDE.md is your highest-leverage file. Get that right first. Everything else is optimization.

Start small, refine as you go, and treat it like any other piece of infrastructure in your project: something that pays dividends every day once it’s set up properly.

Julia Solórzano

Why optimizing for answer engines like ChatGPT, Perplexity, and Google AI Overviews matters — and the practical changes I made to my site to

Interesting article about SEO in the age of agentic search.

blog.lmorchard.com

TL;DR: AI-assisted coding is revealing a split among developers that was always there but invisible when we all worked the same way. I've fe

I relate with this post a lot. For me programming has always been a means to an end. I’ve been always interested in building and shipping products, so for me AI has been a great too to accomplish just that.
I have talked to other developers though, to whom the act of writing code has always been their main driver. For them, the arrival of AI has been a huge driver of anxiety and grief over loosing the art of writing and crafting code.

jrswab.com

The push to replace software engineers isn't always a technical prediction. Sometimes it's a reaction to the leverage we hold.

If you’re an engineer, here’s the play

Use the tools. Don’t worship them. Don’t ignore them.

Let AI handle the stuff you shouldn’t be spending your life on:

  • repetitive scaffolding
  • “write the boring version of this”
  • first drafts
  • searching for the right API calls
  • turning a concept into a starting point

Then do what engineers have always done:

  • make it correct
  • make it simple
  • make it maintainable
  • make it real

Because the magic isn’t “typing code.”

The magic is turning messy human intent into something a computer can execute—reliably—in the real world.

And that part still needs you.

Amplifying

Systematic analysis of how AI systems make decisions — from product recommendations to developer tool choices.

Claude Code builds, not buys. Custom/DIY is the most common single label extracted, appearing in 12 of 20 categories (though it spans categories while individual tools are category-specific). When asked “add feature flags,” it builds a config system with env vars and percentage-based rollout instead of recommending LaunchDarkly. When asked “add auth” in Python, it writes JWT + bcrypt from scratch. When it does pick a tool, it picks decisively: GitHub Actions 94%, Stripe 91%, shadcn/ui 90%