HN leecoursey 2/27/2026

What Claude Code Chooses

Post analyzing code generation patterns and decision-making in Claude Code.

HN shreyvj 2/27/2026

Show HN: Inkgest, Link to Gest

Inkgest: LLM-powered content generation tool that scrapes URLs and converts articles into multiple formats (newsletter, blog, LinkedIn post, etc).

HN pretext 2/27/2026

Baudbot: OpenClaw for Teams

Slack-based coding agent for teams that opens branches, writes code, and creates PRs on shared Linux servers.

HN birdculture 2/27/2026

AI=true is an Anti-Pattern

Discussion on using AI=true configuration flags as code smell and importance of good documentation for both agents and humans.

HN wanderinglight 2/27/2026

Show HN: Fast Database for Agents

Kalki: high-concurrency database for storing and indexing agent conversation logs; uses tablet architecture and LLM summarization for efficient multi-agent orchestration.

HN shad42 2/27/2026

We gave terabytes of CI logs to an LLM

AI agent investigated flaky tests by querying CI logs (1.5B lines weekly) with SQL, tracing dependency changes across months in seconds.