Hacker News new | ask | show | jobs
by ontouchstart 241 days ago
Interesting perspective.

I have been intentionally coding with Claude in the past few months and I started to think about programming from problem solving standpoint other than generating artifacts that conform to whatever languages, libraries and frameworks I happen to use to solve the problem at the time.

We can call this mental model or not. But it seems to be a different abstraction than we are talking about at PL level.

To me, LLM is part of the interface between me and the solution, that is what I mean by UI.

The real work is still in my head. PL language is just a medium.