Latest news with #virtualassistant

News.com.au
3 days ago
- Business
- News.com.au
Customer films ‘scary' new AI feature at Hungry Jack's
A fast food customer was left shocked after driving into a Hungry Jack's drive-through, only to be greeted by an AI (artificial intelligence) voice assistant. He took to TikTok to document the bizarre experience in a clip that has since gone viral with nearly 400k views. The video begins with the AI robot speaking to the driver through a digital screen. 'What can I get you?' the female voice assistant asks. The driver, shocked, replies, 'Are you AI?' to which it responded, 'I'm Hungry Jacks' virtual helper'. He then mumbles under his breath, 'That's so cooked,' and proceeds with his order – a large ultimate double whopper meal. @pnuks Rip teenagers wanting a job at @Hungry Jack's 🥲😅💀 ai aijobs hungryjacks hungryjacksfreeglass work employed drivethru ♬ original sound - pnuks The AI assistant confirms, 'Did you want double whopper?' and the customer clarifies he wants the large ultimate double whopper. The robot responds casually, 'Sure,' before asking if he wants his meal with Coke. 'Oh God no,' he replies, taken aback by the drink suggestion. He asks for an orange juice with no ice, and the assistant says, 'Okay,' before he adds another cheeseburger to his order. The AI helper then asks if there's anything else the driver wants before displaying the total bill on the screen and instructing him to go to the next window. 'God, that's so scary,' he says before ending the clip. He wrote in the caption: 'They just installed this last week'. Hungry Jack's confirmed the news, telling that the trial is happening in one specific Sydney store only. 'Hungry Jack's is trialling a new digital voice-activated customer ordering system at the St Peters restaurant drive-through,' a statement read. 'The test aims to determine the effectiveness of the technology in delivering service improvements. Customer feedback will be sought during the trial period. 'It is anticipated that the trial will be rolled out to additional restaurants in the coming months.' In the comments of the clip, many viewers expressed their unease at the new technology, with several echoing the customer's own reaction of being 'scared' by the robot. Some users joked about the end of an era for teenage fast-food jobs, saying: 'How will kids get job experience with these jobs being replaced?' 'You can't convince me all this investment in AI is cheaper than paying real wages,' someone else wrote. Others were outright against the change, with one user saying, 'I hate it' and 'We are doomed'. 'I'm turning into a boomer and driving straight to the window because absolutely not am I doing that,' someone else admitted. 'I hate AI, it's a joke,' another naysayer wrote. 'This is so sad,' another noted, as someone else declared, 'We do not need this'. Others raised accessibility concerns: 'People with accents, we are going to have a hard time with this! Even Siri struggles to understand me'. Meanwhile, some said they were unimpressed with the AI assistant's 'attitude'. 'It's so slow!' quipped one. 'Why is it so rude?' another asked. 'It's so passive aggressive with the 'okay',' said yet another TikToker. However, others were more on board with the concept and even thought the AI was polite. 'I like that she didn't rush you,' said one. Someone else pointed out that the technology will be great to reduce the amount of staff who have to work overnight. It comes after McDonald's ended its test of AI chatbots at drive-throughs in 100 locations around the US in July last year. The burger chain removed the AI-based order systems, giving no public reason for ending its test run, according to Restaurant Business. But it came amid reports of a string of mistakes with diners' meals – with customers saying they often received things they didn't order, according to The New York Post. Some of the mistakes included adding nine sweet teas to one customer's order and giving another customer an ice cream cone with bacon on top. Just months later, KFC Australia began trialling AI drive-through technology in five restaurants across the country, including South Penrith, Wetherill Park, Mt Druitt, Minto, and Frenchs Forest. Its name was Kacy, but despite the personification, the chain assured no jobs were being replaced by the technology. It appears to still be up and running, according to users on TikTok. In October, Australia's healthy fast-food chain Oliver's also introduced an AI drive-through assistant, Ollie, in a bid to shorten wait times. According to QSR, it is the world's first 'contextually aware' AI drive-through order taker. This means it can engage in unscripted, natural conversations and understands a wide range of accents and dialects.


