<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: FrasiertheLion</title><link>https://news.ycombinator.com/user?id=FrasiertheLion</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 18:50:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=FrasiertheLion" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by FrasiertheLion in "Apple reveals new AI architecture built around Google Gemini models"]]></title><description><![CDATA[
<p>That's basically what we built at Tinfoil. We run open source models inside secure enclaves (also using Intel TDX/AMD SEV-SNP + NVIDIA Confidential Computing). All the code running inside the enclave is open source and the client SDKs (also open source) automatically verify that the pinned source code matches the runtime attestation. The protocol used is TLS (terminates in the enclave) + HPKE keys generated inside the enclave on boot. Docs walk you through the verification process: <a href="https://docs.tinfoil.sh/verification/verification-in-tinfoil">https://docs.tinfoil.sh/verification/verification-in-tinfoil</a><p>Of course, we can't support Claude or Grok as they are closed source, but there is no incentive for companies that need your data to train the next generation of models to allow for private inference. One day...</p>
]]></description><pubDate>Tue, 09 Jun 2026 04:49:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48456565</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=48456565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48456565</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Local AI needs to be the norm"]]></title><description><![CDATA[
<p>Another option is verifiably private inference with open source models running inside secure enclaves on the cloud (using NVIDIA confidential computing), and the enclave code is open source and verified via remote attestation upon connection, cryptographically proving that the inference provider cannot see any data. Tinfoil: <a href="https://tinfoil.sh/">https://tinfoil.sh/</a> is a good example of this (disclaimer: i'm the cofounder). You can read more about how this works here: <a href="https://docs.tinfoil.sh/verification/verification-in-tinfoil">https://docs.tinfoil.sh/verification/verification-in-tinfoil</a><p>>that open models are in the ballpark of the best commercial models<p>This is basically true for certain tasks. As an example, chat interfaces are not well poised to take advantage of higher model intelligence than what the best open source models already provide. But coding harnesses still benefit from greater model intelligence and even more so, the reinforcement learning that tightly interlinks the provider's coding harness (claude-code, codex) with the model's tool calling interfaces is another reason for discrepancy in effectiveness even when controlled for model intelligence. The opencode founder (open source coding harness that supports different model providers) was recently complaining about the challenges making the harness work well with different providers: <a href="https://x.com/thdxr/status/2053290393727324313" rel="nofollow">https://x.com/thdxr/status/2053290393727324313</a></p>
]]></description><pubDate>Sun, 10 May 2026 23:15:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48089137</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=48089137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48089137</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Local AI needs to be the norm"]]></title><description><![CDATA[
<p>Overall I'm bullish on standardized local APIs that ship with the browser or platform. Far more tractable than expecting end users to stand up their own local model instances, though r/LocalLLaMA is a fantastic community to follow if you want to go that route.<p>A useful framing over “local vs cloud AI” can be split along two axes: does the task touch private data, and does it need frontier intelligence? You can use frontier models for developing the software (doesn’t touch data), but open-source models running locally for ops: maintenance, debugging and monitoring (touches data). If you need to fall back to frontier intelligence at some point for a particularly hard to resolve problem, you can still rely on local models for pre-transforming and filtering input in a way that's privacy-preserving or satisfies some constraint before it’s sent off to the cloud for processing. OpenAI's privacy filter is a good example of a model that can be used to mask PII and secrets and that can run locally: <a href="https://openai.com/index/introducing-openai-privacy-filter/" rel="nofollow">https://openai.com/index/introducing-openai-privacy-filter/</a>, before sending any data externally for processing.<p>Another framing for local vs frontier closed which the article mentions is whether the task saturates model capability. With certain tasks like PDF processing or voice or summarization, adding more intelligence isn't necessarily useful. Arguably we've approached that point for chat interfaces already with frontier open-source models. But for coding and ops through well structured tool use inside a coding capable harness, we're still a ways away.<p>Tangentially, a contrarian take here is that AI can actually enable more privacy preserving software if you’re so inclined. You can just build personalized software and it lowers the barrier to entry and the effort required to self host. SaaS complexity often comes from scaling and supporting features for all types of customers, and if you're building software for personal use, you don't need all that additional complexity. Additionally, foundational and infra software that is harder to vibecode with AI is often already open source.</p>
]]></description><pubDate>Sun, 10 May 2026 22:49:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48088943</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=48088943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48088943</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "DeepSeek V4 – almost on the frontier"]]></title><description><![CDATA[
<p>Very reasonable if you have the resources to run it locally and certainly the best option.<p>But we created Tinfoil because not everyone has that capability especially when it comes to larger models, and it still doesn’t solve for the situation where you’re building a service for your end user and you want to lock yourself out of accessing their data. In those cases, this is the second best thing you can do.<p>The technical walkthrough section on this blog that we co-wrote with one of our customers walks through the various attack surfaces: <a href="https://www.workshoplabs.ai/blog/private-post-training" rel="nofollow">https://www.workshoplabs.ai/blog/private-post-training</a><p>We weave in many mitigations against attacks, but it depends on what class of attack it is.<p>If there are specific attacks you are concerned about, happy to provide an answer if it’s something we can address or not.</p>
]]></description><pubDate>Sun, 03 May 2026 18:44:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48000048</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=48000048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48000048</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "DeepSeek V4 – almost on the frontier"]]></title><description><![CDATA[
<p>Unfortunately we don’t support crypto payments at this time as we use Stripe.<p>We try to add models selectively as we have to be mindful about our compute allocation. Is there a specific reason why you need those two models (and our models such as Kimi K2.6, GLM 5.1, Deepseek V4 Pro, Gemma 4 amongst others) don’t suffice for your use case?<p>Feel free to email me at tanya@tinfoil.sh and happy to continue the conversation there.</p>
]]></description><pubDate>Sun, 03 May 2026 18:37:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47999974</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47999974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47999974</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "DeepSeek V4 – almost on the frontier"]]></title><description><![CDATA[
<p>Yes we do, but the load balancer also runs inside the enclave and is attested: <a href="https://github.com/tinfoilsh/confidential-model-router" rel="nofollow">https://github.com/tinfoilsh/confidential-model-router</a><p>In turn, that attests the model enclaves, for instance, see <a href="https://github.com/tinfoilsh/confidential-deepseek-v4-pro" rel="nofollow">https://github.com/tinfoilsh/confidential-deepseek-v4-pro</a>. The model repo/release that the model router attests is included in the attestation config, which creates a chain of trust.<p>Also see <a href="https://docs.tinfoil.sh/verification/attestation-architecture#chaining-enclaves">https://docs.tinfoil.sh/verification/attestation-architectur...</a></p>
]]></description><pubDate>Sun, 03 May 2026 18:34:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47999947</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47999947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47999947</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Security Through Obscurity Is Not Bad"]]></title><description><![CDATA[
<p>Yeah everything is open source if you’re good at reversing. Models are increasingly capable of converting binaries into source, and excellent at implementing systems when there’s a finite and constrained end state to validate against, which is exactly the profile reversing falls into.</p>
]]></description><pubDate>Sun, 03 May 2026 17:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47999293</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47999293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47999293</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Security through obscurity is not bad"]]></title><description><![CDATA[
<p>This was largely true before. But AI reduces the cost of comprehension and finding vulnerabilities en-masse to zero, so this no longer holds, and I’m increasingly convinced that hiding in noise and complexity is no longer a valid strategy. But AI symmetrically makes it easier to secure your system so it’s not like all hope is lost even if the transition period will be brutal.<p>I wrote a blog about this: <a href="https://tanyaverma.sh/2026/03/01/nowhere-to-hide.html" rel="nofollow">https://tanyaverma.sh/2026/03/01/nowhere-to-hide.html</a></p>
]]></description><pubDate>Sun, 03 May 2026 17:27:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47999259</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47999259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47999259</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "DeepSeek V4–almost on the frontier, a fraction of the price"]]></title><description><![CDATA[
<p>Oh that's quite interesting and hasn't been my experience with regular backend code specifically with respect to tool calling. However that could be because the tool calling format in vllm for Deepseek v4 was broken until a few days ago and that's how I'm running it.<p>I've been hearing amazing things about Flash, I should give it a try.</p>
]]></description><pubDate>Sat, 02 May 2026 11:57:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47985624</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47985624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47985624</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "DeepSeek V4–almost on the frontier, a fraction of the price"]]></title><description><![CDATA[
<p>Because V4 doesn't even beat Kimi K2.6 and GLM 5.1, which have been out longer. It's only talked about as much as it is because it's Deepseek and R1 was the first open source reasoning model. V4 isn't even multimodal (unlike Kimi) and the 1M context doesn't seem to perform particularly well.</p>
]]></description><pubDate>Sat, 02 May 2026 11:38:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47985508</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47985508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47985508</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "DeepSeek V4 – almost on the frontier"]]></title><description><![CDATA[
<p>You can use Tinfoil for inference, which lets you use the model in the cloud while getting similar privacy as running locally: <a href="https://tinfoil.sh/inference">https://tinfoil.sh/inference</a>.<p>Disclaimer I'm the cofounder. This works by running the model inside a secure enclave (using NVIDIA confidential computing) and verifying the open source code running inside the enclave matches the runtime attestation. The docs walk you through the verification process: <a href="https://docs.tinfoil.sh/verification/verification-in-tinfoil">https://docs.tinfoil.sh/verification/verification-in-tinfoil</a></p>
]]></description><pubDate>Sat, 02 May 2026 11:35:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47985480</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47985480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47985480</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "DeepSeek V4 – almost on the frontier"]]></title><description><![CDATA[
<p>Have you given GLM 5.1 or Kimi K2.6 a shot for coding? They outperform Deepseek v4 pro.</p>
]]></description><pubDate>Sat, 02 May 2026 11:30:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47985451</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47985451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47985451</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Show HN: Filling PDF forms with AI using client-side tool calling"]]></title><description><![CDATA[
<p>This is the canonical use case for Tinfoil: <a href="https://tinfoil.sh/inference">https://tinfoil.sh/inference</a>. It provides verifiably private AI inference with frontier open source models: <a href="https://docs.tinfoil.sh/models/overview">https://docs.tinfoil.sh/models/overview</a><p>Disclaimer I'm the cofounder, only recommending it because it's legitimately the right shape for your problem. The idea is that the model runs inside a secure enclave (using NVIDIA confidential computing), and the enclave code is open source and is verified via remote attestation upon connection: <a href="https://docs.tinfoil.sh/verification/verification-in-tinfoil">https://docs.tinfoil.sh/verification/verification-in-tinfoil</a></p>
]]></description><pubDate>Sat, 02 May 2026 11:26:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47985436</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47985436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47985436</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Amateur armed with ChatGPT solves an Erdős problem"]]></title><description><![CDATA[
<p>It's 80 minutes, not 80 hours.</p>
]]></description><pubDate>Sun, 26 Apr 2026 03:09:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47906927</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47906927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47906927</guid></item><item><title><![CDATA[The Closing of the Frontier]]></title><description><![CDATA[
<p>Article URL: <a href="https://tanyaverma.sh/2026/04/10/closing-of-the-frontier.html">https://tanyaverma.sh/2026/04/10/closing-of-the-frontier.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47734444">https://news.ycombinator.com/item?id=47734444</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 11 Apr 2026 22:09:25 +0000</pubDate><link>https://tanyaverma.sh/2026/04/10/closing-of-the-frontier.html</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47734444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47734444</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly"]]></title><description><![CDATA[
<p>Yes they absolutely care and have been doing serious work to migrate PKI to PQC.<p>This was the first of several articles coming out of Google: <a href="https://blog.google/innovation-and-ai/technology/safety-security/cryptography-migration-timeline/" rel="nofollow">https://blog.google/innovation-and-ai/technology/safety-secu...</a><p>And the timeline for web migration is 2027 Q1: <a href="https://security.googleblog.com/2026/02/cultivating-robust-and-efficient.html" rel="nofollow">https://security.googleblog.com/2026/02/cultivating-robust-a...</a><p>And this was Sophie Schmieg’s talk at a cryptography conference this month (they lead PQC migration efforts at Google) tracking migration efforts and urging folks to prioritize signature migrations in lieu of accelerated quantum timelines: <a href="https://westerbaan.name/~bas/rwpqc2026/sophie.pdf" rel="nofollow">https://westerbaan.name/~bas/rwpqc2026/sophie.pdf</a></p>
]]></description><pubDate>Tue, 31 Mar 2026 16:35:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47589935</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47589935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47589935</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly"]]></title><description><![CDATA[
<p>It's unfortunate that we're past the point where all quantum computing progress is public. Between this and the unbearable secrecy of AI labs, balkanization of knowledge is in full force.</p>
]]></description><pubDate>Tue, 31 Mar 2026 06:05:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47583326</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47583326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47583326</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "How we Built Private Post-Training and Inference for Frontier Models"]]></title><description><![CDATA[
<p>Tanya from the Tinfoil team that worked on the confidential computing and security substrate here.<p>Also around to answer any questions!</p>
]]></description><pubDate>Mon, 16 Mar 2026 19:26:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47403592</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47403592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47403592</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Intel Demos Chip to Compute with Encrypted Data"]]></title><description><![CDATA[
<p>We don't have reproducible builds because we attest the full OS image that we run, which is the Ubuntu image. Unfortunately bit-by-bit reproducible binaries for OS images is kind of an unsolved problem, because it requires the hundreds of package maintainers across all dependencies to eliminate any sources of non-determinism in the compilation. Things like timestamps and file reordering are very common and even one of these changes the entire hash.<p>So we do the next best thing. We decide to trust Github and rely on Github Actions to faithfully execute the build pipeline. We also make sure to pin all images and dependencies.</p>
]]></description><pubDate>Mon, 16 Mar 2026 17:50:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47402330</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47402330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47402330</guid></item><item><title><![CDATA[New comment by FrasiertheLion in "Intel Demos Chip to Compute with Encrypted Data"]]></title><description><![CDATA[
<p>Enclaves have a property that allows the hardware to compute a measurement (a cryptographic hash) of everything running inside it, such as the firmware, system software such as the operating system and drivers, the application code, the security configuration. This is signed by the hardware manufacturer (Intel/AMD + NVIDIA).<p>Then, verification involves a three part approach. Disclaimer: I'm the cofounder of Tinfoil: <a href="https://tinfoil.sh/">https://tinfoil.sh/</a>, we also run inference inside secure enclaves. So I'll explain this as we do it.<p>First, you open source the code that's running in the enclave, and pin a commitment to it to a transparency log (in our case, Sigstore).<p>Then, when a client connects to the server (that's running in the enclave), the enclave computes the measurement of its current state and returns that to the client. This process is called remote attestation.<p>The client then fetches the pinned measurements from Sigstore and compares it against the fetched measurements from the enclave. This guarantees that the code running in the enclave is the same as the code that was committed to publicly.<p>So if someone claimed they were only analyzing aggregated metrics, they could not suddenly start analyzing individual request metrics because the code would change -> hash changes -> verification fails.</p>
]]></description><pubDate>Tue, 10 Mar 2026 23:33:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47330123</link><dc:creator>FrasiertheLion</dc:creator><comments>https://news.ycombinator.com/item?id=47330123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47330123</guid></item></channel></rss>