[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"nav-categories":3,"article-moxie-marlinspike-s-confer-bringing-signal-level-privacy-to-ai-conversations":70},{"data":4},[5,37,57,64],{"name":6,"slug":7,"categories":8},"Productivity","productivity",[9,13,17,21,25,29,33],{"id":10,"title":11,"slug":12},17,"Branding","branding",{"id":14,"title":15,"slug":16},19,"Marketing","marketing",{"id":18,"title":19,"slug":20},20,"Work","work",{"id":22,"title":23,"slug":24},34,"Community","community",{"id":26,"title":27,"slug":28},21,"For newbies","for-newbies",{"id":30,"title":31,"slug":32},24,"Investment","investment",{"id":34,"title":35,"slug":36},22,"Finance","finance",{"name":38,"slug":39,"categories":40},"Tech","tech",[41,45,49,53],{"id":42,"title":43,"slug":44},28,"Technology","technology",{"id":46,"title":47,"slug":48},32,"Artificial Intelligence","artificial-intelligence",{"id":50,"title":51,"slug":52},26,"Security and protection","security-and-protection",{"id":54,"title":55,"slug":56},31,"YouTube Blog","youtube-blog",{"name":58,"slug":59,"categories":60},"News","news",[61],{"id":62,"title":58,"slug":63},18,"quasanews",{"name":65,"slug":66,"categories":67},"Business","business",[68],{"id":69,"title":65,"slug":66},16,{"post":71,"published_news":94,"popular_news":151,"categories":216},{"title":72,"description":73,"meta_title":72,"meta_description":74,"meta_keywords":75,"text":76,"slug":77,"created_at":78,"publish_at":78,"formatted_created_at":79,"category_id":50,"links":80,"view_type":83,"video_url":84,"views":85,"likes":86,"lang":87,"comments_count":86,"category":88},"Moxie Marlinspike's Confer: Bringing Signal-Level Privacy to AI Conversations","In a landscape dominated by data-hungry AI giants, Moxie Marlinspike—the visionary cryptographer and founder of the encrypted messaging app Signal—has unveiled Confer, a groundbreaking AI service aimed at revolutionizing privacy in artificial intelligence interactions.","In a landscape dominated by data-hungry AI giants, Moxie Marlinspike — the visionary cryptographer and founder of the encrypted messaging app Signal—has unveiled Confer","Confer represents a pivotal step toward \"truly private AI,\" challenging the status quo where convenience often trumps security.","\u003Cp>In a landscape dominated by data-hungry AI giants, Moxie Marlinspike &mdash; the visionary cryptographer and founder of the encrypted messaging app Signal &mdash;\u003Ca href=\"https://arstechnica.com/security/2026/01/signal-creator-moxie-marlinspike-wants-to-do-for-ai-what-he-did-for-messaging\">has unveiled Confer\u003C/a>, a groundbreaking AI service aimed at revolutionizing privacy in artificial intelligence interactions.\u003C/p>\n\n\u003Cp>\u003Cpicture class=\"image-align-left\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190220512.webp\" type=\"image/webp\">\u003Cimg alt=\"Confer promises to deliver the same end-to-end encryption ethos that made Signal a beacon for secure communication, ensuring that user prompts, AI responses, and all associated data remain unreadable to anyone except the account holder — even the platform's operators\" class=\"image-align-left\" height=\"169\" src=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190220512.jpg\" width=\"300\" />\u003C/picture>\u003Ca href=\"https://www.techradar.com/ai-platforms-assistants/signals-founder-is-taking-on-chatgpt-heres-why-the-truly-private-ai-cant-leak-your-chats\">Launched in late 2025\u003C/a>, Confer promises to deliver the same end-to-end encryption ethos that made Signal a beacon for secure communication, ensuring that user prompts, AI responses, and all associated data remain unreadable to anyone except the account holder &mdash; even the platform&#39;s operators.\u003C/p>\n\n\u003Cp>This open-source chatbot, accessible via \u003Ca href=\"https://confer.to/\">https://confer.to/\u003C/a>, addresses growing concerns over AI privacy by preventing data leaks, corporate surveillance, or government subpoenas from compromising personal conversations with large language models (LLMs).\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>The Privacy-First Architecture: Passkeys and Trusted Execution Environments\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-right\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190251012.webp\" type=\"image/webp\">\u003Cimg alt=\"For the inference process — where prompts are processed on powerful GPUs — Confer employs Trusted Execution Environments (TEEs) to maintain confidentiality.\" class=\"image-align-right\" height=\"447\" src=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190251012.jpg\" width=\"300\" />\u003C/picture>\u003Ca href=\"https://confer.to/blog/2025/12/passkey-encryption\">At the heart of Confer&#39;s design is a seamless integration of passkey-based encryption, leveraging the WebAuthn standard to generate a keypair authenticated via biometrics like Face ID or Touch ID\u003C/a>. Users derive a 32-byte secret from their private key using the WebAuthn PRF extension, which serves as durable root key material stored securely on devices and synchronized across them without ever exposing it to the service. This enables client-side encryption and decryption of chats, mirroring Signal&#39;s approach where servers cannot access message content.\u003C/p>\n\n\u003Cp>For the inference process &mdash; where prompts are processed on powerful GPUs &mdash; Confer employs Trusted Execution Environments (TEEs) to maintain confidentiality. Prompts are encrypted on the user&#39;s device and sent directly into the TEE via Noise Pipes, a protocol providing forward secrecy through ephemeral session keys.\u003C/p>\n\n\u003Cp>Inside the TEE, the LLM conducts stateless inference in a hardware-isolated confidential VM, preventing the host machine (including Confer&#39;s servers) from accessing plaintext data. Remote attestation allows clients to verify that the TEE runs publicly auditable code, with cryptographic measurements of the kernel, filesystem, and components ensuring no tampering. This setup uses reproducible builds via tools like Nix and mkosi, with signatures logged in a transparency log for added accountability.\u003C/p>\n\n\u003Cp>Unlike standard AI services such as ChatGPT or Gemini, where providers can log, train on, or monetize user data, Confer&#39;s model fundamentally blocks such access. \u003Ca href=\"https://privacytutor.substack.com/p/the-signal-creator-just-launched\">Marlinspike has likened traditional AI usage to &quot;confessing to a data lake,&quot; highlighting risks from hackers, employees, or legal demands&mdash;a vulnerability Confer eliminates by design\u003C/a>.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Echoes of Signal and Parallels with Apple\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-left\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190251944.webp\" type=\"image/webp\">\u003Cimg alt=\"Confer draws direct inspiration from Signal's innovations, such as sealed sender protocols that obscure metadata like recipient identities.\" class=\"image-align-left\" height=\"447\" src=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190251944.jpg\" width=\"300\" />\u003C/picture>Confer draws direct inspiration from Signal&#39;s innovations, such as sealed sender protocols that obscure metadata like recipient identities. In Signal, servers process encrypted messages without decrypting them or knowing full communication details; similarly, Confer&#39;s servers handle inference without ever seeing unencrypted prompts. This extends Marlinspike&#39;s decade-long crusade for privacy, which began with Signal&#39;s launch in 2014 and has influenced global standards for secure messaging.\u003C/p>\n\n\u003Cp>\u003Ca href=\"https://security.apple.com/blog/private-cloud-compute\">A notable parallel exists with Apple&#39;s Private Cloud Compute (PCC), introduced in 2024 for handling AI features like enhanced Siri integrations with models such as Google&#39;s Gemini\u003C/a>. PCC uses custom Apple silicon servers with Secure Enclave technology to process requests in a stateless manner, ensuring data is encrypted in transit, used only for the immediate task, and immediately deleted without retention or access by Apple staff.\u003C/p>\n\n\u003Cp>Like Confer&#39;s TEEs, PCC enforces hardware-based isolation and lacks privileged access points, minimizing risks from subpoenas or breaches. This &quot;less you know, the better&quot; philosophy aligns with Marlinspike&#39;s vision, where providers voluntarily limit their data exposure to enhance user trust.\u003C/p>\n\n\u003Cp>However, skepticism persists regarding TEE hardware from vendors like Intel and AMD, given historical vulnerabilities and potential backdoors&mdash;issues amplified by past NSA collaborations and zero-day exploits. Despite these concerns, experts note that TEEs offer orders-of-magnitude better protection than unencrypted cloud services, with ongoing advancements in verifiable computing mitigating risks.\u003C/p>\n\n\u003Cp>Also read:\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/deepseek-s-secret-weapon-a-hedge-fund-powerhouse-fueling-ai-innovation\">DeepSeek&#39;s Secret Weapon: A Hedge Fund Powerhouse Fueling AI Innovation\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/meituan-unveils-longcat-image-a-compact-6b-bilingual-powerhouse-redefining-open-source-image-generation\">Meituan Unveils LongCat-Image: A Compact 6B Bilingual Powerhouse Redefining Open-Source Image Generation\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/cursor-s-ai-revolution-building-a-browser-from-scratch-with-gpt-5-2-agents-in-just-one-week\">Cursor&#39;s AI Revolution: Building a Browser from Scratch with GPT-5.2 Agents in Just One Week\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/creator-economy-m-a-surges-in-2025-quartermast-report-highlights-73-growth\">Creator Economy M&amp;A Surges in 2025: Quartermast Report Highlights 73% Growth\u003C/a>\u003C/li>\n\u003C/ul>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Accessibility, Pricing, and the Broader AI Privacy Landscape\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-right\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190440404.webp\" type=\"image/webp\">\u003Cimg alt=\"Confer represents a pivotal step toward &quot;truly private AI,&quot; challenging the status quo where convenience often trumps security.\" class=\"image-align-right\" height=\"298\" src=\"https://cdn.quasa.io/photos/00/image-2026-01-15t190440404.jpg\" width=\"200\" />\u003C/picture>Confer supports multiple leading LLMs, including open-source options, and is designed for seamless cross-device use, though Windows and Linux users may need password managers supporting passkeys. Pricing is straightforward: a free tier allows up to 20 messages per day, while the premium plan costs $35 monthly for unlimited access. Users can try it at \u003Ca href=\"https://confer.to/\">https://confer.to/\u003C/a>, with setup requiring a passkey-enabled device for optimal security.\u003C/p>\n\n\u003Cp>This launch comes amid a resurgence in local AI processing, driven by hardware advancements like laptops with 64GB+ RAM and NPUs, enabling offline LLMs without cloud dependency. Yet, for resource-intensive models, cloud remains essential &mdash; echoing the mainframe era of the 1960s-70s, when centralized computing dominated before personal devices democratized access. In China, where users face the Great Firewall and limited hardware options, such privacy-focused services are particularly appealing, though adoption requires VPNs or proxies to bypass restrictions.\u003C/p>\n\n\u003Cp>Confer represents a pivotal step toward &quot;truly private AI,&quot; challenging the status quo where convenience often trumps security. As Marlinspike extends his legacy from messaging to machine learning, it underscores a growing demand for tools that empower users without exploiting their data &mdash; potentially reshaping how we interact with AI in an increasingly surveilled digital world.\u003C/p>","moxie-marlinspike-s-confer-bringing-signal-level-privacy-to-ai-conversations","2026-01-15T18:06:11.000000Z","15.01.2026",{"image":81,"thumb":82},"https://cdn.quasa.io/images/news/ZefptId2QSRaKD5LwIN1Lmlg7Kktic9MQTp1jGue.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/ZefptId2QSRaKD5LwIN1Lmlg7Kktic9MQTp1jGue.jpg","small",null,1495,0,"en",{"id":50,"title":51,"slug":52,"meta_title":89,"meta_description":90,"meta_keywords":91,"deleted_at":84,"created_at":92,"updated_at":93,"lang":87},"Quasa media blog on growth hacking in Security and Protection","Trends and forecasts. Facts and incredible life hacks in Quasa Media about security and protection.","Security and protection, hacker, hackers, hacking, technology, cybersecurity","2022-04-17T21:18:28.000000Z","2024-08-25T15:38:18.000000Z",[95,107,118,129,140],{"title":96,"description":97,"slug":98,"created_at":99,"publish_at":100,"formatted_created_at":101,"category":102,"links":103,"view_type":83,"video_url":84,"views":46,"likes":86,"lang":87,"comments_count":86,"is_pinned":106},"Cyberpunk Is Already Here – People Are Building Their Own Cyberdecks","It’s 2026, and the future we were promised in the ’80s has quietly arrived — not in gleaming megacorps or neon megacities, but in thrift-store clutches and repurposed makeup cases.","cyberpunk-is-already-here-people-are-building-their-own-cyberdecks","2026-04-10T14:54:06.000000Z","2026-04-12T11:46:00.000000Z","12.04.2026",{"title":27,"slug":28},{"image":104,"thumb":105},"https://cdn.quasa.io/images/news/Otp0HUdKOuJbAlgb3pXghHe6iqqYPctRRsj49Flm.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/Otp0HUdKOuJbAlgb3pXghHe6iqqYPctRRsj49Flm.jpg",false,{"title":108,"description":109,"slug":110,"created_at":111,"publish_at":112,"formatted_created_at":101,"category":113,"links":114,"view_type":83,"video_url":84,"views":117,"likes":86,"lang":87,"comments_count":86,"is_pinned":106},"Why OpenAI’s Sora Crashed and Burned After Just 1.5 Years: The Video Slop That Ate Itself","It was supposed to be the future of creativity. In February 2024, OpenAI unveiled Sora — its text-to-video model that could turn a simple prompt into jaw-dropping, cinematic clips. Hollywood trembled. Creators cheered. Investors poured in.","why-openai-s-sora-crashed-and-burned-after-just-1-5-years-the-video-slop-that-ate-itself","2026-04-10T14:42:46.000000Z","2026-04-12T09:37:00.000000Z",{"title":65,"slug":66},{"image":115,"thumb":116},"https://cdn.quasa.io/images/news/ljEQl4jsH2UcYjQm8HhZBuvbHANGblitMTcUocMr.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/ljEQl4jsH2UcYjQm8HhZBuvbHANGblitMTcUocMr.jpg",45,{"title":119,"description":120,"slug":121,"created_at":122,"publish_at":123,"formatted_created_at":101,"category":124,"links":125,"view_type":83,"video_url":84,"views":128,"likes":86,"lang":87,"comments_count":86,"is_pinned":106},"How to Actually Benefit from the Flood of AI News (Without Burning Out)","Every day we’re hit with another wave of AI announcements: shiny new tools, powerful extensions for chatbots and agents, and the latest “must-try” features.","how-to-actually-benefit-from-the-flood-of-ai-news-without-burning-out","2026-04-10T14:32:32.000000Z","2026-04-12T06:21:00.000000Z",{"title":47,"slug":48},{"image":126,"thumb":127},"https://cdn.quasa.io/images/news/q1cKdGRJ8kdte3kOVMGJshqBQ9cnyJwRrKGeTxpe.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/q1cKdGRJ8kdte3kOVMGJshqBQ9cnyJwRrKGeTxpe.jpg",65,{"title":130,"description":131,"slug":132,"created_at":133,"publish_at":134,"formatted_created_at":101,"category":135,"links":136,"view_type":83,"video_url":84,"views":139,"likes":86,"lang":87,"comments_count":86,"is_pinned":106},"Three Ways to Burn Your AI Budget: Hard Lessons from 15+ AI Transformations","I’ve been involved in more than 15 large-scale AI transformations across different industries. Four of them failed.","three-ways-to-burn-your-ai-budget-hard-lessons-from-15-ai-transformations","2026-04-10T14:13:46.000000Z","2026-04-12T03:07:00.000000Z",{"title":47,"slug":48},{"image":137,"thumb":138},"https://cdn.quasa.io/images/news/V4iWInVuKm0QkEz4NYriOX6CoNiiDnycWyLroF2S.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/V4iWInVuKm0QkEz4NYriOX6CoNiiDnycWyLroF2S.jpg",80,{"title":141,"description":142,"slug":143,"created_at":144,"publish_at":144,"formatted_created_at":145,"category":146,"links":147,"view_type":83,"video_url":84,"views":150,"likes":86,"lang":87,"comments_count":86,"is_pinned":106},"What Is a Startup? Cutting Through the Hype to Find the Real Meaning","A few years ago, we published an article titled “What is a Startup?” that quickly climbed to the top of our most-read and most-shared pieces.","what-is-a-startup-cutting-through-the-hype-to-find-the-real-meaning","2026-04-11T18:25:56.000000Z","11.04.2026",{"title":27,"slug":28},{"image":148,"thumb":149},"https://cdn.quasa.io/images/news/cona0PkrDQzH7eaLDaQhaWO0FsU3fDEdqJvVClN8.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/cona0PkrDQzH7eaLDaQhaWO0FsU3fDEdqJvVClN8.jpg",126,[152,165,179,191,204],{"title":153,"description":154,"slug":155,"created_at":156,"publish_at":157,"formatted_created_at":158,"category":159,"links":160,"view_type":83,"video_url":84,"views":163,"likes":164,"lang":87,"comments_count":86,"is_pinned":106},"The Anatomy of an Entrepreneur","Entrepreneur is a French word that means an enterpriser. Enterprisers are people who undertake a business or enterprise with the chance of earning profits or suffering from loss.","the-anatomy-of-an-entrepreneur","2021-08-04T15:18:21.000000Z","2025-12-14T06:09:00.000000Z","14.12.2025",{"title":65,"slug":66},{"image":161,"thumb":162},"https://cdn.quasa.io/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp","https://api.quasa.io/thumbs/news-thumb/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp",69906,2,{"title":166,"description":167,"slug":168,"created_at":169,"publish_at":170,"formatted_created_at":171,"category":172,"links":173,"view_type":176,"video_url":84,"views":177,"likes":178,"lang":87,"comments_count":86,"is_pinned":106},"Advertising on QUASA","QUASA MEDIA is read by more than 400 thousand people a month. We offer to place your article, add a link or order the writing of an article for publication.","advertising-on-quasa","2022-07-06T07:33:02.000000Z","2025-12-15T17:33:02.000000Z","15.12.2025",{"title":58,"slug":63},{"image":174,"thumb":175},"https://cdn.quasa.io/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","large",69651,4,{"title":180,"description":181,"slug":182,"created_at":183,"publish_at":184,"formatted_created_at":185,"category":186,"links":187,"view_type":83,"video_url":84,"views":190,"likes":178,"lang":87,"comments_count":86,"is_pinned":106},"What is a Startup?","A startup is not a new company, not a tech company, nor a new tech company. You can be a new tech company, if your goal is not to grow high and fast; then, you are not a startup. ","what-is-a-startup","2021-08-04T12:05:17.000000Z","2025-12-17T13:02:00.000000Z","17.12.2025",{"title":65,"slug":66},{"image":188,"thumb":189},"https://cdn.quasa.io/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp","https://api.quasa.io/thumbs/news-thumb/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp",67318,{"title":192,"description":193,"slug":194,"created_at":195,"publish_at":196,"formatted_created_at":197,"category":198,"links":199,"view_type":83,"video_url":84,"views":202,"likes":164,"lang":87,"comments_count":203,"is_pinned":106},"Top 5 Tips to Make More Money as a Content Creator","Content creators are one of the most desired job titles right now. Who wouldn’t want to earn a living online?","top-5-tips-to-make-more-money-as-a-content-creator","2022-01-17T17:31:51.000000Z","2026-01-17T11:30:00.000000Z","17.01.2026",{"title":19,"slug":20},{"image":200,"thumb":201},"https://cdn.quasa.io/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg",41371,1,{"title":205,"description":206,"slug":207,"created_at":208,"publish_at":209,"formatted_created_at":210,"category":211,"links":212,"view_type":176,"video_url":84,"views":215,"likes":164,"lang":87,"comments_count":86,"is_pinned":106},"8 Logo Design Tips for Small Businesses","Your logo tells the story of your business and the values you stand for.","8-logo-design-tips-for-small-businesses","2021-12-04T21:59:52.000000Z","2025-05-05T03:30:00.000000Z","05.05.2025",{"title":15,"slug":16},{"image":213,"thumb":214},"https://cdn.quasa.io/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg","https://api.quasa.io/thumbs/news-thumb/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg",40530,[217,218,219,220,221,222,223,224,225,226,227,228,229],{"title":23,"slug":24},{"title":47,"slug":48},{"title":55,"slug":56},{"title":43,"slug":44},{"title":51,"slug":52},{"title":31,"slug":32},{"title":35,"slug":36},{"title":27,"slug":28},{"title":19,"slug":20},{"title":15,"slug":16},{"title":58,"slug":63},{"title":11,"slug":12},{"title":65,"slug":66}]