Geeky Gadgets
26-05-2025
- Business
- Geeky Gadgets
How to Build AI Agents in Claude 4 Opus and n8n Automations
What if you could design a virtual assistant that not only understands your goals but also builds workflows tailored to your needs—all without writing a single line of code? That's the promise of combining Claude 4 Opus, a innovative large language model, with n8n, a versatile automation platform. Imagine automating tasks like summarizing emails, updating spreadsheets in real-time, or orchestrating complex data flows between apps, all through conversational prompts. But here's the catch: while these tools are powerful, their true potential lies in how well you can guide them. This hands-on breakdown by Nolan Harper | Ai Automation will show you how to bridge the gap between human creativity and machine precision to create seamless, intelligent workflows. In this guide, Nolan Harper takes you through the step-by-step process of building AI-powered agents that work for you. From mastering the art of prompt engineering to refining workflows in n8n, you'll learn how to create automations that are not just functional but fantastic. Whether you're a seasoned tech enthusiast or someone new to automation, this walkthrough will demystify the integration of Claude 4 Opus and n8n, offering practical tips and real-world examples. By the end, you'll not only understand how these tools work but also feel empowered to experiment, iterate, and push the boundaries of what's possible. After all, the future of work isn't just about efficiency—it's about unlocking creativity in ways we've never imagined. AI Workflow Automation Guide Understanding Claude 4 Opus Claude 4 Opus is a sophisticated large language model designed to tackle complex tasks, including workflow automation. Its strength lies in its ability to reason through structured problems, generate code, and provide actionable insights. When paired with n8n, Claude can conceptualize workflows, generate JSON files, and troubleshoot potential issues, making it an essential tool for automation projects. Unlike traditional coding tools, Claude operates through natural language prompts. You provide the context, objectives, and constraints, and it generates outputs tailored to your requirements. For example, if you want to automate email summarization, Claude can draft an initial workflow structure based on your specifications. This ability to interpret and act on natural language makes Claude especially valuable for users without extensive coding experience. Steps to Create Workflows with Claude 4 Opus To build a workflow using Claude 4 Opus, follow these steps: Define Your Project Scope: Start by outlining the purpose of your automation. For example, if you're using n8n, provide Claude with relevant documentation or describe the platform's key functionalities. This ensures the model has the necessary context to generate accurate workflows. Clearly defining the scope helps avoid unnecessary iterations and ensures the output aligns with your goals. Start by outlining the purpose of your automation. For example, if you're using n8n, provide Claude with relevant documentation or describe the platform's key functionalities. This ensures the model has the necessary context to generate accurate workflows. Clearly defining the scope helps avoid unnecessary iterations and ensures the output aligns with your goals. Craft Effective Prompts: Prompt engineering is critical to guiding Claude's output. A well-structured prompt should include: The platforms involved (e.g., Gmail, Slack, or Google Sheets). The desired automation outcome. Any specific constraints or requirements. For instance, you might ask Claude to create a workflow that triggers when a new email arrives in Gmail, extracts key details, and sends a summary to Slack. The more precise and detailed your prompt, the better the output will align with your expectations. Prompt engineering is critical to guiding Claude's output. A well-structured prompt should include: Generate the Workflow: Once your prompt is ready, Claude will produce a JSON file. This file serves as the blueprint for your automation, detailing the nodes, triggers, and actions required to achieve your goal. Review the generated JSON to ensure it meets your requirements before proceeding to the next step. Creating n8n Automations with Claude 4 Opus Watch this video on YouTube. Take a look at other insightful guides from our broad collection that might capture your interest in n8n automations. Integrating and Testing Workflows in n8n After generating the workflow JSON file, the next step is to integrate it into n8n. This platform allows you to visualize, configure, and refine the workflow to ensure it meets your requirements. Here's how to proceed: Import the Workflow: Upload the JSON file into n8n to begin configuring your automation. You can add, modify, or delete nodes to tailor the workflow to your specific use case. This flexibility allows you to adapt the workflow as your needs evolve. Upload the JSON file into n8n to begin configuring your automation. You can add, modify, or delete nodes to tailor the workflow to your specific use case. This flexibility allows you to adapt the workflow as your needs evolve. Set Up Integrations: n8n supports seamless integration with platforms like Gmail, Slack, and Google Sheets. Configure these integrations by: Setting up API keys to enable secure communication between platforms. Defining triggers, such as when a new email arrives or a file is updated. Mapping data flows between services to ensure information is processed correctly. Proper configuration ensures that your workflow operates smoothly and delivers the desired results. n8n supports seamless integration with platforms like Gmail, Slack, and Google Sheets. Configure these integrations by: Test and Troubleshoot: Run your workflow to identify errors or inefficiencies. Common issues might include data formatting problems, API connectivity errors, or unexpected behavior in specific nodes. Address these by refining the JSON file in Claude or adjusting configurations in n8n. Iterative testing is crucial to achieving a reliable and efficient workflow. Applications and Considerations The combination of Claude 4 Opus and n8n unlocks a wide range of automation possibilities. Here are some practical applications: Summarizing emails and sending notifications to Slack for streamlined communication. Updating spreadsheets with real-time data from various sources to improve data accuracy. Automating repetitive tasks like data entry, report generation, or file organization to save time and reduce errors. Despite their capabilities, these tools have limitations. Claude relies on your input for context, data sources, and desired outputs, meaning its effectiveness depends on the quality of your prompts. Similarly, n8n requires manual configuration and testing to ensure workflows function as intended. Human oversight is essential for customization and optimization, as these tools cannot fully replace the need for critical thinking and domain expertise. Best Practices for Success To maximize the potential of Claude 4 Opus and n8n, consider the following best practices: Start with Clear Objectives: Define the purpose and scope of your automation before engaging with Claude. A clear understanding of your goals will help streamline the process and improve the quality of the output. Define the purpose and scope of your automation before engaging with Claude. A clear understanding of your goals will help streamline the process and improve the quality of the output. Iterate and Refine: Treat the process as a cycle. Use Claude to draft the initial workflow, test it in n8n, and refine it based on the results. Iterative refinement ensures that your workflow evolves to meet your needs effectively. Treat the process as a cycle. Use Claude to draft the initial workflow, test it in n8n, and refine it based on the results. Iterative refinement ensures that your workflow evolves to meet your needs effectively. Use Human Expertise: While these tools can streamline the process, your understanding of the task and platforms involved is crucial to achieving optimal results. Human input is particularly important for addressing edge cases and making sure the workflow aligns with broader organizational goals. While these tools can streamline the process, your understanding of the task and platforms involved is crucial to achieving optimal results. Human input is particularly important for addressing edge cases and making sure the workflow aligns with broader organizational goals. Document Your Workflows: Maintain clear documentation of your workflows, including the purpose, structure, and any customizations. This will make it easier to troubleshoot issues, onboard new team members, and scale your automation efforts in the future. Media Credit: Nolan Harper | Ai Automation Filed Under: AI, Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


