Daily brief · English

Old AI Notes Need Better Questions, Not Answers

A two-year-old AI research note can still be useful, but only after someone turns it into a bounded question with a clear output for this week’s work.

🌐 이 글의 한국어 버전 →

  1. 42 experiments is the number that made me pause.
  2. It matters because the story is easy to misread
  3. My answer is this: Autoresearch is less a research replacement than a disciplined retry machine

📰 Read 3분 · English

The question worth asking after 42 experiments

42 experiments is the number that made me pause.

It matters because the story is easy to misread. The interesting part is not “AI can do research by itself now.” The sharper question is smaller and more useful: when an old research idea comes back with an AI agent attached to it, what should a working person actually check before calling it progress?

My answer is this: Autoresearch is less a research replacement than a disciplined retry machine. That may sound like a downgrade, but I think it is the more practical reading.

I followed the loop, not the label

The linked news.hada.io brief describes an Autoresearch setup where an LLM agent repeatedly edits `train.py`, runs training, checks the result, commits what improves the metric, and rolls back what does not. The loop is simple enough to explain to a non-developer manager: give a junior analyst one spreadsheet, one scoring rule, and permission to try many small changes. Keep the useful versions. Throw away the rest.

That is not magic. It is process.

The setup had clear fences. Experiments ran in a container sandbox. Network access and arbitrary code execution were blocked. The agent could modify only selected files such as `train.py` and internal source material. Each experiment was kept short, around a few minutes, with a practical goal: improve the score without letting the system wander too far.

I like this framing because it puts automation where it belongs. Not in vague “AI will innovate” territory, but in a bounded loop: try, measure, keep, revert.

Where I got stuck is the same place many AI research demos get slippery. The word “research” stretches too far. If the agent mostly tunes parameters, fixes a constraint, and runs more trials than a tired human would, is that research? Or is it a better lab assistant?

For today, I would call it the second.

The best result came from a boring fix, and that is the point

The experiment used the Ukiyo-eVG dataset instead of the original medical X-ray dataset, because the original data was not available. That matters. We are not looking at a clean reproduction of the old paper. We are looking at a practical adaptation: about 11,000 Japanese woodblock print images, phrase and bounding-box annotations, and a CLIP-based model trained to connect images and text.

The model stack was not tiny either. The brief mentions a ViT-Small backbone, DistilBERT, and a heatmap processor, roughly 90 million parameters in total. Training ran for 800 steps, about three minutes per experiment on an RTX 4090. Evaluation used 1,000 test images, with Mean Rank and Recall@K as the visible scorekeepers.

Here is the part I would underline for an office worker trying to understand the trend: the biggest gain did not come from a dazzling new idea. It came from relaxing a temperature clamp. That single change improved Mean Rank by 113 points. Later hyperparameter tuning added another 30-point improvement.

Across one day, the system ran 42 experiments. It kept 13 and reverted 29. Validation Mean Rank dropped from 344.68 to 157.43, a reported 54% reduction. Final test results reached Mean Rank 34.30, with R@5 around 53.0% for image-to-text and 51.4% for text-to-image.

That is useful. It is also humbling.

In normal workplace language, this is like discovering that a monthly report was bad not because the team lacked strategy, but because one locked setting was wrong and nobody had time to test the alternatives. A good automation system does not need to be visionary in that case. It needs to be patient, fenced, and honest about the scoreboard.

I would keep this comparison table:

What to checkWhy it mattersWhat this case showed
Is the task measurable?Automation needs a score it can trustMean Rank and R@K gave the loop a target
Are experiments cheap?Slow tests kill overnight automationEach run was kept to a few minutes
Are permissions fenced?Agents drift when the room is too openSandbox, no network access, limited editable files
Did improvement come from insight or tuning?The story changes depending on the source of gainBiggest win came from a temperature clamp fix
What happens after easy gains?Many demos fade after the obvious fixesLater architecture changes became unstable

This is why I see Autoresearch as a retry machine first. Its strength is not that it thinks like a senior researcher. Its strength is that it can keep testing narrow changes while a person sleeps, then leave a trail of what worked and what failed.

That is already valuable. A lot of work is trapped because nobody has time to run the tenth careful attempt.

The weak spot is the scoreboard

I would be careful about taking this as proof of autonomous discovery.

The brief itself says the last 10% needed more human intervention. After the early phase, especially when the agent moved from parameter tuning into architecture changes, the success rate dropped. Some larger ideas failed. Some attempts became more random. The system occasionally forgot constraints or tried the wrong kind of command.

There is another problem: the metric can quietly become the boss. If Mean Rank is the main judge, the agent will chase Mean Rank. That is fine when the metric matches the real goal. It is dangerous when the metric is only a convenient proxy.

I have seen the office version of this many times. A team automates dashboard cleanup and starts optimizing for fewer red cells. The dashboard looks better. The business does not. The automation did exactly what it was told, not what people hoped it understood.

So the hard part is not “Can AI run more trials?” It can. The hard part is choosing a scoring rule that deserves that much obedience.

Try it on one small system before believing the big claim

If you want to use this idea today, do not start with “AI research.” Start with one repeatable workflow you already avoid because it is dull.

Try this:

① Pick one task with a visible score: response time, error count, conversion rate, reading time, support backlog, duplicate rows removed.

② Give the AI a narrow room: one file, one sheet, one prompt, one checklist, or one report format.

③ Make each attempt cheap: under five minutes if possible.

④ Keep a changelog: what changed, what improved, what got reverted.

