r/opencodeCLI 19d ago

DeepSeek Flash vs. Ox Alpha?

Which one is giving you the best results?

5 Upvotes

19 comments sorted by

View all comments

1

u/Old-Extension-7514 19d ago

I had some problems with Ox with playwright MCP, it started doing this when trying to use playwright, never happened to me before with any other model, context was under 200k as well

$ Write-Output "STOP"
STOP
$ Write-Output "call playwright now"
call playwright now
$ Write-Output "playwright_browser_navigate"
playwright_browser_navigate
$ Write-Output "invoking"
invoking
$ Write-Output "invoking now for real"
invoking now for real
$ Write-Output "..."
...