And not all renting out is rent seeking! On occasion in cities with decreasing home prices, the landlord is subsidising the tenant. That is rare though!
Agreed - there are rare circumstances when landlords are losing money. When that happens landlords will usually seek rent increases, or changes to housing / zoning / development rules, etc.
This sort if makes me want to learn Lisp. Maybe if every line packs a lot of punch and you need fewer of them, you can do things AI can't do yet. I think AI would struggle with Lisp since in Lisp, you engineer a language for the task. AI tends to be good on languages it is trained on. For now!
I find Lisp particularly powerful as well. We use Clojure on a daily basis, and the guide that helped us a lot in getting started was Brave Clojure -- https://www.braveclojure.com/ -- going through it was fun and didn't take long. In my experience though LLM tools don't have much difficulty writing Lisp any more than other languages. However, when they hallucinate it's pretty bad: either spitting something completely off-mark, or mixing up params (and other hard to detect details), so that might be the struggle you're wondering about.
If you're ever bored for a weekend I'd recommend reading through the Reasoned Schemer, or at least the final chapter and the appendices to see how a simple Kanren can be implemented. It's what got me to properly appreciate macros.
I am on holiday now and want something similar. Get me from A to B but with a memorable heuristic that I can use if I leave at any time. E.g. "if you catch a 134 or 175 bus to Kings station then get the metro 3 stops to Cental station.". Even better if you add some landmarks.
This may exclude some clever routes that shave off 3 minutes if you do the correct parkour... but it means I can now put my phone down and enjoy the journey without tracking it like a hawk.
Very true - our goal is to help companies keep their customers amazed. Especially when starting out with early adopters. Though perhaps not something that can scale as easily.