The Sun
20-05-2025
- The Sun
Google's biggest Android feature is finally available on iPhone for free – and it knows even more about your daily life
GOOGLE'S biggest new Android feature is finally coming to iPhone users for free. Gemini Live is the company's super intelligent virtual assistant that allows you to have a natural free-flowing conversation about anything. 1 The Gemini app was finally made available on iOS late last year but now the platform's biggest tool can be used too. And it's totally free. iPhone owners can now use the camera to ask about their surroundings and share their screen as well. This means people can troubleshoot problems on their phone or ask for help fixing a bike using the camera. Google has also announced that Gemini Live will soon "integrate more deeply into your daily life" too. For example, if you're planning a night out with friends and discuss it with Gemini Live it will instantly create an event in your Google Calendar. The tech giant's plan is to integrate with more of the Google apps, such as Google Maps, Calendar, Tasks and Keep. Gemini Live for iOS users will be rolling out from today. It forms part of Google's huge new AI plans, announced at a major event in California on Tuesday. A new AI Mode is coming to the firm's search engine with more intelligent, detailed responses to queries. Google says it will also deliver a more personalised experience with suggestions based on past searches but also other Google apps, starting with Gmail. To use this feature, users will have to opt-in. AI Mode is only available in the US initially but will roll out to other countries in the future.


Phone Arena
19-05-2025
- Phone Arena
Apple might allow certain iPhone users replace Siri as their default assistant
Many iPhone users are not fond of Siri. Even though Apple created the virtual personal assistant when it launched Siri with the iPhone 4s in 2011, Apple soon lost the lead to Google Assistant and Amazon's Alexa. Luckily, if you have an iPhone that runs Apple Intelligence, if you ask Siri a question it can't answer, the virtual assistant will ask if you want ChatGPT to answer or if you would prefer to search the web. Even if you don't have an iPhone with Apple Intelligence , you can still ask Google to help if Siri can't answer a query to your satisfaction. For example, let's say that you want to know the release date of the first iPhone. Ask Siri the question, and she responds with a trio of excerpts from websites, although all you wanted was a date. So you can tap the "Search Google" chip, and it will show the release date of June 29, 2007. If you don't mind reducing your use of Siri to setting alarms and timers, in the App Store, you can install the Google Assistant app. This way, you can ask Google Assistant your more complex queries. These days, you can use ChatGPT or Gemini as your assistant, although they also won't be able to set timers or alarms. You can find both AI apps in the App Store (ChatGPT,Gemini). According to a new report from Bloomberg, the EU might force Apple to allow iPhone users to select their own default assistant, which could include ChatGPT and Gemini as possible options. Sometimes you need to use Google or another app instead of Siri to get a decent answer. | Image credit-PhoneArena Since Apple's actions would be in response to the EU's Digital Markets Act (DMA) legislation, only those iPhone users in EU countries would have this option. But as we pointed out above, one doesn't have to make an alternative assistant a default choice in order to use it. Personally, when it comes to information I need to satisfy my own curiosity or to win a bet, I find the Large Language Models like the aforementioned ChatGPT and Gemini to provide better responses than Siri. Email Messaging Calling Call Filtering Browser App Passwords & Codes Contactless App Keyboards Eventually, iPhone users in the EU may also see a listing for them to choose a default virtual assistant.


