Skip to content

Author

Bingsheng He

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Aug 2026

DBCooker : A Database Kernel-Specialized Coding Agent Harness

Database kernels continuously incorporate new built-in functions to support diverse applications. Synthesizing these native functions is highly complex, as it requires identifying multiple internal units, placing them in the correct source files, and reusing specific internal references. Although recent advancement in LLM-based coding agent frameworks (harnesses) exhibit superior capability, they are typically general-purpose and struggle with the massive and highly coupled database kernel repositories. To address this, we demonstrate DBCooker , a database kernel-specialized coding agent harness. DBCooker offers three core functionalities: (1) Kernel Dependency Inspector , which enables users to inspect internal units and cross-file references via hybrid declaration collection, distinctive unit identification, and cross-unit reference analysis; (2) Interactive Synthesis Planner , which constructs high-level implementation plans through progressive code synthesis and three-stage code validation, allowing developers to verify and refine plans before execution; and (3) Progressive Debugging Workspace , which integrates with database-specific pipelines to provide efficient feedback and adaptive repair, powered by techniques such as operation-as-tool abstraction and memory-augmented orchestration. Conference attendees will experience how DBCooker seamlessly transforms high-level SQL function requests into validated, kernel-ready code for mainstream databases (e.g., SQLite, PostgreSQL, DuckDB).

Wei Zhou, Xuanhe Zhou, Qi-Kang He et al. · 1 citation

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.