Coding agents are so good now that you should be using it for everything.
Text classification? Coding agent
RAG? Coding agent
Prompt optimization? Coding agent
Recipe for next week's Christmas potluck? Coding agent
@Thom_Wolf My favorite was Ο-bench (https://t.co/v2LKHEz4ox). It evaluates on states, so the trajectory of the conversation and the agent's implementation matter less, and there's no need to rely on LLM evals. It strongly influenced how I structure agent workflows.
Some Bad:
* you pretty much have to restart PyCharm if something goes wrong
* itβs the only thing that makes the fans spin up on my M1
* not Cursor π
After 10(?) years, I think I finally found a better alternative to just running plain Jupyter notebooks: PyCharm's notebook integration.
I've been using it off and on for awhile, but it's reached to a point now I can wholeheartedly recommend.
The Good:
* strong autocomplete
* codebase understanding with jump-to-definition
* jump to previous cursor position
* interactive tables
* stable enough for remote notebooks
Essentially, having all the IDE goodies in a notebook keeps me in the flow.
@abacaj I've found loss masking to work well, but it does lower the number of tokens that the model sees. So you may have to compensate for that (more epochs / higher batch size).