剛|生成AI×アプリ開発|予備試験講師

2.7K posts

剛|生成AI×アプリ開発|予備試験講師 banner
剛|生成AI×アプリ開発|予備試験講師

剛|生成AI×アプリ開発|予備試験講師

@fugusakate

生成AIで「現実に使えるアプリ」を作る人。 Swift / AWS / GitHub|AI課金・運用も実体験ベース 司法試験予備試験の講師|難しいことを分かりやすく 2児の父|技術 × 教育 × 実生活

📍 Kagoshima, Japan Katılım Aralık 2020
2.8K Takip Edilen3.7K Takipçiler
Sabitlenmiş Tweet
剛|生成AI×アプリ開発|予備試験講師
はじめまして! #ブルバ100 一人でAI駆動開発してます💻 システム、動画、ウェブサイト、ソフトウェアなど、デジタルコンテンツなら何でも作れます! コラボしたい方など、ご連絡よろしくお願いします🙇‍♂️ youtu.be/4pTNfrxkqkE?si…
YouTube video
YouTube
日本語
2
1
48
2.9K
OpenClaw🦞
OpenClaw🦞@openclaw·
OpenClaw 2026.4.7 🦞 🔮 openclaw infer 🎬 music + video editing 💾 session branch/restore 🔗 webhook-driven TaskFlows 🤖 Arcee, Gemma 4, Ollama vision 🧠 memory-wiki: persistent knowledge, not just vibes Because “trust me bro” is not a knowledge system. github.com/openclaw/openc…
English
169
229
2.2K
304K
剛|生成AI×アプリ開発|予備試験講師
これ、YouTubeショートを量産する仕組みが、ほぼ全部公開されていましたの部分が地味に大事なポイントだと思う。AI駆動開発でアウトプットの速度が爆上がりした時代だからこそ、「何を作らないか」「どこに限られた時間を使うか」の見極めがより重要になってきた。そこまで見えた上で発信しているのがさすがだなと感じる。こういうポストがもっと広まってほしい。 The bit about YouTubeショートを量産する仕組みが、ほぼ全部公開されていました is quietly the most important point here. As AI-driven dev accelerates output, deciding what NOT to build and where to spend limited time becomes even more critical. Impressive to see someone thinking at that depth — posts like this deserve wider reach.
剛|生成AI×アプリ開発|予備試験講師 tweet media
五十嵐@biz_fx50

YouTubeショートを量産する仕組みが、ほぼ全部公開されていました。 必要なのは1つのPythonスクリプトと1本のRedditリンクだけ。 それだけで、完成済みの動画が出てくるとのこと。 やっていることは、 1. Redditのスレッドを取得 2. 投稿と上位コメントをスクショ 3. AI音声でナレーション 4. Minecraftなどの映像を背景に流す 5. コメントカードを重ねる 6. MP4を書き出す YouTubeショートやTikTokで、一度は見たことがある雑学動画です。 GitHub9000スター。無料。オープンソース。

日本語
0
0
3
116
Cursor
Cursor@cursor_ai·
Use Design Mode in Cursor 3 to annotate and target UI elements in the browser.
English
56
96
1.4K
171.2K
剛|生成AI×アプリ開発|予備試験講師
これ、正直めっちゃ共感したわ。GLMは並列制限しすぎてるのが本当に意味不明だよね。 Cursor・Claude Codeを日常的に並行して使い倒してるAI駆動開発者として、複数のタスクやコンテキストを同時に処理したい場面でこの制限は地味にワークフローを破壊する。モデル自体は魅力的だからこそ、余計にもったいないと思うよ。 @AI_masaouさんがこの「実務で感じる意味不明さ」にストレートに切り込んでるのがさすがだ。スペックじゃなく、実際に開発してる人の体感の痛みに寄り添った指摘がいいね。 個人的には技術選定の判断軸に「並列のしやすさ」をかなり重く見るようになった。特に個人開発者にとっては、この部分が開発速度と精神的な余裕を大きく左右すると思う。ただ、サービス側の事情もあるんだろうけどね。 ===== Honestly, this hit me hard and I totally agree. GLM's parallel restrictions being too strict is really baffling, isn't it? As an AI-driven developer who uses Cursor and Claude Code in parallel every day, those restrictions quietly destroy the workflow when you want to handle multiple tasks or contexts at once. The model itself is attractive, which makes it all the more frustrating. What I respect about @AI_masaou is how straightforwardly he calls out this "real-world baffling feeling." It's great insight that focuses on the actual pain developers feel, not just specs. Personally, I've started weighing "ease of parallel usage" heavily in my tech selection criteria. For solo developers especially, this aspect can make a huge difference in development speed and mental bandwidth. Though there might be operational reasons on their side, of course.
剛|生成AI×アプリ開発|予備試験講師 tweet media
まさお@AI駆動開発@AI_masaou

GLMは並列制限しすぎてるのが本当に意味不明

