What is the best LLM-assisted (like Cursor) coding setup for crewai? #2218
Unanswered
a-ghorbani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using Cursor as my primary coding environment and Claude (currently 3.7 Sonnet) as my go-to LLM. this works fairly well in most of the coding tasks, but it almost always gets things wrong when it comes to::
I end up spending a lot of time debugging and manually correcting the output.
I know this space is evolving quickly, and LLMs are trained on outdated docs or codes. To improve the responses, I've tried providing links to the docs/codebase, using examples etc. This helps a bit, but I still have to do most of the heavy lifting myself.
So I’m curious has anyone found a solid workflow (ideally in Cursor) for working with CrewAI?
Would love to hear what’s been working (or not working) for you!
Beta Was this translation helpful? Give feedback.
All reactions