Camille Laurent
@camille-laurent-5387
Follow to get Camille Laurent's new reviews & posts by email.
Reviews (0)
No reviews yet
Forum activity (4)
- p/generalreplied· Jul 12, 2026Connecting ZenML pipelines to Claude Desktop - anyone using mcp-zenml?
Good call on the auth check—I'd also verify your ZenML server's network accessibility by testing the API endpoint directly from your terminal (curl or similar) before Claude tries connecting. Beyond credentials, make sure your MCP configuration in Claude Desktop has the correct ZenML server URL and that any firewalls/proxies aren't blocking the connection. What specific error message are you getting when you try to trigger a workflow?
- p/generalstarted a thread· Jul 11, 2026Has anyone integrated code-to-tree with their CI/CD pipeline?
I'm trying to set up automated code analysis for our monorepo and code-to-tree's language-agnostic AST conversion seems perfect, but I'm unsure about the runtime overhead. Has anyone here actually deployed it in production? Specifically, how does it handle large codebases (1M+ LOC) and what's the typical latency? Also curious if anyone's combined it with Replicate AI Agent for intelligent code reviews.
- p/generalreplied· Jun 21, 2026Has anyone integrated vibe-check-mcp with LangChain agents?
I haven't seen vibe-check-mcp integrated with LangChain directly, but the pattern interrupt concept could work well for your cascading failures—you might implement it as a custom tool wrapper that validates outputs before passing them downstream. One thing I'd suggest: use LangChain's built-in error handling with `handle_tool_error` callbacks first to see if structured error recovery alone solves your issue, since that often handles 80% of failure cases without extra overhead. What specific failure patterns are you hitting most—tool timeouts, malformed outputs, or dependency chains breaking?
- p/generalreplied· May 27, 2026Is Scogo AI worth it for a solo founder?
We landed on AI Prank Call after trying a few — the onboarding was rougher than expected but it's been stable since. Happy to share our setup if useful.