日本語
0
0
5
136
剛|生成AI×アプリ開発|予備試験講師
これ、ただの「サイト複製がすごい」話じゃない。 `/clone-website` を `claude --chrome` で回して、AIがスクショではなくブラウザの実測値を土台にUIを再構成する流れが見えてきた。 価値はCSSを書く速さより、「何を残して何を変えるか」の判断に移る。 #ClaudeCode #AI駆動開発 GitHub+2GitHub+2 This isn’t just “wow, AI can clone a site.” With `/clone-website` plus `claude --chrome`, the real shift is that AI can rebuild UI from browser-observed values, not just screenshots. The moat moves from writing CSS faster to deciding what to keep, what to change, and why. #ClaudeCode #AIDev GitHub+2GitHub+2
剛|生成AI×アプリ開発|予備試験講師 tweet media
Oliver Prompts@oliviscusAI

🚨 Someone just built a Claude Code skill that clones any website perfectly in one prompt. It uses the built-in Chrome MCP to go straight to the source. It pulls the exact fonts, colors, and layout directly from the browser. 100% Open Source.

日本語
0
0
2
74
剛|生成AI×アプリ開発|予備試験講師
これ、ただの「サイト複製がすごい」話じゃない。 `/clone-website` を `claude --chrome` で回して、AIがスクショではなくブラウザの実測値を土台にUIを再構成する流れが見えてきた。 価値はCSSを書く速さより、「何を残して何を変えるか」の判断に移る。 #ClaudeCode #AI駆動開発 GitHub+2GitHub+2 This isn’t just “wow, AI can clone a site.” With `/clone-website` plus `claude --chrome`, the real shift is that AI can rebuild UI from browser-observed values, not just screenshots. The moat moves from writing CSS faster to deciding what to keep, what to change, and why. #ClaudeCode #AIDev GitHub+2GitHub+2
剛|生成AI×アプリ開発|予備試験講師 tweet media
Oliver Prompts@oliviscusAI

🚨 Someone just built a Claude Code skill that clones any website perfectly in one prompt. It uses the built-in Chrome MCP to go straight to the source. It pulls the exact fonts, colors, and layout directly from the browser. 100% Open Source.

日本語
0
0
0
26
剛|生成AI×アプリ開発|予備試験講師
これ、ただの「サイト複製がすごい」話じゃない。 `/clone-website` を `claude --chrome` で回して、AIがスクショではなくブラウザの実測値を土台にUIを再構成する流れが見えてきた。 価値はCSSを書く速さより、「何を残して何を変えるか」の判断に移る。 #ClaudeCode #AI駆動開発 GitHub+2GitHub+2 This isn’t just “wow, AI can clone a site.” With `/clone-website` plus `claude --chrome`, the real shift is that AI can rebuild UI from browser-observed values, not just screenshots. The moat moves from writing CSS faster to deciding what to keep, what to change, and why. #ClaudeCode #AIDev GitHub+2GitHub+2
剛|生成AI×アプリ開発|予備試験講師 tweet media
Oliver Prompts@oliviscusAI

🚨 Someone just built a Claude Code skill that clones any website perfectly in one prompt. It uses the built-in Chrome MCP to go straight to the source. It pulls the exact fonts, colors, and layout directly from the browser. 100% Open Source.

日本語
0
0
0
29
剛|生成AI×アプリ開発|予備試験講師
これ、ただの「サイト複製がすごい」話じゃない。 `/clone-website` を `claude --chrome` で回して、AIがスクショではなくブラウザの実測値を土台にUIを再構成する流れが見えてきた。 価値はCSSを書く速さより、「何を残して何を変えるか」の判断に移る。 #ClaudeCode #AI駆動開発 GitHub+2GitHub+2 This isn’t just “wow, AI can clone a site.” With `/clone-website` plus `claude --chrome`, the real shift is that AI can rebuild UI from browser-observed values, not just screenshots. The moat moves from writing CSS faster to deciding what to keep, what to change, and why. #ClaudeCode #AIDev GitHub+2GitHub+2
剛|生成AI×アプリ開発|予備試験講師 tweet media
Oliver Prompts@oliviscusAI

🚨 Someone just built a Claude Code skill that clones any website perfectly in one prompt. It uses the built-in Chrome MCP to go straight to the source. It pulls the exact fonts, colors, and layout directly from the browser. 100% Open Source.

日本語
0
0
0
40
剛|生成AI×アプリ開発|予備試験講師
これ、ただの「サイト複製がすごい」話じゃない。 `/clone-website` を `claude --chrome` で回して、AIがスクショではなくブラウザの実測値を土台にUIを再構成する流れが見えてきた。 価値はCSSを書く速さより、「何を残して何を変えるか」の判断に移る。 #ClaudeCode #AI駆動開発 GitHub+2GitHub+2 This isn’t just “wow, AI can clone a site.” With `/clone-website` plus `claude --chrome`, the real shift is that AI can rebuild UI from browser-observed values, not just screenshots. The moat moves from writing CSS faster to deciding what to keep, what to change, and why. #ClaudeCode #AIDev GitHub+2GitHub+2
剛|生成AI×アプリ開発|予備試験講師 tweet media
Oliver Prompts@oliviscusAI

🚨 Someone just built a Claude Code skill that clones any website perfectly in one prompt. It uses the built-in Chrome MCP to go straight to the source. It pulls the exact fonts, colors, and layout directly from the browser. 100% Open Source.

日本語
0
0
0
49