newsence
來源篩選

Show HN: Beyond Open Source: Why AI-Assisted Projects Need 'Open Method'

Hacker News

A Hacker News post proposes 'Open Method' as a new standard for AI-assisted software development, arguing that sharing prompts and workflows is crucial for true transparency beyond just open-sourcing code.

newsence

Show HN:超越開源:為何 AI 輔助專案需要『開放方法』

Hacker News
大約 1 個月前

AI 生成摘要

一篇 Hacker News 的貼文提出『開放方法』作為 AI 輔助軟體開發的新標準,認為除了開源程式碼,分享提示詞和工作流程對於真正的透明度至關重要。

Show HN: Beyond Open Source: Why AI-Assisted Projects Need 'Open Method' | Hacker News

Image

Someone on Hacker News called my project "open weights", arguing that without sharing the prompts and process that created the code, I was essentially doing the AI equivalent of releasing model weights without the training data. The code was visible, but the inputs weren't.

That comment led me down a rabbit hole about what "open source" actually means in an AI-assisted world.
The problem: Open source was designed assuming humans wrote code.
If you could read the code, you could understand how it was made. AI breaks that assumption. When Claude writes a function based on my prompt, the code tells you what it does, but not why it exists in that form.

My proposal: "Open Method", sharing not just the code, but the process. The prompts, the workflow, the PRDs, the decisions. Enough that someone else could understand not just what you built, but how you built it.

I wrote about this in more depth here: https://dev.to/olaproeis/beyond-open-source-why-ai-assisted-...

Some context on Ferrite:

900+ GitHub stars

Approved for Flatpak (Flathub) release

Just got code signing approved

All development methodology is documented in docs/ai-workflow/

I'm not saying everyone must share their prompts. But I think the open source community should discuss what transparency looks like when AI is writing our code.

Questions for discussion:

If you were reviewing an AI-assisted PR, what would you want to see?

Should repos have an AI_METHOD.md alongside README.md?

Does "open source" need to evolve for the AI era?

Image