We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFCohere embedding model via AWS Bedrock fails with ValidationException: expected maxLength=2048 when using default token-based chunking.
THENReduce the chunk_size to a low value (e.g., 80) and chunk_overlap to 10, or implement custom character-based chunking to ensure each text chunk does not exceed 2048 characters.
IFCohere embedding model via AWS Bedrock fails with ValidationException when input text exceeds 2048 characters, even though chunk_size is set below the model's token limit.
THENConfigure the chunk_size parameter to ensure each text chunk does not exceed 2048 characters. Since Cohere via Bedrock enforces a character-based limit (not token-based), set chunk_size to a value that keeps chunks under 2048 characters. A workable chunk_size is 80 with chunk_overlap=10, but for larger chunks, implement a custom chunking strategy that splits text by character count using the model's maxLength parameter.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site