Has anyone made anything worthwhile with the new N...
# suitescript
c
Has anyone made anything worthwhile with the new N/llm module (AI)? Just curious to see what people are using it for.
j
Not yet. I’d like to play around with it (did a bit at SW in fall) but our company has said no to any AI unless they control every aspect of it, so I’ve had to also disable Text Enhance (not that we were really using that).
c
That's interesting. Doesn't NetSuite already have your data? The llm module just lets you query your account data as far as I can tell.
j
try telling our security team that
actually the llm module only knows what you send it, I think. I don’t think you can be like “give me a summary of our most popular products” or anything. At least in the demos I saw. Now the analytics AI stuff does allow you to ask human-readable questions about your data but I don’t know if that’s really part of the N/llm module.
the demos I saw of N/llm were more like “read all this text I’m passing to your function, and rewrite if for me in a professional tone”
but it only “knows” about the text you pass in
I could be wrong
c
I thought you could query your data but i'm pretty new to the AI thing.
Yeah looks like it is just general AI and not account stuff
e
@tdietrich @BS have each been working with it for sure
Think they've both written about it on LinkedIn
c
I'll have to go find it. It seems like hooking it up to your own AI module that is fed NetSuite data could be pretty useful at least on the manufacturing side.
a
Simple use in a Map Reduce Map phase... you can of course iterate over multiple script files and build a custom object with details etc...
e
Shameless self-plug: Tim talked about what he's doing with it on the latest SuiteScript Stories episode. Since the model doesn't actually know anything about your account's data (which surprised me but also makes sense), he has a pretty interesting, elegant strategy for enabling it to work on your data.
1000000 5
n
I've used it to create a summary of what are essentially emails stored in netsuite. But that's about it
j
@Nathan L I think I saw a demo of something very similar at SuiteWorld.
looked like something our team could definitely use.
n
Just playing around with it, it’s extremely easy to use
j
Yeah it actually seems fairly straightforward, the session at SW where you got to actually write your own little scripts was a lot of fun.
n
I missed out on suiteworld last year since I had just started with a new company. I’ll be on the lookout for all of you though this year 👀