You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that is so great about Windsurf (Which IMHO beats Cursor hands down) is its agentic flow where it actually goes through your codebase and then sends the relevant parts to the LLM. It's smart enough to read in chunks your large files and send the right context to LLM.
Please have a look at how Windsurf is doing that (I think even Aider has some smarts around it where it sends a codebase map to LLM which makes it so much easier on LLM to provide you correct replies).
For now the inability of 'Void' to auto deduct context out of your codebase makes it barely useful for us.
The text was updated successfully, but these errors were encountered:
Something that is so great about Windsurf (Which IMHO beats Cursor hands down) is its agentic flow where it actually goes through your codebase and then sends the relevant parts to the LLM. It's smart enough to read in chunks your large files and send the right context to LLM.
Please have a look at how Windsurf is doing that (I think even Aider has some smarts around it where it sends a codebase map to LLM which makes it so much easier on LLM to provide you correct replies).
For now the inability of 'Void' to auto deduct context out of your codebase makes it barely useful for us.
The text was updated successfully, but these errors were encountered: