Readit News logoReadit News
juanpabloaj commented on Ask HN: What Are You Working On? (March 2026)    · Posted by u/david927
reedlaw · 4 days ago
Do you have examples of the task maturation cycle? I'm not sure how it would work for tasks like extracting structured data from images. It seems it could only work for tasks that can be scripted and wouldn't work well for tasks that need individual reasoning in every instance.
juanpabloaj · 4 days ago
No practical code example, sorry. The post is based on my own experience using agents, and I haven't reached a reusable generalization yet.

That said, two cases where I noticed the pattern:

Meal planning: I had a weekly ChatGPT task that suggested dinner options based on nutritional constraints and generated a shopping list (e.g. two dinners with 100g of chicken -> buy 200g). After a few iterations, it became clear that with a fixed set of recipes and their ingredients, a simple script generating combinations was enough. The agent's reasoning had already done its job — it helped me understand the problem well enough to replace itself.

QA exploration: I was using an agent to explore a web app as a QA tester. It took several minutes per run. After some iterations, the more practical path was having it log its explorations to a file, then derive automated tests from that log. The agent still runs occasionally, but the tests run frequently and cheaply.

Regarding your point about tasks that need individual reasoning every time — I think you're right, and that's actually the core of the idea. Not every task matures into a script. Extracting structured data from images probably stays deliberative if the images vary significantly. The cycle only applies to tasks that, after enough repetitions, reveal a stable pattern. The agent itself is what helps you discover whether that pattern exists.

juanpabloaj commented on Ask HN: What Are You Working On? (March 2026)    · Posted by u/david927
synlatexc · 4 days ago
Re: the silent filter, I'm reminded of the McLuhan quote:

"Man becomes, as it were, the sex organs of the machine world, as the bee of the plant world, enabling it to fecundate and to evolve ever new forms. The machine world reciprocates man's love by expediting his wishes and desires, namely, in providing him with wealth."

juanpabloaj · 4 days ago
Thanks for the quote. Reading it, I can feel how a Tsutomu Nihei or Giger atmosphere envelops me.
juanpabloaj commented on Ask HN: What Are You Working On? (March 2026)    · Posted by u/david927
juanpabloaj · 4 days ago
These past weeks I finally organized some ideas I'd been sitting on and wrote two posts:

From Agentic Reasoning to Deterministic Scripts: on why AI agents shouldn't reason from scratch on every repeated task, and how execution history could compile into deterministic automations

https://juanpabloaj.com/2026/03/08/from-agentic-reasoning-to...

The silent filter: on cognitive erosion as a quieter, more probable civilizational risk than a catastrophic event

https://juanpabloaj.com/2026/02/27/the-silent-filter/

Deleted Comment

juanpabloaj commented on Ask HN: Who wants to be hired? (March 2026)    · Posted by u/whoishiring
juanpabloaj · 10 days ago
Location: Chile

Remote: Yes

Willing to relocate: Yes

Technologies: Python, Go, Elixir, Docker.

Résumé/CV: https://www.linkedin.com/in/juanpabloabarzua/

Email: jpabloaj(at)gmail.com

juanpabloaj commented on Cognitive Debt: When Velocity Exceeds Comprehension   rockoder.com/beyondthecod... · Posted by u/pagade
juanpabloaj · 13 days ago
> The second is absorption: mental models form, edge cases become intuitive, architectural relationships solidify into understanding. ... . The friction of implementation creates space for reasoning.

> This gap between output velocity and comprehension velocity is cognitive debt.

I have felt that lack of absorption during the last months, adding doomscroolling to the equation, I have felt how my thinking is disappearing.

I tried to speculatively expand that idea in this post

https://news.ycombinator.com/item?id=47186004

u/juanpabloaj

KarmaCake day307December 8, 2014
About
http://juanpabloaj.com/

https://twitter.com/juanpabloaj

View Original