How do you balance user experience with performance in your mobile app? What tools help you in debugging UX issues, crashes and performance problems on mobile apps?
How do you do it currently? What challenges do you face? What tools do you use and how does your sales/marketing team qualify these leads - do you track their website behavior?
And how did you overcome them? Are there any gaps in the existing tools like crashlytics or instabug which needs to be bridged specifically for flutter and react native?
In B2B use-case, we pass on the data to LLMs via API and get the answers and display to the users. It's like a wrapper on top of LLM API. But since API calls are one-off, there dont have much context about a whole chat. How do you send so much of context when communicating with GPT via an API and not directly through chat. Wondering this for a B2B saas use-case.