|
|
|
|
|
by bootsmann
305 days ago
|
|
Maybe as a small anecdote: I had a coworker ask an AI to write them a function to auth to aws using boto3 and environment variables. The LLM happily complied and gave them a 30 line snippet but it failed to point out that if they were to open boto3 docs it would tell them that it will already default to environment variables when it has no credentials and the whole function is just reinventing the wheel. If you’re throwing the LLM at APIs you don’t know, how could you possibly verify it is using them properly? |
|