talking to ceos and eng leaders lately and everyone is running into the exact same problem.
as teams grow and devs use ai, they ship so fast that merge conflicts just get out of control.
you assign a junior a tiny task like adding a button. ai makes it so easy they do way too
it's obvious but it's crazy how much different models can generate differrent output. It's easy when building agents to stick to the same model. But note to self is to always run the flow using many different models in parralel
i use to love subscribing to my fav companies newsletter to see what new stuff they just shipped but now with AI it's so easy to build features or content that I feel the newsletter are just noise. I now mostly just look at top HN posts, YC bookface, or aggregators like TLDR
when building agents, system prompts should always be written by hand.
never ask an llm to write or fix it for you.
whenever i do that it just ends up polluting the prompt so much. confusing the llm.
it might actually be the only thing i still write entirely by hand.