Delta, DeltaDB, and the rise of “conversation-native” code reviews
software engineering Aug 13, 2026 6 min read

Delta, DeltaDB, and the rise of “conversation-native” code reviews

Delta is a multiplayer environment for agent-driven coding where conversations stay connected to the evolving code. Under the hood, DeltaDB captures fine-grained edits and conversation context so reviews can be anchored to stable references rather than fragile snapshot line numbers. ([zed.dev](https://zed.dev/blog/introducing-delta))

by ahsan
Oracle/OpenJDK: What “No AI-generated code” really means (and how to work anyway)
software engineering Aug 07, 2026 6 min read

Oracle/OpenJDK: What “No AI-generated code” really means (and how to work anyway)

Oracle-backed OpenJDK has reportedly moved to block submissions of AI-generated code, while still allowing private AI use for debugging and review. The policy reflects safety, security, and IP/provenance concerns—and highlights a growing split between internal AI workflows and external open-source accountability, as described in a Dealroom.co feed item.

by ahsan
Reviving Java Applets and Building New Math Visualizations with Coding Agents
software engineering Jul 12, 2026 8 min read

Reviving Java Applets and Building New Math Visualizations with Coding Agents

Old Java applets died because modern browsers removed the plugin support they depended on. A modern coding agent workflow can port those visuals to JavaScript/HTML5, fix hidden issues, and even generate new interactive math diagrams—while still requiring human validation for subtle UI and numerical edge cases.

by ahsan