tomaszgil.me
What happened? Is it good or is it bad? Awaiting the announcement!
What happened? Is it good or is it bad? Awaiting the announcement!
Super easy to pick up by someone who spends the majority of their time on the clients side.
Super easy to pick up by someone who spends the majority of their time on the clients side.
bsky.app/profile/toma...
Biggest takeaways: start with clear repo rules, write prompts that force planning & checks, run agents one-at-a-time early.
Background agents give me ~50% of a feature. More in the article.
blog.tomaszgil.me/enhancing-so...
bsky.app/profile/toma...
Overall, it just sits in the background and does the work. Today I wired up a fairly complex feature (interactive image previewer with markers) pretty much using agent calls only, which is pretty impressive.
Overall, it just sits in the background and does the work. Today I wired up a fairly complex feature (interactive image previewer with markers) pretty much using agent calls only, which is pretty impressive.
It's very well balanced when switching between thinking and non-thinking mode. It seems to always be planning steps before jumping into the implementation, which is great.
One weird thing is that it likes to clean up unused code heavily which is not something I always want...
It's very well balanced when switching between thinking and non-thinking mode. It seems to always be planning steps before jumping into the implementation, which is great.
One weird thing is that it likes to clean up unused code heavily which is not something I always want...