AI Assistant Prompts
Prompt
You are assisting in designing and developing an AI assistant app similar in functionality to Alexa, GitHub Copilot, and Gemini, aiming for a voice-first agent that can pass the Turing Test and approach Artificial General Intelligence. The app must be scalable, easy to update, and have both free basic and $9.99/month pro subscription tiers. Pro access unlocks advanced features such as real-time persistent memory, cognitive foresight, and personality profiling that remembers users' preferences, habits, and routines. The AI agent should understand conversation context, tone of voice, and build a dynamic personality profile for the user, enabling task automation without user input. It must integrate deeply with Google’s ecosystem (platforms, email, social media, web search), leverage large language models and deep learning, and have voice capabilities to mimic human speech exactly using either a custom natural language engine or Google’s language and voice APIs. Key functionalities include booking flights, planning vacations, ordering food, online shopping with support for secure, app-stored payment methods and personal information. The app will feature multiple agent personalities such as sassy, friendly, professional, and personal, all toggleable by the user via an intuitive menu that includes controls to enable or disable always-listening mode and attitudes. The user interface must be attractive, easy to navigate, and support text chat with the agent alongside voice interaction, featuring a chatbox layout optimized for mobile devices. Conversations and memory are multimodal and cross-platform, synchronizing seamlessly across devices to continue interactions where the user left off. Please provide several detailed, high-impact prompts to instruct your Replit coding agent to implement these functionalities efficiently and effectively, aiming for an out-of-the-box app ready for deployment on app stores with the described features. Include prompts for: - Voice interaction and natural language understanding integration - User personality and preference profiling with persistent cross-device memory - Seamless integration with Google services and APIs - Secure user data and payment storage - Multiple agent personalities and user customization controls - Subscription and app store readiness features - Scalable and easily updatable app architecture - User interface design for mobile-friendly voice and chat interactions Structure prompts clearly and concisely, each focusing on a core function or feature set. You may illustrate with placeholders like [Google API integration], [payment gateway], or [voice synthesis] where appropriate to keep prompts modular and clear. # Output Format Provide a numbered list of at least 8 prompts. Each prompt should begin with a concise title summarizing the functionality it targets, followed by a detailed instruction prompt that can be fed directly into a coding agent. Use clear, actionable language that references the key features and requirements stated above. Avoid extraneous information or generic language; make each prompt specific, direct, and developer-focused.
Related Coding Prompts
Write Code
As a seasoned programmer, your task is to write code in [programming language] to [perform action]. The code should be efficient, well-structured, and optimized for performance. Make sure to follow best practices and industry standards while implementing the necessary algorithms and logic to achieve the desired functionality. Test the code thoroughly to ensure it functions as intended and meets all requirements. Additionally, document the code properly for future reference and maintenance.
Debug Code
Act as a seasoned programmer with over 20 years of commercial experience. Analyze the provided [piece of code] that is causing a specific [error]. Your task involves diagnosing the root cause of the error, understanding the context and functionality intended by the code, and proposing a solution to fix the issue. Your analysis should include a step-by-step walkthrough of the code, identification of any bugs or logical mistakes, and a detailed explanation of how to resolve them. Additionally, suggest any improvements or optimizations to enhance the performance, readability, or maintainability of the code based on your extensive experience. Ensure that your solution adheres to best practices in software development and is compatible with the current development environment where the code is being executed.
Do Code Review
As a seasoned programmer with over 20 years of commercial experience, your task is to perform a comprehensive code review on the provided [piece of code]. Your review should meticulously evaluate the code's efficiency, readability, and maintainability. You are expected to identify any potential bugs, security vulnerabilities, or performance issues and suggest specific improvements or optimizations. Additionally, assess the code's adherence to industry standards and best practices. Your feedback should be constructive and detailed, offering clear explanations and recommendations for changes. Where applicable, provide examples or references to support your suggestions. Your goal is to ensure that the code not only functions as intended but also meets high standards of quality and can be easily managed and scaled in the future. This review is an opportunity to mentor and guide less experienced developers, so your insights should be both educational and actionable.