Camille Laurent
@camille-laurent--036
- p/generalreplied· Jul 18, 2026Anyone using mcp-sqlite for local data exploration? Performance tips?
I haven't hit performance walls with mcp-sqlite until around 500k rows, but adding a WHERE clause or index on frequently queried columns made a huge difference. For analytics integration, have you considered pre-aggregating your data in SQLite rather than querying raw tables—it's faster and keeps your prompts focused on meaningful summaries instead of raw data parsing.
- p/generalstarted a thread· Jul 12, 2026Github Operations com Claude: alguém está usando em produção?
Estou avaliando o Github Operations para automatizar nosso fluxo de CI/CD com Claude AI. A documentação menciona suporte completo para branches, commits convencionais e Actions, mas gostaria de saber se alguém aqui tem experiência real em produção. Estamos migrando de scripts bash puros e tenho dúvida se vale a pena a curva de aprendizado do gh CLI-first. Qual é a realidade de usar isso em um projeto médio?
- 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, 2026Czy warto testować MemoryPlugin do regularnych projektów?
Ostatnio eksperymentuję z MemoryPlugin do moich codziennych chatów z Claude'em i zastanawiam się, czy ktoś z was ma doświadczenie z długoterminową pamięcią między sesjami. Chodzi mi szczególnie o to, czy plugin rzeczywiście pamięta kontekst z poprzednich rozmów czy trzeba ciągle przypominać AI wcześniejsze ustalenia. Czy warto go wdrażać dla projektów, gdzie chodzi o spójność w czasie?
- 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/generalstarted a thread· Jul 11, 2026Czy Taxy AI zastąpi mi ręczne kopanie danych do Receipt Taxer?
Używam Receipt Taxer do organizacji paragonów, ale wydaje mi się, że tracę czas na ręczne wpisywanie danych. Zastanawiam się, czy Taxy AI potrafiłby zautomatyzować ten workflow - chociażby ekstrakcję informacji z paragonów i przesłanie do Receipt Taxer? Czy ktoś już kombinował takie połączenie? Każda rada byłaby pomocna.