←back to thread

721 points ralusek | 10 comments | | HN request time: 0.601s | source | bottom
Show context
ryandrake ◴[] No.41870217[source]
I'm making some big assumptions about Adobe's product ideation process, but: This seems like the "right" way to approach developing AI products: Find a user need that can't easily be solved with traditional methods and algorithms, decide that AI is appropriate for that thing, and then build an AI system to solve it.

Rather than what many BigTech companies are currently doing: "Wall Street says we need to 'Use AI Somehow'. Let's invest in AI and Find Things To Do with AI. Later, we'll worry about somehow matching these things with user needs."

replies(15): >>41870304 #>>41870341 #>>41870369 #>>41870422 #>>41870672 #>>41870780 #>>41870851 #>>41870929 #>>41871322 #>>41871724 #>>41871915 #>>41871961 #>>41872523 #>>41872850 #>>41873162 #
1. MiddleEndian ◴[] No.41870851[source]
My company has decided to update its hr page to use AI for reasons unknown.

So instead of the old workflow:

"visit HR page" → "click link that for whatever reason doesn't give you a permanent link you can bookmark for later"

it's now:

"visit HR page" → "do AI search for the same link which is suggested as the first option" → "wait 10-60 seconds for it to finally return something" → "click link that for whatever reason doesn't give you a permanent link you can bookmark for later"

replies(4): >>41870990 #>>41870993 #>>41871005 #>>41871055 #
2. coliveira ◴[] No.41870990[source]
Nvidia needs to continue selling chips like crazy, all companies in the US need to do their fair share to contribute!...
replies(2): >>41871002 #>>41874232 #
3. mstipetic ◴[] No.41870993[source]
Somebody's putting "AI expert" on their resume
4. Oarch ◴[] No.41871002[source]
Bubbles require constant maintenance
5. rightbyte ◴[] No.41871005[source]
"click link that for whatever reason doesn't give you a permanent link you can bookmark for later"

Sounds like engagement hacking?

replies(2): >>41871148 #>>41871159 #
6. __alias ◴[] No.41871055[source]
Mine has as well, but it's pretty useful. It's really just a search engine though, but it's indexed confluence and all other internal sites and i've found it pretty useful for everything.
7. Macha ◴[] No.41871148[source]
I think this is a weird SAML pattern I've seen before where e.g. Okta generates a URL that's like https://somevendor.com/SAML/somesignedbase64payload to do SSO, which is sort of the inverse of the more common approach of the page you're logging into sending you to the Auth provider after seeing your email domain.
replies(1): >>41874372 #
8. stonogo ◴[] No.41871159[source]
My assumption would be clumsy session tracking.
9. karmonhardan ◴[] No.41874232[source]
You joke, but it's literally in the interest of many companies to prop up the SP500 et al. by wasting money on M7 products, isn't it?
10. windowsworkstoo ◴[] No.41874372{3}[source]
This is just to make it an IdP initiated flow (instead of a SP initiated flow) and its to prevent the extra hop back and forwards between Okta/IdP and the application.