Ai

autoresearch (github.com) (via).

From Andrej Karpathy:


I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then:

  • the human iterates on the prompt (.md)

  • the AI agent iterates on the training code (.py)

    The goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc.

    github.com/karpathy/autorese…
    Part code, part sci-fi, and a pinch of psychosis :)


Been trying to think of ways to leverage this. There have been some amazing examples so far:

What else is autoresearch going to push forward?


Björn Andersson - It's beginning to crumble - The first steps of my breadcrumb tool (bjorn.now) (via).

But when I started building with agents, it would break me out of what I was doing to go leave breadcrumbs in Roam so I could track what I had been up to. So I stopped. And honestly, it was something I noticed when I worked on meaty problems when programming too, I would get caught up in what I did and not take notes. To my detriment later.

I’ve also noticed this. Trying to get into flow with agents is harder.

Skill issue for me? Probably. But this is all so new, and changing so fast.\ \ I like Björn’s idea here a lot. Definitely need to explore Beads!


SOFTWARE_ENGINEERING.md (github.com) (via).

If you asked me 5 months ago what software engineering would look like, I would not have been close to how it actually is today. Not even.

This file is my way of pointing my agents to my “taste” in terms of how I like to engineer software.

Things are changing so quickly, how we direct agents will too.

Posted 2026-02-26 | #ai #ai-assisted-programming


OpenClaw Acquired by OpenAI (xcancel.com) (via).

Welp, that was fast.
From Sam Altman:

Peter Steinberger is joining OpenAI to drive the next generation of personal agents. He is a genius with a lot of amazing ideas about the future of very smart agents interacting with each other to do very useful things for people. We expect this will quickly become core to our product offerings. OpenClaw will live in a foundation as an open source project that OpenAI will continue to support. The future is going to be extremely multi-agent and it's important to us to support open source as part of that.

Posted 2026-02-16 | #ai #opensource #openai

OpenClaw (openclaw.ai).

This has been the new hotness on the socials. But it's kinda just really good packaging for a local proxy to foundation models. Not saying it's nothing. Still might try it out. But I'm busy, yo.

Posted 2026-02-10 | #ai #opensource



Code like a surgeon (www.geoffreylitt.com) (via).

As a newcomer to a long-existing codebase recently, AI provides a lot of productivity gains.
You can choose how you use AI.
Choose wisely.

Posted 2026-02-10 | #ai #programming

We had a breakthrough in AI with transformers.

Where’s our breakthrough in AI with alignment?

#ai #alignment

Started reading "The Scaling Era: An Oral History of AI, 2015 - 2025" by Dwarkesh Patel with Gavein Leech.

Dense with citations and definitions. Taking my time here. 😮‍💨

#ai #books #the-scaling-era #dwarkeshpatel

From 6/5/17 in one of my notebooks I wrote down this quote from Andreesen Horowitz - AI Playbook:

AI is the new relational database, about to get into every important piece of software we write.

This seems to have mostly come true in 2025.

#ai #softwareengineering

Context Engineering (simonwillison.net) (via).

I like this definition better. As we learn more about how to manage our words passed to LLMs, I think the nouns we use should change along with it.

Posted 2025-07-06 | #ai #context-engineering

8-Bit Spelling Game: Built with Claude

Wanted to share a fun little project I built this morning for my 9-year-old daughter: an interactive, retro-styled spelling game that she absolutely loves!🎮 The "8-bit Spelling Game" is a fun educational tool where players hear words through text-to-speech and type them out letter by letter, with cute dolphin animations...

Posted 2025-05-21 | Tags: ai, projects, claude, gamedev, claudecode | 165 words


Avoiding Skill Atrophy in the Age of AI (addyo.substack.com) (via).

I think Addy has the right take here.

You can avoid it and fall behind.

But if you go too deep down the rabbit-hole of letting AI write your code, you're asking for problems. Most importantly: skill atrophy.

Posted 2025-04-26 | #ai #vibecoding