HN user

pteetor

44 karma
Posts3
Comments9
View on HN

In case you are unfamiliar with Karpathy's Loop[1], it is a genetic algorithm[2] where the genetic "mutations" are clever-but-random ideas generated by an LLM agent, aimed at improving a system.

  (1) Let the LLM randomly perturbate the system.
  (2) Measure the system's performance.
  (3a) If the perturbation improved performance, keep the change.
  (3b) Otherwise, don't.
  (4) Repeat
[1] https://github.com/karpathy/autoresearch

[2] https://en.wikipedia.org/wiki/Genetic_algorithm

In the USA, the available supply of gasoline is normally 21 or 22 days. The press occasionally trumpets this number, and people react with horror. But, hey, it's just normal. IDK about Europe, but 6 weeks of jet fuel does not surprize me.

When COBOL was born, some people said, "It's English! We won't need programmers anymore!"

When SQL was born, some people said, "It's English! We won't need programmers anymore!"

Now we have AI prompting, and some people are saying, "It's English! We won't need programmers anymore!"

Really?

R MCP Server 10 months ago

All the Python-based functionality of this project can now be handled by the mcptools package[1]. That is, mcptools can field MCP requests and dispatch to R code; no need for an intermediate layer of Python. I wonder if the author knows about mcptools? Or did he start coding before it was available?

[1] https://posit-dev.github.io/mcptools/

Somehow, I assumed that a Cursor-like capability for RStudio would be implemented as an add-in extension, not via fork. Does this mean that every new release of RStudio will require a rebuild by Lotas and a re-download by its users?

I've worked for corporations that need to generate reports and distribute them internally. I created an RSS feed on the report generation machine, then asked users to subscribe to the feed within Microsoft Outlook. That worked well because users are often in Outlook. They would see the RSS notification and think, "Hey! Look! A new report!". (Well, maybe not that enthusiastically.)