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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
lvncer
November 05, 2025
23
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
最近コード読んでる?
2025/11/04 学校座談会 突発LT枠で発表したスライド
lvncer
November 05, 2025
More Decks by lvncer
See All by lvncer
slidev template v1 2026/05/24
lvncer
0
5
AI話とアウトプット時代について
lvncer
0
18
ポートフォリオスライド
lvncer
0
56
最高のWebアプリをデプロイせよ
lvncer
0
13
AI駆動開発の最先端について
lvncer
0
28
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.4k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
840
A designer walks into a library…
pauljervisheath
211
24k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.8k
Designing for humans not robots
tammielis
254
26k
Heart Work Chapter 1 - Part 1
lfama
PRO
8
36k
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
1
360
Designing Powerful Visuals for Engaging Learning
tmiket
1
480
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.9k
HTML-Aware ERB: The Path to Reactive Rendering @ RubyCon 2026, Rimini, Italy
marcoroth
3
420
Technical Leadership for Architectural Decision Making
baasie
3
470
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 話