|
|
|
|
|
by illwrks
37 days ago
|
|
I’ve been building a small ‘agent’ using copilot at work, partly a learning exercise as well as testing it in a small use case. My personal opinion is that AI and agents are being misrepresented… The amount of setup, guidance and testing that’s required to create smarter version of a form is insane. At the moment my small test is:
Compressed instructions (to fit within the 8k limit)
9 different types of policies to guide the agent (json)
3 actual documents outlining domain knowledge (json)
8 Topics (hint harvesting, guide rails, and the pieces of information prepared as adaptive cards for the user)
3 Tools (to allow for connectors) The whole thing is as robust as I can make it but it still feels like a house of cards and I expect some random hiccup will cause a failure. |
|