{"id":8276,"date":"2026-01-08T09:59:00","date_gmt":"2026-01-08T14:59:00","guid":{"rendered":"https:\/\/news.ftcpublications.com\/core\/?p=8276"},"modified":"2026-01-07T23:13:17","modified_gmt":"2026-01-08T04:13:17","slug":"smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates","status":"publish","type":"post","link":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/","title":{"rendered":"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates"},"content":{"rendered":"\n<p>Smartphone makers are moving generative AI directly onto devices, enabling features that work without connectivity. This shift reduces dependence on cloud servers and lowers latency for everyday tasks. It also reframes long\u2011running debates around privacy, data governance, and energy use. With momentum building, consumers and regulators are watching the trade\u2011offs closely.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What on\u2011device generative AI actually delivers<\/h2>\n\n\n\n<p>On\u2011device generative AI runs models locally to create text, images, and audio. These models summarize notes, rewrite emails, generate images, and translate speech. Because processing stays on the phone, results arrive faster and remain available offline. That technical change carries important consequences for user trust and product design.<\/p>\n\n\n\n<p>Vendors pair compact models with optimized runtimes to meet mobile constraints. They compress weights, reduce precision, and prune parameters for speed. They also exploit specialized neural processing units that accelerate matrix operations efficiently. Together, these techniques turn research prototypes into practical mobile assistants.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Major smartphone announcements and capabilities<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Apple emphasizes hybrid intelligence and privacy<\/h3>\n\n\n\n<p>Apple introduced Apple Intelligence with a strong on\u2011device foundation across supported devices. Many writing tools, prioritization features, and image capabilities run locally for responsiveness. When tasks exceed local capacity, Apple routes them to Private Cloud Compute. That service uses Apple silicon servers and discards data after completion.<\/p>\n\n\n\n<p>Apple restricts features to newer chips that can handle model workloads efficiently. The company highlights data minimization, transparency reports, and independent verifiability for cloud escalation. Several features continue working without a network during travel or poor coverage. That design aligns with Apple\u2019s longstanding privacy positioning.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Google ships Gemini Nano for Pixel devices<\/h3>\n\n\n\n<p>Google brought Gemini Nano to select Pixel phones to power on\u2011device intelligence. Recorder summarization, smart replies, and context features run locally under constrained resources. The approach reduces latency and helps sensitive content remain on the handset. It also supports functionality when mobile data is unavailable or restricted.<\/p>\n\n\n\n<p>Google continues offering larger cloud models for complex reasoning. The company therefore maintains a hybrid architecture similar to peers. Developers can target on\u2011device APIs for speed and privacy by default. They can also choose cloud\u2011backed endpoints when tasks demand broader capabilities.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Samsung blends device and cloud with Galaxy AI<\/h3>\n\n\n\n<p>Samsung released Galaxy AI features across its flagship lineup with a hybrid plan. Interpreter mode can translate conversations on\u2011device without a data connection. Other features may rely on cloud processing depending on user settings. Samsung highlights user choice and toggles that reveal processing locations clearly.<\/p>\n\n\n\n<p>The company leverages specialized accelerators to handle text and multimodal workloads. Samsung also coordinates with chip partners to optimize runtimes for thermals. This coordination keeps interactive features responsive during extended sessions. It also helps preserve battery life during daily use.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Other Android makers expand local assistants<\/h3>\n\n\n\n<p>Several Android manufacturers ship offline translation, summaries, and image tools on device. These offerings typically combine compact language models with efficient speech systems. The result supports travel scenarios, classrooms, and field work without connectivity. It also reduces dependence on unpredictable roaming networks and costs.<\/p>\n\n\n\n<p>Vendors differentiate with camera integrations, voice features, and system\u2011wide writing tools. They also promote privacy benefits as a key selling point. Carrier partners increasingly market these capabilities alongside network upgrades. That alignment suggests a new competitive axis across the smartphone market.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why privacy and governance debates are shifting<\/h2>\n\n\n\n<p>On\u2011device processing keeps personal data within a phone\u2019s secure boundaries. That change reduces exposure to interception, misconfiguration, or broad data retention. It also aligns with data minimization principles found in global regulations. Users gain confidence when sensitive materials never leave their devices.<\/p>\n\n\n\n<p>However, governance does not end with local processing advances. Users still need clear disclosures about when tasks escalate to cloud. They also deserve controls over model access to microphones and files. Transparent indicators and logs support accountability across complex model choices.<\/p>\n\n\n\n<p>Regulated sectors see specific advantages from local inference. Healthcare, finance, and government often restrict data movement and storage. On\u2011device models can respect those constraints while delivering productivity improvements. That combination may accelerate pilot programs within compliance frameworks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Performance, energy, and thermal trade\u2011offs<\/h2>\n\n\n\n<p>Local models reduce network latency dramatically for interactive tasks. They also eliminate server round\u2011trips that introduce jitter during conversations. Yet performance gains compete with battery and thermal realities. Phone designs must sustain workloads without uncomfortable heating or rapid drain.<\/p>\n\n\n\n<p>Manufacturers deploy quantization, distillation, and operator fusion to save energy. They also schedule workloads across CPU, GPU, and NPU intelligently. Adaptive throttling keeps sessions smooth during longer interactions. Careful chunking and streaming maintain responsiveness without overwhelming memory bandwidth.<\/p>\n\n\n\n<p>Users care about reliability when connectivity fluctuates or data caps apply. Offline operation keeps assistants useful in tunnels, flights, and remote areas. Faster responses encourage repeated use across short, frequent tasks. Those dynamics reinforce adoption and measurable satisfaction gains.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Model architectures and mobile runtimes<\/h2>\n\n\n\n<p>Phone\u2011ready models typically use parameter counts suited to memory limits. Developers target small language models with careful vocabulary and context windows. They also deploy multimodal encoders for images, speech, and sensor input. This combination supports everyday tasks without requiring massive server clusters.<\/p>\n\n\n\n<p>Runtimes translate models into efficient device instructions. Apple\u2019s Core ML accelerates operators with secure enclaves and scheduling. Android devices rely on NNAPI, vendor SDKs, and Vulkan pathways. ONNX Runtime Mobile and similar tools bridge frameworks and silicon.<\/p>\n\n\n\n<p>Advances in attention kernels and memory mapping reduce overhead further. Flash\u2011style attention and paged caching help long sequences stream smoothly. Mixed precision keeps accuracy acceptable while reducing compute costs. These techniques make conversational experiences viable on mainstream hardware.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Developer ecosystem and app experiences<\/h2>\n\n\n\n<p>Platform providers now expose APIs that favor on\u2011device defaults. Developers can summarize notes, rewrite text, and classify content locally. They also can check capability flags and fall back to cloud safely. That design preserves functionality across diverse devices and budgets.<\/p>\n\n\n\n<p>Third\u2011party apps increasingly advertise offline features for trust and speed. Voice recorders offer instant summaries without uploading sensitive audio. Keyboards propose smart replies that never leave the handset. Creativity apps generate images for posts during commutes and flights.<\/p>\n\n\n\n<p>App stores are updating review guidance for AI disclosures. Clear badges, permission prompts, and data use statements reduce confusion. Enterprise administrators also evaluate policies for managed devices. Consistent rules help organizations adopt these tools responsibly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Security, safety, and model integrity<\/h2>\n\n\n\n<p>Local models require robust safeguards against misuse and tampering. Vendors ship safety guardrails and content filters alongside assistants. Secure boot and runtime protections ensure models load from trusted sources. Regular updates patch vulnerabilities without disrupting user workflows.<\/p>\n\n\n\n<p>Safety systems must operate on device to preserve privacy guarantees. Classifiers detect disallowed prompts and sensitive content locally. Red\u2011teaming and external audits strengthen those defenses over time. Coordinated disclosures help the ecosystem respond to emerging threats.<\/p>\n\n\n\n<p>Enterprises also consider data exfiltration risks from generated content. Mobile management tools restrict clipboard sharing and app interconnections. Policy controls can limit model access to corporate files. Those measures balance productivity with confidentiality requirements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Measuring progress and setting expectations<\/h2>\n\n\n\n<p>Benchmarking on\u2011device generative AI remains an evolving practice today. Teams measure latency, quality, and energy consumption across scenarios. They also track memory usage, token throughput, and thermal stability. Consistent methodologies help buyers compare devices fairly.<\/p>\n\n\n\n<p>Vendors publish demos that illustrate practical outcomes over synthetic scores. Real\u2011world tasks reveal value better than isolated metrics alone. Continuous evaluation across languages and accents improves inclusivity. That focus ensures assistants serve diverse users effectively.<\/p>\n\n\n\n<p>Independent labs and academics contribute open test suites and datasets. Their work pressures marketing claims and clarifies trade\u2011offs. Shared baselines encourage responsible product positioning over hype. Users benefit from transparency and repeatable results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Economic impacts and industry incentives<\/h2>\n\n\n\n<p>On\u2011device inference reduces recurring cloud costs for high\u2011volume features. Those savings can fund longer support windows and updates. Carriers also benefit when features remain useful during limited service. That alignment supports new plans and device bundles.<\/p>\n\n\n\n<p>Hardware differentiation shifts toward AI acceleration and thermal design. Buyers care about sustained performance under realistic workloads. Accessory makers explore cooling solutions and battery optimizations. These changes ripple through supply chains and retail strategies.<\/p>\n\n\n\n<p>Developers gain new opportunities to build premium offline experiences. Subscriptions can include local privacy guarantees as a benefit. Enterprises may pay for compliance\u2011ready mobile assistants. Those models reshape revenue mixes across app categories.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Challenges and open questions<\/h2>\n\n\n\n<p>Fragmentation complicates development across devices and silicon. Capability detection reduces surprises but adds engineering overhead. Model updates must preserve compatibility and user trust. Clear migration paths ease adoption for cautious organizations.<\/p>\n\n\n\n<p>Fairness and bias issues require continual evaluation and mitigation. On\u2011device filters must perform well across cultures and dialects. Smaller models risk accuracy losses under compression. Careful tuning and measurement remain essential over time.<\/p>\n\n\n\n<p>Consumers also need education about privacy boundaries and settings. Hybrid systems can confuse expectations when escalations occur. Clear messaging and visible indicators help resolve uncertainty. Support channels should explain behaviors in approachable language.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The outlook for offline generative AI on phones<\/h2>\n\n\n\n<p>On\u2011device generative AI is becoming a core smartphone capability. Vendors now compete on privacy, responsiveness, and reliability instead of novelty. Hybrid architectures will persist as models advance and diversify. Meanwhile, offline features will continue expanding into daily workflows.<\/p>\n\n\n\n<p>This direction reflects practical engineering and shifting user expectations. People want assistance that respects context and works anywhere. Strong defaults and transparent choices can build durable trust. The next generation of smartphones will lean into that mandate.<\/p>\n\n\n\n<p>As competition intensifies, responsible execution will separate leaders from followers. Companies that balance privacy, performance, and safety will stand out. Independent verification and open benchmarks can sustain progress. With that foundation, offline AI can deliver meaningful benefits at scale.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Smartphone makers are moving generative AI directly onto devices, enabling features that work without connectivity. This shift reduces dependence on cloud servers and lowers latency for everyday tasks. It also reframes long\u2011running debates around privacy, data governance, and energy use. With momentum building, consumers and regulators are watching the trade\u2011offs closely. What on\u2011device generative AI [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":8277,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"apple_news_api_created_at":"2026-01-08T14:59:13Z","apple_news_api_id":"f39fcacd-dc49-41f4-b2c8-80e5c8ce03a2","apple_news_api_modified_at":"2026-01-08T14:59:13Z","apple_news_api_revision":"AAAAAAAAAAD\/\/\/\/\/\/\/\/\/\/w==","apple_news_api_share_url":"https:\/\/apple.news\/A85_KzdxJQfSyyIDlyM4Dog","apple_news_cover_media_provider":"image","apple_news_coverimage":0,"apple_news_coverimage_caption":"","apple_news_cover_video_id":0,"apple_news_cover_video_url":"","apple_news_cover_embedwebvideo_url":"","apple_news_is_hidden":"","apple_news_is_paid":"","apple_news_is_preview":"","apple_news_is_sponsored":"","apple_news_maturity_rating":"","apple_news_metadata":"\"\"","apple_news_pullquote":"","apple_news_pullquote_position":"","apple_news_slug":"","apple_news_sections":[],"apple_news_suppress_video_url":false,"apple_news_use_image_component":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"ppma_author":[356],"class_list":["post-8276","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"apple_news_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates\" \/>\n<meta property=\"og:description\" content=\"Smartphone makers are moving generative AI directly onto devices, enabling features that work without connectivity. This shift reduces dependence on cloud servers and lowers latency for everyday tasks. It also reframes long\u2011running debates around privacy, data governance, and energy use. With momentum building, consumers and regulators are watching the trade\u2011offs closely. What on\u2011device generative AI [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/\" \/>\n<meta property=\"og:site_name\" content=\"FTC Publications Newswire\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ftcpublications\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-08T14:59:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1429\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"FTC Publications\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"FTC Publications\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/\"},\"author\":{\"name\":\"FTC Publications\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#\\\/schema\\\/person\\\/7a8664b6153a734ceddf3151bd941270\"},\"headline\":\"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates\",\"datePublished\":\"2026-01-08T14:59:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/\"},\"wordCount\":1614,\"publisher\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/wp-content\\\/uploads\\\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/\",\"url\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/\",\"name\":\"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/wp-content\\\/uploads\\\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg\",\"datePublished\":\"2026-01-08T14:59:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/#primaryimage\",\"url\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/wp-content\\\/uploads\\\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/wp-content\\\/uploads\\\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg\",\"width\":2560,\"height\":1429},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#website\",\"url\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/\",\"name\":\"FTC Publications Newswire\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#organization\",\"name\":\"FTC Publications News\",\"url\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/2014-FTC-TextOnly-Logo-Square.png\",\"contentUrl\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/2014-FTC-TextOnly-Logo-Square.png\",\"width\":460,\"height\":460,\"caption\":\"FTC Publications News\"},\"image\":{\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ftcpublications\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/ftc-publications-inc-\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/#\\\/schema\\\/person\\\/7a8664b6153a734ceddf3151bd941270\",\"name\":\"FTC Publications\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7442f1cf75aa91d0ffc9e9862fd31ab173bfeece2402296357881bfebd0d627e?s=96&d=mm&r=gb1739aeddd6a3f95081b6cb498d90525\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7442f1cf75aa91d0ffc9e9862fd31ab173bfeece2402296357881bfebd0d627e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7442f1cf75aa91d0ffc9e9862fd31ab173bfeece2402296357881bfebd0d627e?s=96&d=mm&r=g\",\"caption\":\"FTC Publications\"},\"description\":\"Bylines from \\\"FTC Publications\\\" are created typically via a collection of writers from the agency in general.\",\"url\":\"https:\\\/\\\/news.ftcpublications.com\\\/core\\\/author\\\/ftcpublications\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/","og_locale":"en_US","og_type":"article","og_title":"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates","og_description":"Smartphone makers are moving generative AI directly onto devices, enabling features that work without connectivity. This shift reduces dependence on cloud servers and lowers latency for everyday tasks. It also reframes long\u2011running debates around privacy, data governance, and energy use. With momentum building, consumers and regulators are watching the trade\u2011offs closely. What on\u2011device generative AI [&hellip;]","og_url":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/","og_site_name":"FTC Publications Newswire","article_publisher":"https:\/\/www.facebook.com\/ftcpublications","article_published_time":"2026-01-08T14:59:00+00:00","og_image":[{"width":2560,"height":1429,"url":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg","type":"image\/jpeg"}],"author":"FTC Publications","twitter_card":"summary_large_image","twitter_misc":{"Written by":"FTC Publications","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/#article","isPartOf":{"@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/"},"author":{"name":"FTC Publications","@id":"https:\/\/news.ftcpublications.com\/core\/#\/schema\/person\/7a8664b6153a734ceddf3151bd941270"},"headline":"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates","datePublished":"2026-01-08T14:59:00+00:00","mainEntityOfPage":{"@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/"},"wordCount":1614,"publisher":{"@id":"https:\/\/news.ftcpublications.com\/core\/#organization"},"image":{"@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/#primaryimage"},"thumbnailUrl":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg","articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/","url":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/","name":"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates","isPartOf":{"@id":"https:\/\/news.ftcpublications.com\/core\/#website"},"primaryImageOfPage":{"@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/#primaryimage"},"image":{"@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/#primaryimage"},"thumbnailUrl":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg","datePublished":"2026-01-08T14:59:00+00:00","breadcrumb":{"@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/#primaryimage","url":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg","contentUrl":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg","width":2560,"height":1429},{"@type":"BreadcrumbList","@id":"https:\/\/news.ftcpublications.com\/core\/smartphone-makers-unveil-on-device-generative-ai-features-that-work-offline-reshaping-privacy-and-performance-debates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/news.ftcpublications.com\/core\/"},{"@type":"ListItem","position":2,"name":"Smartphone makers unveil on-device generative AI features that work offline, reshaping privacy and performance debates"}]},{"@type":"WebSite","@id":"https:\/\/news.ftcpublications.com\/core\/#website","url":"https:\/\/news.ftcpublications.com\/core\/","name":"FTC Publications Newswire","description":"","publisher":{"@id":"https:\/\/news.ftcpublications.com\/core\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/news.ftcpublications.com\/core\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/news.ftcpublications.com\/core\/#organization","name":"FTC Publications News","url":"https:\/\/news.ftcpublications.com\/core\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/news.ftcpublications.com\/core\/#\/schema\/logo\/image\/","url":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/2016\/09\/2014-FTC-TextOnly-Logo-Square.png","contentUrl":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/2016\/09\/2014-FTC-TextOnly-Logo-Square.png","width":460,"height":460,"caption":"FTC Publications News"},"image":{"@id":"https:\/\/news.ftcpublications.com\/core\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ftcpublications","https:\/\/www.linkedin.com\/company\/ftc-publications-inc-\/"]},{"@type":"Person","@id":"https:\/\/news.ftcpublications.com\/core\/#\/schema\/person\/7a8664b6153a734ceddf3151bd941270","name":"FTC Publications","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7442f1cf75aa91d0ffc9e9862fd31ab173bfeece2402296357881bfebd0d627e?s=96&d=mm&r=gb1739aeddd6a3f95081b6cb498d90525","url":"https:\/\/secure.gravatar.com\/avatar\/7442f1cf75aa91d0ffc9e9862fd31ab173bfeece2402296357881bfebd0d627e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7442f1cf75aa91d0ffc9e9862fd31ab173bfeece2402296357881bfebd0d627e?s=96&d=mm&r=g","caption":"FTC Publications"},"description":"Bylines from \"FTC Publications\" are created typically via a collection of writers from the agency in general.","url":"https:\/\/news.ftcpublications.com\/core\/author\/ftcpublications\/"}]}},"jetpack_featured_media_url":"https:\/\/news.ftcpublications.com\/core\/wp-content\/uploads\/sTsgBCmy2cDHUkE6cyDX1_a9d7485c3ad74fbb9861504b42a3761c.jpg-scaled.jpg","jetpack_shortlink":"https:\/\/wp.me\/paaAgn-29u","jetpack-related-posts":[{"id":8562,"url":"https:\/\/news.ftcpublications.com\/core\/smartphones-pivot-to-on-device-generative-ai-as-chipmakers-unveil-faster-npus\/","url_meta":{"origin":8276,"position":0},"title":"Smartphones pivot to on-device generative AI as chipmakers unveil faster NPUs","author":"FTC Publications","date":"February 7, 2026","format":false,"excerpt":"Smartphones are shifting AI workloads from the cloud to the device. Chipmakers are rolling out faster neural processing units to enable this pivot. On-device generative AI promises lower latency, stronger privacy, and reliable performance. App developers are redesigning experiences around local inference and smaller models. These forces converge and set\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/news.ftcpublications.com\/core\/category\/news\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/ckgx33A5cnP3OHwoZkPPf_11979058ce68497eb7050dcc34aab604.jpg-scaled.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/ckgx33A5cnP3OHwoZkPPf_11979058ce68497eb7050dcc34aab604.jpg-scaled.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/ckgx33A5cnP3OHwoZkPPf_11979058ce68497eb7050dcc34aab604.jpg-scaled.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/ckgx33A5cnP3OHwoZkPPf_11979058ce68497eb7050dcc34aab604.jpg-scaled.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/ckgx33A5cnP3OHwoZkPPf_11979058ce68497eb7050dcc34aab604.jpg-scaled.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/ckgx33A5cnP3OHwoZkPPf_11979058ce68497eb7050dcc34aab604.jpg-scaled.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":8529,"url":"https:\/\/news.ftcpublications.com\/core\/tech-giants-roll-out-on-device-generative-ai-features-on-flagship-phones-sparking-privacy-and-chip-performance-battles\/","url_meta":{"origin":8276,"position":1},"title":"Tech giants roll out on-device generative AI features on flagship phones, sparking privacy and chip-performance battles","author":"FTC Publications","date":"February 7, 2026","format":false,"excerpt":"Smartphone leaders are racing to embed generative AI directly on devices, not only in the cloud. The shift promises faster responses, richer features, and tighter privacy controls. However, it also sparks fierce competition over chips, memory, and thermal engineering. As launches accelerate, the stakes now reach far beyond flashy demos.\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/news.ftcpublications.com\/core\/category\/news\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/kfrJ7YHp7On6wa_VK4lLY_91cd6999e8174985957b26a6372711cf.jpg-scaled.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/kfrJ7YHp7On6wa_VK4lLY_91cd6999e8174985957b26a6372711cf.jpg-scaled.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/kfrJ7YHp7On6wa_VK4lLY_91cd6999e8174985957b26a6372711cf.jpg-scaled.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/kfrJ7YHp7On6wa_VK4lLY_91cd6999e8174985957b26a6372711cf.jpg-scaled.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/kfrJ7YHp7On6wa_VK4lLY_91cd6999e8174985957b26a6372711cf.jpg-scaled.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/kfrJ7YHp7On6wa_VK4lLY_91cd6999e8174985957b26a6372711cf.jpg-scaled.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":8498,"url":"https:\/\/news.ftcpublications.com\/core\/tech-giants-unveil-on-device-ai-assistants-running-entirely-offline-igniting-a-new-smartphone-arms-race\/","url_meta":{"origin":8276,"position":2},"title":"Tech giants unveil on-device AI assistants running entirely offline, igniting a new smartphone arms race","author":"FTC Publications","date":"January 29, 2026","format":false,"excerpt":"Major smartphone makers are racing to deliver AI assistants that run entirely on the device, without cloud help. The push promises faster responses, stronger privacy, and dependable features even without a signal. Companies see offline capabilities as a core differentiator for next-generation phones. That shift is already reshaping chip design,\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/news.ftcpublications.com\/core\/category\/news\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/IibPW1t0yTMJjkGqkoXya_eb098708b7804688985b3d846aca69f5.jpg-scaled.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/IibPW1t0yTMJjkGqkoXya_eb098708b7804688985b3d846aca69f5.jpg-scaled.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/IibPW1t0yTMJjkGqkoXya_eb098708b7804688985b3d846aca69f5.jpg-scaled.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/IibPW1t0yTMJjkGqkoXya_eb098708b7804688985b3d846aca69f5.jpg-scaled.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/IibPW1t0yTMJjkGqkoXya_eb098708b7804688985b3d846aca69f5.jpg-scaled.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/IibPW1t0yTMJjkGqkoXya_eb098708b7804688985b3d846aca69f5.jpg-scaled.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":5336,"url":"https:\/\/news.ftcpublications.com\/core\/tech-giants-battle-for-supremacy-in-the-ai-virtual-assistant-market\/","url_meta":{"origin":8276,"position":3},"title":"Tech Giants Battle for Supremacy in the AI Virtual Assistant Market","author":"FTC Publications","date":"April 16, 2025","format":false,"excerpt":"The landscape of artificial intelligence is rapidly evolving, with tech giants fiercely competing for leadership in the AI virtual assistant market. Companies such as Google, Amazon, Apple, Microsoft, and newcomer OpenAI are investing heavily in this technology. With billions of devices now featuring intelligent assistants, these companies recognize that dominating\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/news.ftcpublications.com\/core\/category\/news\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/HCmyZe4mkg8_VHYZIXivs_c3214a5a941149a188b467f0144723b2.jpg-scaled.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/HCmyZe4mkg8_VHYZIXivs_c3214a5a941149a188b467f0144723b2.jpg-scaled.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/HCmyZe4mkg8_VHYZIXivs_c3214a5a941149a188b467f0144723b2.jpg-scaled.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/HCmyZe4mkg8_VHYZIXivs_c3214a5a941149a188b467f0144723b2.jpg-scaled.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/HCmyZe4mkg8_VHYZIXivs_c3214a5a941149a188b467f0144723b2.jpg-scaled.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/HCmyZe4mkg8_VHYZIXivs_c3214a5a941149a188b467f0144723b2.jpg-scaled.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":8036,"url":"https:\/\/news.ftcpublications.com\/core\/tech-giants-race-to-release-fully-offline-on-device-ai-assistants-for-smartphones\/","url_meta":{"origin":8276,"position":4},"title":"Tech giants race to release fully offline, on-device AI assistants for smartphones","author":"Warith Niallah","date":"December 14, 2025","format":false,"excerpt":"Smartphone makers see a turning point for artificial intelligence. They want assistants that run fully on the device, without clouds. This goal promises instant responses, improved privacy, and lower operating costs. The path remains challenging, yet momentum has clearly shifted. Companies now market on-device capabilities as core product features. That\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/news.ftcpublications.com\/core\/category\/news\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/A57wzSewaDTFcwwGEi0Gg_17e3191f328549dc86b65532f152f44b.jpg-scaled.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/A57wzSewaDTFcwwGEi0Gg_17e3191f328549dc86b65532f152f44b.jpg-scaled.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/A57wzSewaDTFcwwGEi0Gg_17e3191f328549dc86b65532f152f44b.jpg-scaled.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/A57wzSewaDTFcwwGEi0Gg_17e3191f328549dc86b65532f152f44b.jpg-scaled.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/A57wzSewaDTFcwwGEi0Gg_17e3191f328549dc86b65532f152f44b.jpg-scaled.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/A57wzSewaDTFcwwGEi0Gg_17e3191f328549dc86b65532f152f44b.jpg-scaled.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":8119,"url":"https:\/\/news.ftcpublications.com\/core\/generative-ai-video-tools-hit-the-mainstream-reshaping-film-previsualization-and-advertising-workflows\/","url_meta":{"origin":8276,"position":5},"title":"Generative AI video tools hit the mainstream, reshaping film previsualization and advertising workflows","author":"FTC Publications","date":"January 1, 2026","format":false,"excerpt":"Generative AI video systems exited the lab and entered production floors. Filmmakers and advertisers now prototype moving images in hours, not weeks. The shift compresses timelines, reallocates budgets, and reshapes creative roles. As adoption grows, standards and safeguards race to keep pace. The result is a new baseline for creative\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/news.ftcpublications.com\/core\/category\/news\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/UIs4AyB3mhwcoX0tDTV4n_32ad5092d9184c988d08b113af7c668e.jpg-scaled.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/UIs4AyB3mhwcoX0tDTV4n_32ad5092d9184c988d08b113af7c668e.jpg-scaled.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/UIs4AyB3mhwcoX0tDTV4n_32ad5092d9184c988d08b113af7c668e.jpg-scaled.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/UIs4AyB3mhwcoX0tDTV4n_32ad5092d9184c988d08b113af7c668e.jpg-scaled.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/UIs4AyB3mhwcoX0tDTV4n_32ad5092d9184c988d08b113af7c668e.jpg-scaled.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/news.ftcpublications.com\/core\/wp-content\/uploads\/UIs4AyB3mhwcoX0tDTV4n_32ad5092d9184c988d08b113af7c668e.jpg-scaled.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"authors":[{"term_id":356,"user_id":2,"is_guest":0,"slug":"ftcpublications","display_name":"FTC Publications","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/7442f1cf75aa91d0ffc9e9862fd31ab173bfeece2402296357881bfebd0d627e?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/posts\/8276","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/comments?post=8276"}],"version-history":[{"count":2,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/posts\/8276\/revisions"}],"predecessor-version":[{"id":8309,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/posts\/8276\/revisions\/8309"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/media\/8277"}],"wp:attachment":[{"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/media?parent=8276"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/categories?post=8276"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/tags?post=8276"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/news.ftcpublications.com\/core\/wp-json\/wp\/v2\/ppma_author?post=8276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}