(no title)
gck1 | 3 days ago
The only thing that has seen massive boost are harnesses around AI. And AI companies are behind here compared to OSS.
gck1 | 3 days ago
The only thing that has seen massive boost are harnesses around AI. And AI companies are behind here compared to OSS.
danny_codes|1 day ago
That said, bigger context windows / faster Inference seem really useful.
gverrilla|3 days ago
How so?
gck1|3 days ago
They don't provide easy way to use multiple models from multiple providers for varying tasks. One model may be the best thing on earth at one thing, but fail miserably for another. Try orchestrating multiple agents from claude, gemini and codex in any of these proprietary boxes.
They also... suck at TUI UX. I don't know if it was fixed already, but claude code had flickering issue that was unresolved for more than a year.
You need to take a very good care of what goes into your context. A black box of proprietary harnesses is not it. Check out pi [1] for example, which is a very minimal harness with really nice extension system. The idea is that you start with barebones and add things that you need for your own goals.
claude-code HAS to have all these bells and whistles that pollute context to support larger audiences that can't tinker with it. If you have the ability to only pull in only what you need and extend things in a way that works for your workflow, you'll always get the best experience. And claude-code may never be that without making it complicated for the masses. OSS will always win here.
[1] https://github.com/badlogic/pi-mono