WeSearch

What ClickHouse learned from a year of coding with AI agents

Alexey Milovidov· ·9 min read · 0 reactions · 0 comments · 18 views
#ai-agents#software-development#coding
What ClickHouse learned from a year of coding with AI agents
⚡ TL;DR · AI summary

ClickHouse has been utilizing AI coding agents for a year, leading to significant insights about their effectiveness. Initially met with skepticism, the agents have proven useful for various coding tasks, especially after the release of Claude Opus 4.5. The company anticipates that 2026 will bring further productivity gains as the tools continue to mature.

Key facts
Original article
The New Stack · Alexey Milovidov
Read full at The New Stack →
Opening excerpt (first ~120 words) tap to expand

$(document).ready(function() { window.sponsorPortcoHits = window.sponsorPortcoHits || []; var sponsorSlug = 'clickhouse'; var postTitle = 'What ClickHouse learned from a year of coding with AI agents'; var url = 'https://thenewstack.io/clickhouse-ai-coding-agents/'; var categories = 'ai-agents,ai-engineering,software-development'; /// Prevent duplicate hits if (window.sponsorPortcoHits.includes(sponsorSlug)) { console.log('[sponsor_portco_hit] duplicate prevented for ' + sponsorSlug); return; } else { window.sponsorPortcoHits.push(sponsorSlug); console.log('[sponsor_portco_hit] unique hit detected for ' + sponsorSlug); var payload = { 'event' : 'sponsor_portco_hit', 'sponsor' : sponsorSlug, 'post_title' : postTitle, 'url' : url }; if (categories) { payload.categories = categories; }…

Excerpt limited to ~120 words for fair-use compliance. The full article is at The New Stack.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from The New Stack