《赛博斗蛐蛐 - 大模型写翻页时钟 - Opus-4.6/GPT-5.4/K2.5/MiMo-V2-Pro/GLM-5/Qwen3.5-Plus/某 2.7/某包》 https://www.v2ex.com/t/1200741
然后看到 GLM 5.1 今天可以用了

个人评价:目前效果最佳的模型,动画准确,没有错误的图层堆叠。
一直超时,超时了一个小时了。根本测不下去。
个人评价:这个热度,应该是没法测了
1
beimenjun OP PRO |
2
onedge 3 小时 15 分钟前
可以试试让它画 TUI 的马赛克 banner ,之前我让国内几个模型,只有 KIMI 2 把过,其他都是无限迭代
|
6
onedge 2 小时 17 分钟前
@dingawm 就是 CLI 启动时那个用 Unicode 方块字符拼出来的 TUI 品牌 Banner 。 之前我就简单这么说的, 不过可以用更详细的提示词来比较,让它绘制特定的单词或词组
|
7
onedge 2 小时 16 分钟前
Create a terminal startup splash banner for my CLI agent.
Design direction: - Not retro hacker ASCII. - Not FIGlet. - Use dense Unicode block characters to create a polished, geometric, mosaic-style logo. - Visual tone: premium, minimal, modern, AI developer tool. - The result should look like a branded TUI welcome screen. Implementation requirements: - Use block characters like █ ▓ ▒ ░ ▄ ▀ ▁ ▂ ▃ ▅ ▆ ▇ and box-drawing characters only when useful. - Build the banner from a 2D layout matrix so the art is maintainable. - Support color accents via ANSI escape codes. - Handle narrow terminals by falling back to a smaller version. - Keep vertical height reasonable (around 6–12 lines). - Include padding and spacing so the banner feels intentional and not cramped. - Print a short metadata section below: project name branch or cwd model / mode - Expose options: - enabled - compact - color theme - custom text label Please generate production-quality code and keep the banner component modular. |
8
beimenjun OP PRO @onedge 感觉可能不太适合我这个容器的场景,我这个容器是 iPhone 上显示的。
我看一下这种 CLI 头顶 Banner 在豆腐上要怎么展示,总之肯定不会有什么 project name branch cwd 之类的。 |
9
onedge 1 小时 8 分钟前
|
10
dingawm 9 分钟前
@onedge #7 
时间有点长,花了 38 分钟,token 好像没用多少,就是我没明白他写的这个代码画的是啥 |