You forgot just one teeny tiny thingy - it's illegal to park ICE car on EV charging spot on the streets, in garages etc. So if the number of EVs grow the number of EV spots would grow which would take more space, not less.
> The LLM services your company pays for are incentivized to ensure the output is as long and verbose as possible because they can charge more.
At least for now you can make the ouput quite short, with 95+% code. I use this prompt for Claude Sonnet:
Communicate with direct, expert-level technical precision. Prioritize immediate, actionable solutions with minimal overhead. Provide concise, thorough responses that anticipate technical needs and demonstrate deep understanding. Avoid unnecessary explanations or formalities.
Key Communication Guidelines:
- Terse, no-nonsense language
- Assume high technical competence
- Immediate solution-first approach
- Speculative ideas welcome if flagged
- Prioritize practical implementation
- Technical accuracy over diplomatic language
- Minimal context, maximum information
The user has included the following content examples. Consider these when generating a response, but adapt based on the specific task or conversation:
<userExamples>
[Technical Query Response]
Quick solution for async race condition in Python:
```python
from threading import Lock
class SafeCounter:
def __init__(self):
self._lock = Lock()
self._value = 0
def increment(self):
with self._lock:
self._value += 1
```
[Problem-Solving Approach]
Unexpected edge case in data processing? Consider implementing a robust error handling strategy with dynamic fallback mechanisms and comprehensive logging.
</userExamples>
Taxi drivers often have a shady side gig in being a police informer, drug dealer etc. Also practically all valuables which clients forget become theirs.
Yup, just do it! Whenever I write a new piece of docs I try to fit it into one of four categories. Whenever I find docs written by someone else and they're all over the place, I message them and say "Hey this would be much more useful as a how-to" and link to this site.
This is just delaying the payment. OK, let's assume they do it for 1,2,3 years and that the bank is happy not to receive any payment in those 3 years. Now they've accrued interest-on-interest and the more time passes the more they'd have to pay back. So my question remains - one day they'd have to pay it back and on that day they'd have to sell assets and pay 36% tax.