注册并分享邀请链接,可获得视频播放与邀请奖励。

与「VIBE파티룸」相关的搜索结果

VIBE파티룸 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 VIBE파티룸 的内容
[📢] NAVER VIBE '#파티룸#' 진행 안내 3월 13일 월요일 저녁 7시 NAVER VIBE에서 '파티룸’을 진행합니다! 바이브에서 만나요💜❤ ▶ ▶ #유주# #YUJU# #바이브# #파티룸# #네이버바이브파티룸#
显示更多
0
13
3.8K
1.1K
转发到社区
[📣] 윤지성 NAVER VIBE #파티룸# 진행 안내 12월 5일 월요일 저녁 9시 NAVER VIBE 에서 '파티룸'을 진행합니다! 지성이와 미리 크리스마스 함께 해요💜💙🎄 🔗 🔗 #윤지성# #YoonJisung# #바이브# #파티룸# #네이버바이브파티룸#
显示更多
0
3
495
200
转发到社区
[네이버 VIBE 파티룸] 첫 미니앨범 'ARIA' 트랙리뷰 함께해요! 💛 #예린# #YERIN# #예린_아리아# #YERIN_ARIA# #ARIA#
0
10
3.6K
947
转发到社区
🖤박지훈🤍 "Blank_or_Black" 컴백 파티🎁에 MAY 여러분을 초대합니다💛💚💖 지금 바로 #네이버VIBE# 에서 지훈이와 함께 해요🥳💓 #PARKJIHOON# #박지훈# #Blank_or_Black# #Blank_Effect#
显示更多
0
2
2.6K
775
转发到社区
今天用 Kimi K3 给 CatReader 增加一广场的功能呢,其实改动量不少,包括前端后端和设计,差不多折腾了一天,上线了。Token 消耗比网传的少太多了。K3 的表现相当出色。 我觉得 Kimi 犯了一个宣传上的大问题,导致很多用户直接用 做 Coding 的事,但 Kimi App 做的是 Work 的事,用 Work 做 Coding,Token 消耗是急剧增加的。 我的 Vibe 群一堆用户用 Kimi App 而不是 Kimi Code cli 工具做编程,不烧 Token 才怪。
显示更多
北京时间今晚7点(硅谷明早4点),CSDN 创始人蒋涛亲自下场聊Agent 近百个 Vibe Coding 作品之后,真正能上线的 Agent,难点已经不是 Demo 能不能跑,而是能不能接入真实数据、跑完长任务、失败后继续工作。 与 InfiniSynapse、InsCode 一起拆解:如何把 Agent 从“看起来能用”,做成真正可交付的应用
显示更多
Today we are releasing Cloudflare OS, a chatbot with connectors, just like every other tech company is doing. Except actually, it's different. This is a remake of Sandstorm[.]io, my startup from 10 years ago, except this time built on Cloudflare Workers (the platform I've spent the last 9 years building) and deeply leveraging AI. This is more or less the culmination of my secret 10-year master plan. This is a full-on personal app vibe coding platform, in which the sandbox is so secure that you can pretty much go wild -- the AI cannot introduce a significant security bug. We believe a company's security team can feel comfortable giving non-technical users permission to vibe code and then sleep soundly at night. How is that possible? It's the Sandstorm security model, revisited. A "Gadget" is the same thing as a Sandstorm "Grain": a fine-grained app instance. For example, if you have a document editor app, each document runs as a separate instance of the app, in a separate sandbox (one "Gadget"). This means two things, both of which I think are Big Deals: 1. The platform can manage all access control, by controlling who can access the Gadget at all. There is no way the Gadget can accidentally leak itself to an attacker -- even an attacker who has access to other Gadgets based on the same app. 2. Since everyone is running their own copy of the code, everyone can freely *modify* their copy of the code. Think about #2# a bit more. What if, when you wanted a new feature in the software you are using, you could just prompt your agent to add it? This doesn't work in the cloud Software-as-a-Service model, because you are not running your own copy of the app. Sandstorm tried to change that 10 years ago, but the world wasn't ready, because not enough people had the skills or patience to actually modify their software. AI has changed that. Now you just ask the agent -- the same agent that you are using to help you interact with the Gadget can also modify the code of the Gadget. And it is so fun.
显示更多
0
219
5.5K
656
转发到社区
Codex 5.6 最强的隐藏技巧:不仅能省下 90% 的 Token,还能让 AI 少交半成品、少做无效返工! 很多人Vibe Coding,第一句话就是: 帮我把这个功能做出来。 但结果常通常是半成品,因为它拿到的只是需求,不是交付标准。 分享一条我反复调整后一直在用的提示词,直接开启 Codex 的交付工程师模式: 暂时不要写代码。请先确认需求,最多向我提出 5 个决定方案方向的关键问题,每次只问一个;已有信息不要重复确认,非关键细节请自行做合理假设。 提问结束后,把需求整理成一份精简、可验证的验收清单,覆盖核心流程、异常情况、空状态、加载状态和不同设备适配,并单独列出你的假设、本次范围以及明确不做的内容。 等我确认后再开始开发。完成后必须实际运行项目,按照验收清单逐项验证并汇报结果;未通过的项目继续修改,直到达到验收标准。 换成这种方式后,Codex 的产出质量会明显提升: 1️⃣ 在开发前补齐模糊需求,发现逻辑漏洞和遗漏场景。 2️⃣ 不再改完文件就交差,而是主动运行项目、检查页面、验证核心流程。 3️⃣ 方向提前对齐,避免反复推倒重写,节省时间和 Token。
显示更多
0
25
256
40
转发到社区
Love this summer vibe, what about you?🧡 Holo the Wise
0
0
141
5
转发到社区