Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
最近コード読んでる?
Search
lvncer
November 05, 2025
0
17
最近コード読んでる?
2025/11/04 学校座談会 突発LT枠で発表したスライド
lvncer
November 05, 2025
Tweet
Share
More Decks by lvncer
See All by lvncer
AI話とアウトプット時代について
lvncer
0
8
ポートフォリオスライド
lvncer
0
46
最高のWebアプリをデプロイせよ
lvncer
0
8
AI駆動開発の最先端について
lvncer
0
18
Featured
See All Featured
The Mindset for Success: Future Career Progression
greggifford
PRO
0
270
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
Rails Girls Zürich Keynote
gr2m
96
14k
Music & Morning Musume
bryan
47
7.1k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
440
How to build a perfect <img>
jonoalderson
1
5.2k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
780
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
A Tale of Four Properties
chriscoyier
163
24k
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 話