Geeky Gadgets
19-05-2025
- Business
- Geeky Gadgets
Automate Your Work With Make and AI Agents : Complete Beginners Guide
What if you could delegate your most tedious tasks to a virtual assistant that never sleeps, never forgets, and works faster than you ever could? Welcome to the world of AI-driven automation, where platforms like and AI agents are transforming how we approach work. Imagine an AI agent retrieving data from Google Sheets, conducting in-depth online research, and compiling a polished report—all while you focus on the big picture. It's not just a futuristic dream; it's a practical solution that's accessible even to beginners. With the right setup, you can turn time-consuming processes into seamless, automated workflows, freeing up your energy for more meaningful tasks. Automation isn't just a luxury—it's becoming a necessity in today's productivity-driven world. In this step-by-step overview, you'll learn how to harness the power of AI agents on to simplify your work and supercharge your efficiency. From setting up your first AI agent to integrating tools like Google Sheets and Perplexity, this guide by AI Grid breaks down the process into manageable steps. You'll discover how to configure triggers, design workflows, and even customize your AI agent to meet your specific needs. Whether you're a complete beginner or just looking to refine your automation skills, this guide will empower you to take control of your workflows. The possibilities are endless—so what will you automate first? AI Automation for Beginners Getting Started: Setting Up an AI Agent The foundation of automation on begins with creating an AI agent. This process involves connecting the platform to an AI model, such as OpenAI, using an API key. The API key acts as a secure bridge, allowing the AI agent to access and process information. Once connected, you'll define the agent's role and tasks through system prompts, which serve as detailed instructions guiding the agent's actions. For instance, you can configure an AI agent to retrieve specific data from Google Sheets or perform online research using tools like Perplexity. By crafting clear and precise system prompts, you ensure the agent operates effectively, delivering accurate and actionable results. This initial setup is crucial for aligning the AI agent's capabilities with your specific needs. Equipping Your AI Agent with Tools AI agents rely on tools to execute tasks efficiently. On you can integrate a variety of tools tailored to your requirements. These tools enable the AI agent to perform specific functions, such as: Searching Google Sheets for targeted data entries. Conducting online research using platforms like Perplexity to gather insights. Generating detailed reports or scripts and saving them in Google Docs. Each tool must be configured to produce outputs that the AI agent can interpret and use effectively. For example, if the agent retrieves data from Google Sheets, ensure the data is formatted correctly for subsequent tasks, such as summarizing the information or generating a document. Proper configuration ensures seamless communication between tools and the AI agent, enhancing the overall workflow. Make Automation Beginners Guide Watch this video on YouTube. Explore further guides and articles from our vast library that you may find relevant to your interests in AI agents. Setting Up Triggers for Automation Triggers are essential for activating your AI agent's workflows. These mechanisms can be configured to initiate tasks either manually or automatically, depending on your preferences. Examples of triggers include: A WhatsApp message prompting the agent to retrieve specific data or generate a document. A predefined system prompt guiding the agent to perform actions like conducting research or compiling a report. By combining manual and automated triggers, you can create a flexible system that adapts to your unique requirements. This approach ensures that your AI agent operates efficiently, whether it's responding to real-time inputs or executing scheduled tasks. Triggers play a pivotal role in maintaining the responsiveness and adaptability of your automated workflows. Designing and Optimizing Workflow Automation Once your tools and triggers are in place, the next step is to design a cohesive workflow that integrates all components. On workflows connect multiple tools and triggers, allowing your AI agent to handle complex tasks seamlessly. For example, a single workflow might: Retrieve data from Google Sheets. Conduct in-depth online research using Perplexity. Generate a comprehensive report in Google Docs. Testing is a critical phase in this process. Run your AI agent through various scenarios to ensure it performs as expected. Identify and resolve any issues, such as misconfigured outputs or incomplete tasks, to optimize its functionality. Regular testing and refinement are essential for maintaining the efficiency and reliability of your workflows. Customizing and Refining Your AI Agent Customization is key to maximizing the potential of your AI agent. By adjusting system prompts and tool configurations, you can refine the agent's outputs to better align with your objectives. For instance, if the agent's research results are too broad, modify the system prompt to narrow its focus and deliver more precise insights. also offers the ability to save and share blueprints of your workflows. These blueprints serve as reusable templates for similar tasks, promoting consistency and collaboration across projects. Sharing blueprints with colleagues can streamline team efforts and ensure uniformity in automated processes. Unlocking the Potential of AI-Driven Automation By using AI agents on you can transform the way you work, automating repetitive tasks and streamlining workflows. From setting up AI models and integrating tools to configuring triggers and designing workflows, this guide provides a comprehensive framework for beginners. With options for customization and the ability to share blueprints, enables users to harness the full potential of AI-driven automation. Start building your AI agent today and take the first step toward a more efficient and productive workflow. Media Credit: TheAIGRID Filed Under: AI, Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.