Meta Acquires AI Startup Stilla to Boost Instagram and WhatsApp Commerce
Meta Deploys Llama 3-Powered Meta AI Across WhatsApp, Instagram, and Messenger
Meta Platforms is rolling out its flagship AI assistant, powered by the Llama 3 model, directly into WhatsApp, Instagram, Facebook, and Messenger, according to announcements by CEO Mark Zuckerberg and reports by CNET. The integration brings real-time search capabilities and image generation tools to billions of active users, positioning the conversational agent deeper into daily communication channels while expanding commercial capabilities through the acquisition of Swedish startup Stilla.ai.
The Tech TL;DR:
- Core Engine: Meta AI is now driven by Llama 3, handling natural language generation and real-time data retrieval via Google and Bing integrations.
- Platform Footprint: The rollout covers Instagram, Facebook, Messenger, and WhatsApp, though Threads remains excluded from this deployment phase.
- Commercial Infrastructure: Meta is integrating Stilla.ai technology to power Meta Business Agent, facilitating transactions and automated customer interactions within social applications.
Under-the-Hood Architecture of Llama 3 and Real-Time Retrieval
The core architectural shift relies on Llama 3, Meta’s advanced text-based large language model. As detailed in deployment updates covered by CNET, the system accesses real-time information from external search engines to ground user prompts, reducing response latency for current queries. Unlike static models limited by outdated training cutoffs, Meta AI queries live web indexes to fetch schedule updates, regional recommendations, and platform-specific tips.
curl --request POST \
--url https://api.example.com/v1/chat/completions \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"model": "llama-3-structured",
"messages": [{"role": "user", "content": "Generate a deployment status summary."}],
"temperature": 0.7
}'
While the assistant handles text and image generation seamlessly across DMs and search bars, technical evaluations note occasional parsing quirks. For instance, when querying structured dates or ambiguous phrasing, the system occasionally misinterprets contextual modifiers, highlighting the ongoing challenge of deterministic parsing in stochastic natural language interfaces.
Conversational Commerce and the Stilla.ai Integration
Beyond consumer-facing chatbots, Meta is scaling enterprise utility through infrastructure acquisitions. Axios reported that Meta has acquired Swedish startup Stilla.ai to accelerate the development of Meta Business Agent. Founded in 2024 and backed by $5 million in pre-seed financing secured in January, Stilla’s engineering team will integrate directly into Meta’s product divisions to streamline automated customer service and transactional workflows.
This business agent architecture operates in parallel with consumer assistants like Muse, a personal agent designed to execute tasks across applications.
Ecosystem Deployment Realities and Ray-Ban Integration
The rollout extends beyond software interfaces into hardware ecosystems. According to CNET reporting, users can access Meta AI using Ray-Ban Meta smart glasses, bridging wearable computing with Meta’s social platforms. However, deployment is not uniform across all properties. While Instagram users can initiate chats via the direct message search bar with suggested prompts, Threads remains the sole Meta-owned property excluded from the current release wave.

Editorial Kicker
Meta’s aggressive integration of Llama 3 across consumer apps and commercial agents signals a definitive shift toward action-oriented AI, where chatbots transition from passive answer engines to active transactional participants.
*Disclaimer: The technical analyses and security protocols detailed in this article are for informational purposes only. Always consult with certified IT and cybersecurity professionals before altering enterprise networks or handling sensitive data.*