E Every release I scan the APEX Ideas App implementations to see which long-standing requests finally landed. In 26.1 three of them are about the Interactive Grid, and together they add up to one thing: the editable grid now behaves much more like a spreadsheet. If you build data-entry screens, this is the upgrade you actually feel. So let me walk through what changed and where the sharp edges are. Copy, cut, paste, paste-insert The editable Interactive Grid now supports the full clipboard set you expect from a spreadsheet: Copy – puts the selected cells on the clipboard Cut – copies, then clears the cells Paste – overwrites the target cells with what is on the clipboard Paste Insert – creates new rows and drops the clipboard data into them It works within one grid, between two different grids on the page, and from an external spreadsheet. Multi-row and multi-column selections all come along. Copy was already there before, but this release rounds out the rest, so a ...
I I do a lot of work with Oracle APEX, and since April I run it out of a single folder. It is an Obsidian vault, a git repository and a Claude Code project at the same time. I call it my Brain, and Claude Code is the operator working inside it. This article is not about prompts. It is about the less visible part: contracts, checklists, git discipline, hooks and a feedback loop, because that is what turned Claude from a clever intern into something I can hand a task to and walk away from. Almost every piece below was born from a mistake it made. This is the simplified version. Every section below has more behind it than I can show here, and whole areas of the Brain (the parts that read my inbox, draft invoices, scrape LinkedIn or run my weekly audits) are left out on purpose. If you know Hermes Agent from Nous Research, the self-improving agent with its own skills and memory, this is kind of my version of it. Built from Markdown, git and hooks instead of a framework, and tuned...