John Wiegley <[email protected]> writes: > I’m definitely interested. If I were to use AI to help get started with this > task, would it invalidate the contribution?
You cannot copy-paste any significant non-trivial code from AI (that's the current Emacs policy), but otherwise AI is allowed -- for idea generation, pseudocode, code examples not used directly, analysis, etc. Also, I'd like to warn that for org-table.el case specifically, I will expect problems with AI-generated code even without this policy. Simply because org-table code is often relying on undocumented assumptions - AI *will* make things up and produce buggy code (maybe unless you roll out full-fledged claude instructions file that documents all those assumptions and design decisions, but that's probably even harder than writing everything yourself). I do not expect the idea you introduced to be suitable for AI agentic coding; assistance at best. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
