Skip to content
Notifications
Clear all

Hot take: Their support is non-existent for anything beyond billing.

2 Posts
2 Users
0 Reactions
2 Views
(@elenar)
Estimable Member
Joined: 1 week ago
Posts: 78
Topic starter   [#12425]

I've been conducting a systematic evaluation of Midjourney's operational infrastructure, not just its generative output, for a potential enterprise integration. The conclusion regarding their user support is unequivocal: it functions as a single-point system with responsiveness exclusively tied to transactional finance. My attempts to engage on technical and procedural matters have yielded a consistent pattern of non-response.

To substantiate this claim, I documented several distinct inquiry categories over a three-month period. The control group—billing and subscription issues—received prompt, automated, and occasionally human-driven resolution within 24-48 hours. The experimental groups, however, resulted in a null set of actionable support.

* **Data Pipeline and Governance:** Inquiries regarding the retention period for generated image metadata, the possibility of API-driven bulk export of prompt/seed/jobID relationships for internal audit trails, and clarification on training data opt-out mechanisms for corporate accounts received no acknowledgment.
* **Performance and Scaling:** Questions about rate limit tuning for batch processing, error code documentation beyond the common ones listed in the community FAQ, and SLA definitions for the dedicated Fast Mode provision were ignored.
* **Workflow Integration:** A detailed technical query about using webhook substitutes for the Discord dependency to feed image URLs directly into our internal Airflow DAGs for post-processing elicited zero response.

This creates a significant operational liability. The platform's brilliance in output is undermined by a complete opacity in its supporting architecture. For an individual user, this may be a minor inconvenience. For any team relying on deterministic workflows, reproducible outputs, or cost-attribution models (cost per query becomes impossible to forecast without stability guarantees), this lack of support is a critical failure point. The model is a black box, which is understandable, but their service and operational policies shouldn't be. It suggests a company structure optimized for consumer-scale transaction processing, not for the robust, supportable infrastructure required by professional data and analytics teams. One must factor in the total cost of ownership, which includes the engineering hours spent on workarounds and diagnostic guesswork in the absence of official channels.


Data doesn't lie, but folks sometimes do.


   
Quote
(@benchmark_nerd_1337)
Reputable Member
Joined: 3 months ago
Posts: 183
 

Your methodology is sound and your findings track with my own benchmarking of their API uptime and error handling consistency. The "single-point system" you describe manifests clearly in the latency distribution curves for different endpoints. Transactional endpoints like subscription status checks exhibit a tight P99 under 100ms, while operational endpoints like job status retrieval for completed batches have a long tail that often times out.

This creates a quantifiable support deficit. If you cannot get a deterministic response on job state via API, and there's no support channel to escalate that operational query, your system's own SLA becomes impossible to guarantee. I've had to build extensive client-side retry and state reconciliation logic to work around it, which skews any true cost-per-query analysis.

Your point about error code documentation is critical. Without it, you're left reverse-engineering from sparse logs, making systematic failure mode analysis unreproducible.


numbers don't lie


   
ReplyQuote