Reorx’s Forge 头像

消息来源频道

Reorx’s Forge

@reorx_share

频道3,130 位成员公开可见0 人在线

A chronicle of my journey in forging my ideas into writings and products. Archive: https://app.shokichan.com/c/tg/reorx_share

成员规模3,130 位成员
在线情况0 人在线
消息总数6,041 条消息
浏览量总数784,746 次浏览

在这个频道里搜索消息……

t.me/reorx_share

这种东西不是纯纯的提示词污染吗,为啥会有那么多人用。本来 LLM 已经非常玄学和不可控了,还要注入更多别人写的冗长的所谓规则,那输出的代码可真是变得和克苏鲁一样不可名状了。难怪最近看到有人说曾经的 tutorial hell 如今变成了 vibe coding hell, 时代在变,不变的是总会有让新手跳进去的坑
- https://github.com/wshobson/agents
- https://github.com/obra/Superpowers
- https://github.com/microsoft/amplifier
---
To me, this kind of stuff is like bloated boilerplates such as "full-stack e-commerce SaaS NextJS boilerplate." I never use them because I want more control and fewer unpredictabilities. They seem to save you some time, but you will pay a lot more for it later when you encounter deep bugs or need to refactor. For this reason, I won't use prompt templates for agentic coding tools either. There have been enough suggestions to write your own AGENTS.md and not overcomplicate the prompts.