Live data from Hacker News

ChatGPT Enterprise

openai.com

71–80 of 532 posts

Re: ChatGPT Enterprise

#71
That was quick. Companies offering APIs end up competing with their developer base that built end-user facing products. Another example is Twilio that offers retail-ready products now such as Studio, prebuilt Flex, etc.

Re: ChatGPT Enterprise

#72
We (like many other companies) have deployed an internal UI[1] that integrates with our SSO and makes calls via the OpenAI API, which has better data privacy terms than the ChatGPT website.

We'd be potentially very interested in an official internal-facing ChatGPT, with a caution that the economics of the consumption-based model have so far been advantageous to us, rather than a flat fee per user per month. I can say that based on current usage, we are not spending anywhere close to $20 per user per month across all of our staff.

[1] We used this: https://github.com/dotneet/smart-chatbot-ui

Re: ChatGPT Enterprise

#73
post #59

Earlier quoted context omitted.

At the bottom, in their coming soon section: "Customization: Securely extend ChatGPT’s knowledge with your company data by connecting the applications you already use"

I saw it, but it only mentions "applications" (whatever that means) and not bare documents. Does this mean companies might be able to upload, say, PDFs, and fine-tune the model on that?

Yeah, I'll be curious to see what it means by this. Could be a few things, I think:

- Codebases

- Documents (by way of connection to your Box/SharePoint/GSuite account)

- Knowledgebases (I'm thinking of something like a Notion here)

I'm really looking forward to seeing what they come up with here, as I think this is a truly killer use case that will push LLMs into mainstream enterprise usage. My company uses Notion and has an enormous amount of information on there. If I could ask it things like "Which customer is integrated with tool X" (we keep a record of this on the customer page in Notion) and get a correct response, that would be immensely helpful to me. Similar with connecting a support person to a knowledgebase of answers that becomes incredibly easy to search.

Re: ChatGPT Enterprise

#74
post #26

Interesting, but I am a bit disappointed that this release doesn't include fine-tuning on an enterprise corpus of documents. This only looks like a slightly more convenient and privacy-friendly version of ChatGPT. Or am I missing something?

You don't fine-tune on a corpus of documents to give the model knowledge, you use retrieval.

They support uploading documents to it for that via that code interpreter, and they're adding connectors to applications where the documents live, not sure what more you're expecting.

Re: ChatGPT Enterprise

#75
Interesting that they're still centered around Chat as the interface, with https://flowch.ai (our product) we're building it much more around projects and reports, which we think is often more suitable for businesses.

We're going after some of these use cases:

Want a daily email with all the latest news from your custom data source (or Google) for a topic? How about parsing custom data and scores from your datasets using prompts with all the complicated bits handled for you, then downloading as a simple CSV? Or even simply bulk generating content, such as generating Press Releases from your documents?

All easy with FlowChai :)

I think there's room for many different options in this space, whether that be Personal, Small Business or Enterprise.

Here's an example of automatically scraped arXiv papers on GPT4, turned into a report (with sources) generated by GPT4: https://flowch.ai/shared/6107d220-4e19-4bdc-a566-e84e8a60565...

Re: ChatGPT Enterprise

#77

Earlier quoted context omitted.

I believe the API (chat completions) has been private for a while now. ChatGPT (the chat application run by OpenAI on their chat models) has continued to be used for training… I believe this is why it’s such a bargain for consumers. This announcement allows businesses to let employees use ChatGPT with fewer data privacy concerns.

You can turn off history & training on your data

Note that turning 'privacy' on is buried in the UI; turning it off again requires just a single click.

Such dark patterns, plus their involvement in crypto, their shoddy treatment of paying users, their security incidents... make it harder for me to feel good about OpenAI spearheading the introduction of (real) AI into the world today.

Re: ChatGPT Enterprise

#79

Interesting that they're still centered around Chat as the interface, with https://flowch.ai (our product) we're building it much more around projects and reports, which we think is often more suitable for businesses. We're going after some of these use cases: Want a daily email with all the latest news from your custom data source (or Google) for a topic? How about parsing custom data and scores from your datasets u…

Some feedback (it's clear you're just pitching FlowChai, but that's ok its HN):

I quick scrolled through your webpage and had no idea what it was. Extremely text heavy, and generic images that didn't communicate anything. I wanted to know what the product LOOKED like, especially as you're describing the difference between it and the chat interface of OpenAI.

I think you updated your comment (or I missed it) with the link to a "report" - it looked just like the output of one of the text bubbles except it had some (source) links (which I think Bing does as well)? It didn't seem all that different to me.

Re: ChatGPT Enterprise

#80

Earlier quoted context omitted.

I believe the API (chat completions) has been private for a while now. ChatGPT (the chat application run by OpenAI on their chat models) has continued to be used for training… I believe this is why it’s such a bargain for consumers. This announcement allows businesses to let employees use ChatGPT with fewer data privacy concerns.

You can turn off history & training on your data

Yes they bundled it under single dark pattern toggle so most people won’t click it.
Post reply on HN