Prompt example
1.Decision-making requirements
“To reduce logistics costs, there are two options:
Self-built regional warehouse (high initial investment, low long-term cost)
Cooperation with third parties (pay as you go, high flexibility) Please compare the total cost within 5 years based on the ROI calculation model and recommend the best untie.”
2.Analyze requirements
“Analysis of the sales data of new energy vehicles in the past three years (with CSV attached) shows:
Growth trend and policy relevance;
To predict the market share in 2025, it is necessary to use the ARIMA model and explain the parameters Select by. “
3.Creative needs
“Design a smart home product, requirements:
Solve the safety issues of elderly people living alone;
Combining sensor networks and AI early warning;
Provide prototype sketches of three different technical routes.
4.Verification Requirements
“Here is the conclusion of a paper:’Neural network model A is better than traditional method B’.
Please verify:
Whether the experimental data supports the conclusion;
Check whether there is any bias in the setting of the control group;
Recalculate the p-value and determine the significance. “
5.Execution Requirements
“Convert the following C code to Python, requiring:
Keep the time complexity unchanged;
Use numpy to optimize array operations;
Output complete code with time test cases. “