TE
ТехЭхо
ГлавнаяТоп за 24 часаНовейшиеЛучшиеВопросыПоказатьВакансии
GitHubTwitter
Главная

ТехЭхо

Платформа технологических новостей, созданная с использованием Next.js, предоставляющая глобальные технологические новости и обсуждения.

GitHubTwitter

Главная

ГлавнаяНовейшиеЛучшиеВопросыПоказатьВакансии

Ресурсы

HackerNews APIОригинальный HackerNewsNext.js

© 2025 ТехЭхо. Все права защищены.

Ask HN: How do you use AI for development in high security environments?

6 балловавтор: thesurlydev6 дней назад
I'm curious how this is done effectively assuming no source should be sent to a model hosted remotely. Are there foundational model toggles for using inference and embedding but not using data for training?

4 comments

daemonologist6 дней назад
All the big providers offer no-training&#x2F;retention guarantees (either by default, or as a toggle, or upon request). For many high security environments though I&#x27;d expect everything to be hosted on-prem or at minimum on company-controlled instances, which does limit your model options somewhat.<p>My employer has such contracts for some use cases, but actually forbids use of code completion&#x2F;generation due to IP concerns.
scarface_744 дня назад
I’ve worked with companies that would never trust publicly hosted models. But don’t have any issues with hosted models on AWS or Azure. But I work in cloud consulting so they already have to trust the cloud provider.<p>Yes this includes GovCloud implementations that have citizenship requirements and you can’t connect outside of the US.<p>I have not admittedly worked on any projects in the “secret” regions.<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;federal&#x2F;secret-cloud&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;federal&#x2F;secret-cloud&#x2F;</a>
sky22245 дней назад
As someone else stated, there are enterprise services that offer solutions that make it so your company data isn&#x27;t consumed, however, I think pretty soon we&#x27;re going to see a lot of companies maintaining models locally in-house.<p>I think this is especially true given that Intel is shifting its focus toward an affordable in-house solution for training AI models locally with its upcoming GPUs.
2rsf4 дня назад
Repeating what others have written based on my experience at the bank i work for- business offering will not use or save you data, and for more sensitive material we simply host it on prem