Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
最近コード読んでる?
Search
lvncer
November 05, 2025
0
10
最近コード読んでる?
2025/11/04 学校座談会 突発LT枠で発表したスライド
lvncer
November 05, 2025
Tweet
Share
More Decks by lvncer
See All by lvncer
AI話とアウトプット時代について
lvncer
0
5
ポートフォリオスライド
lvncer
0
44
最高のWebアプリをデプロイせよ
lvncer
0
8
AI駆動開発の最先端について
lvncer
0
16
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Designing for humans not robots
tammielis
254
26k
RailsConf 2023
tenderlove
30
1.3k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
680
Done Done
chrislema
186
16k
Embracing the Ebb and Flow
colly
88
4.9k
How STYLIGHT went responsive
nonsquared
100
5.9k
Scaling GitHub
holman
464
140k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Six Lessons from altMBA
skipperchong
29
4.1k
Building Adaptive Systems
keathley
44
2.8k
Transcript
最近コード読んでる? 座談会 突発 LT takahashi kihiro
最近コード読んでる??? もしくは書いてる?
export type AudioChatStatus = "idle" | "listening" | "processing" |
"speaking" | "error"; export class AudioChatOrchestrator { private config: AudioChatConfig; private callbacks: AudioChatCallbacks; private status: AudioChatStatus = "idle"; private isActive = false; constructor( private audioInput: AudioInputService, private speechRecognition: SpeechRecognitionService, private speechSynthesis: IntegratedSpeechService, private animationController: AnimationController, config: AudioChatConfig, callbacks: AudioChatCallbacks = {}, ) { this.config = config; this.callbacks = callbacks; this.setupEventHandlers(); this.updateServiceConfigs(); }
誰だこのコード書いたやつ?! 何もわからんぞ!
vibe coding をしすぎて何も理解してない これじゃただ の AI 自動生成職人じゃないか
このままじゃダメだ
https://simonwillison.net/2025/Oct/7/vibe-engineering/
どのくらい生成 AI に任せているかをあらわす指標 https://bufferings.hatenablog.com/entry/2025/10/02/235024
I think Cursor really amplifies your abilities; it doesn't replace
you. cursor meetup toyo #2 Ryolu
まとめ ちゃんとコードを読む習慣をつけて Vibe Engineering すれば良い(今更)
最後に 10 月 AI 話