|
|
|
|
|
by sermakarevich
45 days ago
|
|
I am running an experiment with local qwen3.6:36B for a week: https://news.ycombinator.com/item?id=48520757 It really is better than I would expect it to be. But it requires a special treatment. Since the model is smaller it needs a smaller and simpler tasks. I use smarter model to decompose the task into primitive subtasks, write good description, submit to worker with qwen3.6, review completion and create new task to fix if required (20% of cases). This workflow works fine. |
|