Am waiting for the next Mac Studio to come out to experiment with the "AI for everything" approach. Most likely, the open source distilled models will lower quality. So, another "price vs quality" tradeoff. Still, will be fun to code like I'm at a foundation lab.
I wrote something similar in a Claude Code instructions.md: "minimize cyclomatic complexity" What happened next? It generated an 8 line wrapper function called only once from a different file. So, I told it to inline that logic in the caller. The result? One. Line. Of. Code.
So, I asked it to modify its instructions.md file to not repeat that mistake. The result was the new line "Avoid single-use wrapper functions; inline logic at the call site unless reused"
I wrote something similar in a Claude Code instructions.md: "minimize cyclomatic complexity" What happened next? It generated an 8 line wrapper function called only once from a different file. So, I told it to inline that logic in the caller. The result? One. Line. Of. Code.
So, I asked it to modify its instructions.md file to not repeat that mistake. The result was the new line "Avoid single-use wrapper functions; inline logic at the call site unless reused"
My company was acquired by another company that had in-house lawyers. California Law states that you have rights to your own IP, when produced on your hardware and on your own time. So, I was careful to air gap all my work on a separate computer. Meanwhile, the acquiring company ask me to sign an employment agreement. Its terms restated the California law in very ambiguous terms. I couldn't tell if I was declaring rights to my own IP or signing away my rights. So, I asked them: "which is it?" Their replay was "Yes." ... I was an employee for a day.