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.
IFUsing ESP32-C3 or original ESP32 for CSI sensing results in insufficient single-core performance for DSP.
THENReplace with an ESP32-S3 ($9) which has dual-core and full CSI support. Flash the appropriate firmware using esptool and provision WiFi as documented.
IFThe PyTorch MPS backend for Apple Metal is known to produce incorrect results for basic tensor operations, such as torch.arange(10, device='mps') returning all zeros and torch.ones(...).type(torch.int32) returning garbage values.
THENBefore relying on the MPS backend for production workloads, validate its correctness on critical operations. Consider using CPU until these PyTorch bugs are resolved. Monitor the official PyTorch issue tracker for fixes.
IFWiFi CSI-based human sensing produces zero data or fails to capture frames, often due to using unsupported consumer WiFi hardware like a laptop's built-in WiFi dongle.
THENVerify hardware is on the supported list: ESP32-S3 (native promiscuous mode, ~$8), Intel 5300 NIC (modified firmware, ~$15 used), or Atheros AR9580 (ath9k patches, ~$20 used). Use the ESP32-S3 for easiest setup. Flash the firmware from `firmware/esp32-csi-node/` and run the Rust aggregator to confirm frame arrival.
IFESP32-C3 or original ESP32 used for WiFi CSI sensing fails to produce correct outputs.
THENReplace with ESP32-S3 (dual-core), which has sufficient DSP capabilities for CSI processing. The original ESP32 and C3 are single-core and cannot handle the required signal processing.
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