# How Edgar Allan Poe found bugs in Turso

DevFeed: [How Edgar Allan Poe found bugs in Turso](<https://devfeed.tech/articles/how-edgar-allan-poe-found-bugs-in-turso-5938.md>)

Original publisher: [Read original article](<https://turso.tech/blog/edgar-allan-poe>)

Author: Mikaël Francoeur

Published: 2026-06-08T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [testing](<https://devfeed.tech/tags/testing.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

The article describes using LLM coding agents to autonomously test Turso's relational database and find bugs. It contrasts this approach with oracle-based random SQL generation, which can require long runs to reach difficult combinations of SQL features.

## Source excerpt

How we use LLM coding agents to autonomously find bugs in Turso, and why giving them creative personas makes them better database testers.