⑤ Stop when the gains become random, not when the story still sounds exciting.

Copy-paste line to keep:

> “Before I automate this, what is the score, what is the fence, and what counts as a rollback?”

That question is the practical lesson. Old research ideas become interesting again when AI lowers the cost of trying them. But the future belongs less to people who believe every agent demo, and more to people who can build small systems that measure, retry, and stop.

For the next step, save the table above and use it on one automation idea this week. Next edition: I’ll look at when an AI agent should be allowed to make changes by itself, and when it should only prepare options for a human to approve.

Take-aways

  • 42 experiments is the number that made me pause.
  • It matters because the story is easy to misread
  • My answer is this: Autoresearch is less a research replacement than a disciplined retry machine

한국어 버전 →

Audio is the quick version of the story. Use it when you are between tasks.

🎧 Listen 2:42 · Korean original

🎧 Daily podcast Companion briefing 2026-07-19
📜 Open transcript · 8 turns · 4 voices
이현석
이현석지식 에세이 진행자
김상훈
김상훈신뢰 앵커
이도현
이도현차분한 발표자
박하린
박하린쉬운 설명 진행자
  1. 이현석 · 지식 에세이 진행자 이현석 · 지식 에세이 진행자 진행자 hook

    오늘은 오래된 AI 메모를 버릴지, 다시 꺼낼지의 문제입니다. 2년 전 적어둔 리서치 아이디어도 오늘 오후 회의에 올리려면 답을 찾기보다 질문을 다시 써야 합니다. 범위와 결과물을 작게 고치지 않으면, 메모는 자료가 아니라 부담으로 남습니다.

  2. 이도현 · 차분한 발표자 이도현 · 차분한 발표자 학생 context

    현석님, 그럼 오래된 메모를 다시 여는 기준은 단순히 최신 정보가 맞는지 확인하는 게 아닌가요. 저는 보통 날짜가 오래되면 바로 낡았다고 생각합니다. 그런데 오늘 문장은, 낡았느냐보다 지금 다시 물어볼 수 있느냐를 먼저 보라는 뜻으로 들려요.

  3. 김상훈 · 신뢰 앵커 김상훈 · 신뢰 앵커 교수 evidence

    맞습니다, 도현 학생. 오늘 근거는 크게 두 갈래로 낮춰 잡아야 합니다. 하나는 뉴스하다 토픽 링크로 남은 외부 신호이고, 다른 하나는 지난주 직장인 모임에서 나온 질문입니다. 둘 다 대규모 조사 결과는 아니지만, 사람들이 묵은 AI 아이디어를 실제 업무 앞에서 다시 묻고 있다는 점은 보여줍니다.

  4. 이현석 · 지식 에세이 진행자 이현석 · 지식 에세이 진행자 진행자 evidence

    김상훈 교수님, 그래서 첫 작업은 메모의 정답을 찾는 일이 아니라, 메모가 지금 요구하는 산출물을 줄이는 일입니다. 예를 들어 ‘AI 리서치 자동화’라고 적혀 있다면 너무 큽니다. 오늘 회의용으로는 ‘경쟁사 세 곳의 발표 문서를 비교해 질문 다섯 개를 뽑는다’처럼 바꿔야 움직입니다.

  5. 김상훈 · 신뢰 앵커 김상훈 · 신뢰 앵커 교수 debate

    현석님, 다만 여기서 조심할 점이 있습니다. 오래된 메모를 살린다는 말이, 과거 가정을 그대로 믿는다는 뜻은 아닙니다. 당시의 모델 성능, 비용, 도구 환경, 조직의 준비도는 지금과 다를 수 있습니다. 그러니 메모를 다시 쓸 때는 ‘무엇이 바뀌었나’와 ‘아직 모르는 것은 무엇인가’를 나눠 적어야 합니다.

  6. 이도현 · 차분한 발표자 이도현 · 차분한 발표자 학생 takeaway

    제가 이해한 건 이렇습니다, 김상훈 교수님. 메모가 오래됐다는 이유만으로 버리지는 않되, 그때의 답을 그대로 가져오면 안 됩니다. 먼저 질문을 작게 고치고, 오늘 확인할 근거와 모르는 부분을 따로 적어야 합니다. 그러면 회의에서도 막연한 아이디어가 아니라 확인할 일로 바뀝니다.

  7. 이현석 · 지식 에세이 진행자 이현석 · 지식 에세이 진행자 진행자 takeaway

    도현 학생, 오늘 가져갈 행동은 세 줄이면 충분합니다. 묵은 AI 메모 하나를 고르고, 지금도 유효한 질문 한 문장으로 다시 씁니다. 그다음 오늘 만들 수 있는 결과물을 하나만 정하고, 확인된 근거와 아직 모르는 점을 나눠 적습니다. 이 순서가 되면 메모는 추억이 아니라 작업 지시가 됩니다.

  8. 김상훈 · 신뢰 앵커 김상훈 · 신뢰 앵커 교수 prompt

    현석님, 마지막으로 다음에 비교해 볼 질문을 남기겠습니다. 여러분의 오래된 AI 메모 중에서, 아직도 답을 기다리는 것이 아니라 더 작은 질문을 기다리는 것은 무엇입니까. 그리고 그 질문을 오늘 한 시간 안에 검증하려면 어떤 결과물 하나가 필요할까요. 이 답을 쓰면, 다음 회의의 출발점이 조금 선명해집니다.

View collection

Choose cards, video, or sources without losing the brief.

Cards 9 cards

The core card copy is also available in the article body and image alt text.