Anthropic invests $1.5M in the Python Software Foundation
1–10 of 192 posts
Re: Anthropic invests $1.5M in the Python Software Foundation
#2Just recently I heard that typed languages are best for agentic programming
Re: Anthropic invests $1.5M in the Python Software Foundation
#3Re: Anthropic invests $1.5M in the Python Software Foundation
#4Just recently I heard that typed languages are best for agentic programming
So add mypy to your pre-commit
Re: Anthropic invests $1.5M in the Python Software Foundation
#5This makes sense given how much of the current AI ecosystem is built on top of Python. I hope this helps the foundation improve security for everyone who relies on these libraries.
Re: Anthropic invests $1.5M in the Python Software Foundation
#6Just recently I heard that typed languages are best for agentic programming
Types are best, period. Whether they are native or hints doesn't really matter for the agent, what matters is the interface contract they provide.
Re: Anthropic invests $1.5M in the Python Software Foundation
#7Just recently I heard that typed languages are best for agentic programming
Python is a typed language. Perhaps you were trying to say something different?
Re: Anthropic invests $1.5M in the Python Software Foundation
#8Re: Anthropic invests $1.5M in the Python Software Foundation
#9Just recently I heard that typed languages are best for agentic programming
Types are best, period. Whether they are native or hints doesn't really matter for the agent, what matters is the interface contract they provide.
I don’t get this argument because if we put the effort to get it typed, we don’t get one of the best benefits - performance.
Re: Anthropic invests $1.5M in the Python Software Foundation
#10[deleted]