Planning of AI in the Product Development Process #170
samshdn
started this conversation in
3 - AI Tooling
Replies: 1 comment
-
Two potential future automation scenarios enabled by AI:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use various AI tools in our daily work. One type is web-based AI tools, such as ChatGPT.com and Grok.com. Another type is IDE plugins, which excel at providing coding assistance.
Another way is to use AI through APIs, which is the topic we are currently discussing.
Through an LLM gateway like requesty.com, we can programmatically read local data as context, connect to different LLMs, instruct the LLMs to perform tasks in batches, and present the LLM outputs in various formats.
For the data mapping task in the current project, we can explore using LLMs. In the short term, LLMs can assist in analyzing critical missing logistics data, and based on their outputs, we can improve data mapping rules. In the long term, we can consider transitioning from rule-based data mapping to using models to directly generate mapping status codes.
Beta Was this translation helpful? Give feedback.
All reactions