u/carlinwasright

▲ 0 r/Python

In the age of agentic coding what are you doing with your “human” tooling like uv, linters, etc?

Starting with uv, I’m a huge fan, but I find it actually gets in the way more than it helps when I’m doing agentic coding. I have to keep reminding the agent to use uv instead of pip.

Same issue with ruff, since I’m not coding with a regular ide I have to make extra prompts to force it to use ruff. But with today’s models being so good, it doesn’t even seem necessary.

Other tools fall into this category as well, but curious to hear how other others are approaching their tooling. Are you just throwing it all out or are you adding skills to keep your tooling in place?

reddit.com
u/carlinwasright — 7 days ago
▲ 0 r/Python

Best pool settings for SQLAlchemy on a Vercel deployment

I have tried various pool sizes and NullPool. NullPool is slower but also minimizes db connections. Using a pool is faster but tends to max out my db connections. Is there some magic setting that will give me the speed of pooling without running up my connection count?

I am using fluid compute so the functions start warm.

My feeling is that if I set a very short recycle time that may be helpful but not sure.

reddit.com
u/carlinwasright — 3 months ago