TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Secure use of LLMs for analyzing customer data

1 pointsby noname_jabroni3 months ago
I would like to use ChatGPT &#x2F; Claude &#x2F; other &quot;off the shelf LLMs&quot; to analyze financial &amp; operational data that prospects submit to my business as part of our quoting process.<p>We current receive data in Excel files and assign it to a team of people who take weeks to review it and prepare a proposal and estimated savings.<p>I believe we can do this much faster and cheaper with LLMs and that the speed trumps the accuracy (and in this case it&#x27;s okay to not be 100% right)<p>My question: what is best practice when using ChatGPT &#x2F; Claude for analyzing these files? We sign NDAs with prospects (though it doesn&#x27;t specify that we would share with a 3rd party like ChatGPT). Is it enough to do a Temporary Chat?<p>To be clear, we have NOT done this yet - which is why I am asking. Thanks!

1 comment

pfuller233 months ago
generally you will find that LLMs out of the box do not do a good job on any Excel file that is big or in any way complex. your best bet would be to paste key regions of the excel into the prompt as markdown. my startup has built a solution to this, we built on some research that Microsoft published last year and have developed a way of encoding spreadsheets so that LLMs can work with them much more easily. we&#x27;re early but if you want to talk you can find us on LinkedIn (<a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;company&#x2F;tracelight&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;company&#x2F;tracelight&#x2F;</a>)