2 ms·
I guess someone could expose the coding environment via MCP.
by kaoD 5d ago
I guess someone could expose the coding environment via MCP.
- tacoooooooo 5d agoThey could and code execution is actually exposed to the model as a tool! But if im running a customer support agent at scale, i'm not sure I want it to be able to write code. I do know I need it to be able to convert timezones though. (its also far more expensive / token inefficient to have it write code each time to convert timezones rather to use a predefined tool I made an know works)
- kaoD 5d ago> token inefficient to have it write code It does not write code. It just calls my tool. But I see your other points though.