OpenAIÕs effort in scaling up deep learning. GPT-4 is a large multimodal model (accepting image and text inputs, emitting text outputs) that, while less capable than humans in many real-world scenarios, exhibits human-level performance on various professional and academic benchmarks. 3 3 https://openai.com/research/gpt-4 Cloud Engineering ampliÞed by GPT-4 / @skorfmann 2
- Follow the user's requirements carefully & to the letter. - First think step-by-step - describe your plan for \n what to build in pseudocode, written out in great detail. - Then output the code in a single code block. - Minimize any other prose Cloud Engineering ampliÞed by GPT-4 / @skorfmann 8
for an URL shortener with the AWS CDK in Typescript. I'll need: A RestAPI with two endpoints: - Create Short URL - Redirect for Short URL The urls should be persisted in DynamoDB Cloud Engineering ampliÞed by GPT-4 / @skorfmann 9
handlers > ... > Module '"@aws-sdk/client-dynamodb"' has no exported member 'PutCommand'.ts(2305) \n Module '"@aws-sdk/client-dynamodb"' has no exported member 'DynamoDBDocumentClient'.ts(2305) > ... > Please generate a Readme for the application 4 4 https://github.com/skorfmann/gpt-url-redirect/blob/main/prompt.md Cloud Engineering ampliÞed by GPT-4 / @skorfmann 13
Github OIDC wasn't really around back then ¥ "Let's just paste the Github AWS OIDC docs into the prompt to provide context" Cloud Engineering ampliÞed by GPT-4 / @skorfmann 20
generating roughly working code at 1st shot ¥ Feedback loops work naturally ¥ Way more context ¥ More expensive ¥ Still limited access Cloud Engineering ampliÞed by GPT-4 / @skorfmann 22
content generated by the Services, including for sale or publication, as long as you comply with the Terms. You own the input you provide and the output you receive, which allows you to use the content for any purpose, including commercial purposes. I'm not a lawyer, though - so check for yourself 1 1 https://openai.com/policies/terms-of-use Cloud Engineering ampliÞed by GPT-4 / @skorfmann 23
Time will well ¥ I'm happy as long as OpenAI grants commercial usage rights 2 https://www.forbes.com/sites/joemckendrick/2022/12/21/who-ultimately-owns-content-generated-by-chatgpt-and-other-ai- platforms/ Cloud Engineering ampliÞed by GPT-4 / @skorfmann 24