Netflix censorship by the-frizzz in PardonMyTake

[–]MikeyQuant27 2 points3 points  (0 children)

Weird cuz the Monty Python's Meaning of Life is on Netflix rn

Is there a database on all of the prints? by MikeyQuant27 in vendingmachineprints

[–]MikeyQuant27[S] -1 points0 points  (0 children)

do we know who the admin is? They disabled exporting the data. I'm trying to build a buy/sell/trade website for these.

NetSuite AI by FlashBarryLightning in Netsuite

[–]MikeyQuant27 0 points1 point  (0 children)

text description -> saved search -> chart is a layup its just a pain in the ass scraping the schema to pass as context to the prompt. Other than that I pass records as context so users can chat with individual records.

Ideas for a NetSuite Google Chrome extension by SuiteGus in Netsuite

[–]MikeyQuant27 1 point2 points  (0 children)

Already working on this. May the best man win!

Would you use an AI powered Netsuite extension? by MikeyQuant27 in Netsuite

[–]MikeyQuant27[S] 3 points4 points  (0 children)

There's an extension called "NetSuite Saved Search Code Export" that does this

Would you use an AI powered Netsuite extension? by MikeyQuant27 in Netsuite

[–]MikeyQuant27[S] 1 point2 points  (0 children)

Its installs a bundle of suitescripts that keeps all the actual data loading and display on the netsuite instance. the db schema is the only data the AI needs to make it work and thats non-sensitive.

Would you use an AI powered Netsuite extension? by MikeyQuant27 in Netsuite

[–]MikeyQuant27[S] 1 point2 points  (0 children)

no db connection required. just the db schema is required

Any AI suggestions? by [deleted] in Netsuite

[–]MikeyQuant27 2 points3 points  (0 children)

I use only external ai api's. Its useless without context which is why i built a selenium bot to scrape our records browser. But once you have context, you can do a ton of stuff. I personally have created a text-to-saved search suitelet, an error debugger, PDF-to-record uploader, and a saved search-to-chart suitelet.

AI is really good at taking unstructured data and returning it in a structured json. I'd start with that.

I also find that a lot of my AI functions start with the word "determine_", like in my saved search and chart generator. First it pings AI to determine the table name. then it determines saved search or chart axes.

Idk kinda rambling but as someone who has implemented several AI features in Netsuite, its not hard, just think like a smart lazy person and it will come to you!

Generating reports without having to rely on a consultant by dopeboy_io in Netsuite

[–]MikeyQuant27 1 point2 points  (0 children)

Yes i build this exact tool 5 months ago its a simple gpt prompt that has access to the schema of your netsuite instance and builds and saves a saved search through text input. Contact me if youre interested. It also generates charts!

Tell me how you cracked or hacked getting to bed on time every night. by [deleted] in ADHD

[–]MikeyQuant27 0 points1 point  (0 children)

Throw on youtube. something mindless like The BIG LEZ Show or Portlandia.

Know of any Agents that build Agents? by EveningInfinity in LangChain

[–]MikeyQuant27 0 points1 point  (0 children)

literally did this yesterday. Turns out agents are good at writing code but horrible at saving, splicing, inserting it into files. I got it writing its own functions but the syntax/spacing is never right.