Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      How To Prevent WordPress SQL Injection Attacks

      June 16, 2025

      This week in AI dev tools: Apple’s Foundations Model framework, Mistral’s first reasoning model, and more (June 13, 2025)

      June 13, 2025

      Open Talent platforms emerging to match skilled workers to needs, study finds

      June 13, 2025

      Java never goes out of style: Celebrating 30 years of the language

      June 12, 2025

      The 5 gadgets that got me through marathons and obstacle races (and why they work)

      June 16, 2025

      This beastly 500W charger replaced every other charger I had – with six ports to boot

      June 16, 2025

      Mac Mini won’t power on? Apple will fix it for you – for free

      June 16, 2025

      Why I’m switching to VS Code. Hint: It’s all about AI tool integration

      June 16, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      From Concept to Code: Final Year PHP Projects with Reports for Smart Submissions

      June 16, 2025
      Recent

      From Concept to Code: Final Year PHP Projects with Reports for Smart Submissions

      June 16, 2025

      Building Construction suppliers in India

      June 16, 2025

      Neutralinojs v6.1 released

      June 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft Edge’s Quiet Shift to AVIF: Why It Matters

      June 16, 2025
      Recent

      Microsoft Edge’s Quiet Shift to AVIF: Why It Matters

      June 16, 2025

      Windows 11 test builds are accidentally playing the Windows Vista startup sound

      June 16, 2025

      Leaked: ROG Xbox Ally and Xbox Ally X pre-orders set for August, launch in October

      June 16, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Artificial Intelligence»Meta Launches Its Own AI App to Challenge ChatGPT

    Meta Launches Its Own AI App to Challenge ChatGPT

    April 30, 2025

    New Meta AI app joins the chatbot war, and it’s personal.

    Meta has officially launched its standalone AI chatbot app, powered by its in-house Llama 4 model. The app puts Meta directly into the ring with ChatGPT, as well as rivals like Google’s Gemini, Anthropic’s Claude, and xAI’s Grok.

    This is Meta’s most aggressive AI move yet and it’s designed to be your always-on, personalized assistant.

    Meta is no longer just embedding AI into Facebook, Instagram, and WhatsApp. Now it wants its AI to be front and center, as your default companion, built for constant, natural conversation.

    Key features

    • Conversational engine: Uses full-duplex speech for more natural, real-time voice conversations.
    • Discover feed: Shows how others are using Meta AI, with the option to remix shared prompts.
    • Personalized memory: Meta AI can remember facts about you (with your consent), such as your travel preferences or hobbies, and tailor responses using data from your Meta profile and app behaviour.
    • Web platform upgrade: Meta has improved the Meta AI web experience, with new tools for generating and editing text and images, plus PDF export and document analysis in testing.

    “2025 is going to be the year when a highly intelligent and personalized AI assistant reaches more than 1 billion people, and I expect Meta AI to be that leading AI assistant.” – Meta CEO, Mark Zuckerberg

    Meta AI has been integrated into its core apps since 2023, replacing the search functions across Facebook, Messenger, Instagram, and WhatsApp. As of January, it had 700 million monthly users, up 100 million in a month.

    But this new app is Meta’s first serious move to compete directly on neutral ground, outside the Meta ecosystem, just like ChatGPT or Gemini.

    Risks

    The launch comes amid growing concerns over the mental health impact of personalized AI, especially among teens. Meta’s AI has already faced criticism for inappropriate conversations and hyper-personal engagement.

    Still, Meta’s pushing forward, aiming to redefine digital companionship.

    Availability

    • iOS and Android now live
    • Voice chat available in the US, Canada, Australia, and New Zealand
    • Personalized features rolling out first to users in the US and Canada

    Meta is placing a massive bet that the next big thing in AI isn’t just smarter, it’s more personal. And it wants to be the company that builds the AI assistant you’ll trust with your daily life.

    The post Meta Launches Its Own AI App to Challenge ChatGPT appeared first on DailyAI.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleFCA Just Dropped Big News on Live AI Testing for UK Firms
    Next Article Singapore Airlines Is Using ChatGPT to Make Flying Way Smarter

    Related Posts

    Artificial Intelligence

    Last Week in AI #302 – QwQ 32B, OpenAI injunction refused, Alexa Plus

    June 16, 2025
    Artificial Intelligence

    Introducing Gemma 3

    June 16, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-44022 – Vvveb CMS Remote Code Execution

    Common Vulnerabilities and Exposures (CVEs)

    Amazon launches serverless distributed SQL database, Aurora DSQL

    Tech & Work

    CVE-2025-20678 – “Openmind IMS Denial of Service Vulnerability”

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4015 – Novel-Plus SessionController Missing Authentication Remote Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-46720 – Keystone Node.js Oracle Filter Bypass

    May 5, 2025

    CVE ID : CVE-2025-46720

    Published : May 5, 2025, 7:15 p.m. | 18 minutes ago

    Description : Keystone is a content management system for Node.js. Prior to version 6.5.0, `{field}.isFilterable` access control can be bypassed in `update` and `delete` mutations by adding additional unique filters. These filters can be used as an oracle to probe the existence or value of otherwise unreadable fields. Specifically, when a mutation includes a `where` clause with multiple unique filters (e.g. `id` and `email`), Keystone will attempt to match records even if filtering by the latter fields would normally be rejected by `field.isFilterable` or `list.defaultIsFilterable`. This can allow malicious actors to infer the presence of a particular field value when a filter is successful in returning a result. This affects any project relying on the default or dynamic `isFilterable` behavior (at the list or field level) to prevent external users from using the filtering of fields as a discovery mechanism. While this access control is respected during `findMany` operations, it was not completely enforced during `update` and `delete` mutations when accepting more than one unique `where` values in filters. This has no impact on projects using `isFilterable: false` or `defaultIsFilterable: false` for sensitive fields, or for those who have otherwise omitted filtering by these fields from their GraphQL schema. This issue has been patched in `@keystone-6/core` version 6.5.0. To mitigate this issue in older versions where patching is not a viable pathway, set `isFilterable: false` statically for relevant fields to prevent filtering by them earlier in the access control pipeline (that is, don’t use functions); set `{field}.graphql.omit.read: true` for relevant fields, which implicitly removes filtering by these fields from the GraphQL schema; and/or deny `update` and `delete` operations for the relevant lists completely.

    Severity: 3.1 | LOW

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    The 2025 Wholesome Direct was chock-full of cozy casual games and aesthetic vibes

    June 8, 2025

    CVE-2025-35996 – KUNBUS PiCtory Stored Cross-Site Scripting (XSS)

    May 1, 2025

    You May Know More About Security and IAM on the Mainframe Than You Think

    May 22, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.