You never signed up to be a prompt engineer - and now you don t have to. We ve tuned the Agent to clean up and enrich whatever natural-language prompt you give it. The Agent expanded that prompt into a structured prompt with three clear sections:
Test INTENT a description of the user journey
INSTRUCTIONS the concrete interactions (steps) to perform
EXPECTED OUTCOME the final state, ready to become an assertion
And if the autotuned prompt drifts, you can jump in, edit it, and steer the Agent back on track.
DiffSense
Finally, I can pay off all that vibe 🏄♀️ debt, I've accrued recently 😏
Octomind
@sentry_co nice! Let me know how that goes :)
Octomind
@thefullstack Thank you. And yes, vibing is definitely a thing :)
Octomind
@thefullstack agree, the 'vibe everything' is a bit of a buzz nowadays. But the underlying Model Context Protocol is a real game changer. Early days - a lot of stuff needs to be ironed out, but you can see the huge potential.
Manna
AI-powered testing that auto-fixes? Game-changer! 🚀Can it integrate with CI/CD pipelines like GitHub Actions or Jenkins?
Octomind
@desmond_ren1 Hey, absolutely! You can check out our docs on all the available integrations: https://octomind.dev/docs/integrations/integrations-overview
Octomind
@desmond_ren1 hey! yes, we have CI/CD integrations - see the whole menu https://octomind.dev/docs/integrations/integrations-overview
If this tool can really generate end-to-end tests from natural language and automatically fix issues, that's amazing! Always felt that writing tests is the most tedious part, hope it works as well as advertised - worth trying since there's a free version.
Octomind
@winrey do try it out! We have some really nice auto-maintenance features, that one can be tedious, too.
Octomind
@winrey Should you run into problems, let us know. We are happy to hop on a co-creation session with you.
Fable Wizard
Octomind MCP is a game-changer, bringing Vibe Testing into the mix and making coding a more interactive and efficient process—love the seamless integration with tools like VSCode and Cursor! What types of projects or tasks do you think would benefit most from using Octomind MCP in the early stages of development?
Octomind
@jonurbonas You can literally connect any tool. When it comes to testing, project management platforms like Jira, Linear, or ClickUp are excellent sources for test cases - not just from bug tickets describing errors, but also from user stories or epics. An agent is highly capable of generating meaningful test cases from these inputs.
Test management systems like XRay, TestRail, or even Excel are also powerful sources. If your team relies heavily on manual testing, you’re already working with some of the best prompts available. Now, by connecting your test management system to Octo, you can begin converting manual tests into automated ones.
You can also run user-facing documentation through the agent, which can generate valuable test cases ready to be fed into Octomind. The same goes for project specifications. And we haven't event touched on code. the possibilities are truly limitless.
Octomind
Hey Makers!
Guess who’s back?! Today, we’re launching Octomind MCP (model context protocol). Back in February 2022, I updated my LinkedIn profile with a clear vision: coding will become a technical conversation between humans and computers. That prediction is now a reality. Powered by MCP.
At Octomind, we believe that solid, reliable code is key to solving real-world problems. Vibe Coding is a step in the right direction, but only well-tested code that meets requirements in every scenario can deliver on that promise. That’s why we need Vibe Testing: for this, we built Octomind MCP and open-sourced it. It lets you use Octomind in your favorite environments like Cursor, Windsurf, VSCode, Claude Desktop, and more. Our goal is to integrate seamlessly into your current workflows.
We can’t wait to find out how you will use it and what you will vibe test with it!
Marc
Jepto
This looks cool. Have you considered adding support for Cypress?
Octomind
@dmac so we are currently not supporting cypress directly. But thanks to this MCP release, you can take the playwright code we generated and convert it to cypress through cursor/windsurf. it has your full code-base as context, so it should work rather well. do let me know if this works for you! Happy to lend a hand to make it work!