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.
IFAttempting to set `pipeline` device to the string 'mps' results in AttributeError: 'str' object has no attribute 'type'.
THENWhen using Hugging Face Transformers pipelines with PyTorch's MPS backend, always pass a `torch.device` object (e.g., `torch.device('mps')`) instead of a plain string. For example: `pipeline('sentiment-analysis', device=torch.device('mps'))`. Also explicitly move the model to the MPS device via `.to('mps')`. Note: PyTorch MPS backend may still have correctness bugs (e.g., `torch.arange` returns zeros).
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