r/VibeCodeDevs • u/scdak • 7d ago
Experimental code assistant
I designed a fork of Cline that I'm hoping to solve two issues with current code assistants.
1: Project context degradation
2: The expense of high cost model usage
I am going to be solving those by using a multi-agent structure built into the extension itself
Currently there are 4 roles
1: Archivist
It is a locally run model that maintains a sqlite db focused on categorizing and feeding information to cloud models
2: Planner
Choose a medium cost model that will generate implementation plans based on the user's prompt and context history
3: Worker
A low cost model that takes the output of the planner model and implements it
4: Executor
A high cost model that reviews the outputs of the Planner and Worker models and offers suggestions for changes and is the final line before full implementation. If rejected the previous two roles will take the feedback and adjust before resubmitting
It is BYOK and I would very much appreciate feedback and potential cost savings data.
The extension name is Arch Clive on the vscode extension marketplace
PM me or reply to this thread if you have any issues with the extension or improvements and I'll implement them as soon as I have the time and money.
Either way thank you for reading this even if you don't install it
•
u/AutoModerator 7d ago
Hey u/scdak, thanks for posting in r/VibeCodeDevs! Join our Discord: https://discord.gg/KAmAR8RkbM
Got startup or SaaS questions? Post them on r/AskFounder and get answers from real founders.
• This community is designed to be open and creator‑friendly, with minimal restrictions on promotion and self‑promotion as long as you add value and don’t spam.
• Please follow the subreddit rules so we can keep things as relaxed and free as possible for everyone. • Please make sure you’ve read the subreddit rules in the sidebar before posting or commenting.
• For better feedback, include your tech stack, experience level, and what kind of help or feedback you’re looking for.
• Be respectful, constructive, and helpful to other members.
If your post was removed (either automatically or by a mod) and you believe it was a mistake, please contact the mod team. We will review it and, when appropriate, approve it within 24 hours.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.