「人生は短いから、単純作業は全部AIに任せる」がモットーの25歳💡Antigravity×n8n×Remotionで寝てる間にコンテンツ生成|YouTubeで実装フロー解説|noteで即使えるJSON販売|失敗も全部シェア|合理的な怠け者です🛋️

Joined November 2025
84 Photos and videos
新AIモデル「Fable 5」が、人の介入ゼロで7分間でネイティブiOSフライト予約アプリを完全自動構築したと話題に。
1
26
Xcodeの起動からシミュレータ操作、発生したバグの修正、最終的な動作確認まで一連の開発フローを全自動で完遂。アプリ開発の自動化レベルが新たな段階に入ったことを示す事例。 元ポスト: x.com/SpikeCalls/status/2065…

Claude built a native iOS flight booking app in 7 minutes from 1 prompt and a few screenshots. The owner never touched the keyboard. He was on the couch, watching a Brazil World Cup documentary on the projector. Below the screen, Fable 5 was driving Xcode on its own. Search page. Payment page. Then the booking confirmation: 2 Ryanair legs, MAN → ACE, seat 3A, 20kg bag, $245.08 total rendering live in an iPhone 17 Pro simulator while Xcode sat in the background. The model opened the simulator itself. Clicked through its own build. Fixed what it saw. No typing. No review. No second prompt. An agency quotes $30,000 and 3 months for an app like this. A junior iOS dev costs $90,000 a year. This cost 1 prompt and 7 minutes of soccer. The documentary is still playing. The app is done. The keyboard is cold.
1
6
コーディングだけでなく、実機相当のテスト・デバッグまで含めて自動化できる時代に。開発スピードの常識が変わりそう。 #AI #AI自動化
4
Computer Use系AIエージェント評価「Stagehand Agent Evals」で、新モデル「Claude Fable 5」がGPT-5.5の半分以下のコストで現行最強の性能を記録したと話題に。
1
61
Stagehand Agent EvalsはAIエージェントのブラウザ操作タスク遂行能力を測るベンチマーク。Fable 5はcomputer use部門で最高スコアを獲得しつつ、推論コストはGPT-5.5の半分以下という結果に。 元ポスト: x.com/scaling01/status/20648…

Fable 5 is also by far the best computer use model according to Stagehand Agent Evals it also costs less than half of GPT-5.5
1
77
性能とコストの両立はAI自動化の運用コスト計算に直結する重要ポイント。今後のエージェント選定基準にも影響しそうな結果。 #AI #AI自動化
21
新しいMacBookのセットアップが、コーヒー2杯飲む間に終わった、という人が出てきた。
1
10
CodexのComputer Useに「アプリインストール→アカウント設定→SSHキー生成→VS Codeテーマ適用」まで一括で任せて、ほぼ完全自動化したという報告。 元ツイート: x.com/madebydia/status/20650…

I set up a new MacBook and only touched Settings once, to enable Codex Computer Use. Codex installed every app I needed from email client to Stream Deck, set up all my accounts (I just punched in my passwords), ssh keys, themed my Kitty with Starship, and stood up @code with great DX settings and a beautiful Catpuccin theme (even got the icons without me asking it to) What used to take me all day or a bunch of scripting was finished before my second cup of coffee Anything with programs, settings, anything administrative or fiddly — you should be chatting, not clicking Any company that's letting their employees set up a work laptop manually is wasting days of dev time
1
1
50
環境構築という"地味な時間"すら、もうAIに渡せる時代になってきた。 #AI #AI自動化
1
7
カスタマー対応AIの構築期間が、4〜8週間→数時間に短縮されたサービスが出てきた。
1
1
1
6
ParloaがMCP活用の「Agent Skills」をリリース。非技術者でもCRM・予約・チケット・コンプライアンス統合を構築でき、平均対応時間も67秒短縮したと実績を公開。 元ツイート: x.com/wallstengine/status/20…

Parloa launched Agent Skills, built on MCP, letting CX teams connect AI agents to CRM, booking, ticketing and compliance workflows without middleware. Parloa says integration timelines can fall from 4-8 weeks to hours, with early results showing 67 sec lower AHT.
1
12
ノーコードでAIエージェントを"組み立てる"時代がもう来てる。次はあなたの業務にも、この波が来るかもしれない。 #AI #AI自動化
1
14
Codexの「Computer Use」機能だけで、自分のGitHubリポジトリを5分おきに自動メンテし続けてるエンジニアが現れた。
1
14
orchestrator・triage・autoreviewを組み合わせ、グリーンなPRは人の確認なしで自律的に処理。レビューも統合判断もAIが連続実行する運用が、もう動いている。 元ツイート: x.com/steipete/status/206499…

Here's a simple loop: Tell codex to maintain your repos, wake up every 5 minutes and direct work to threads. That makes it easy to parallelize steer work as needed. I use a orchestrator skill combined with my triage autoreview computer use skills, so some work can land autonomously. github.com/steipete/agent-sc… github.com/steipete/agent-sc…
1
6
コードを書くだけじゃなく、リポジトリの面倒を見る役割までAIに渡る時代に来た。次にAIに任せるのは"判断"かもしれない。 #AI #AI自動化
5
LangChainが「Deep Agents」をMITライセンスで完全無料公開した。エージェント開発のハードル、これでまた一段下がる。
1
28
LangGraphベースで、TODOプランニング・ファイルシステム操作・サブエージェント委任・Human-in-the-loop・長期メモリまで全部1行でセットアップ可能。複雑な自前実装が要らなくなるレベル。
1
16
もう「フレームワークから手作り」する時代じゃないのかも。元ポストはこちら→ x.com/itsharmanjot/status/20… #AI #AI自動化

LangChain just open-sourced Claude Code's architecture. MIT licensed. Any model. $0. It's called Deep Agents Built on LangGraph, ships with everything a coding agent needs Here's what's inside 📌 Planning first Before executing anything, the agent writes a structured TODO list No more random tool calls. It thinks before it acts 📌 Filesystem access The agent reads, writes, edits, searches files with absolute paths It can offload large results to files to avoid context window overflow 📌 Subagent delegation Complex tasks get split across isolated sub-agents with their own context windows The main agent orchestrates. Subagents execute 📌 Human-in-the-loop built in You can configure which tools need approval before running The agent pauses. You decide. It continues 📌 Long-term memory Files under /memories/ persist across conversations via pluggable backends User preferences, knowledge bases, research threads, all saved The whole thing is built on LangGraph so you get streaming, Studio, and checkpointing out of the box One line to start: → pip install deepagents → create_deep_agent(tools=[your_tool], system_prompt="...")
17
Python未経験の物理研究者が、AIだけで「月面の氷採掘シミュレーション」を構築。しかも初回実行でエラーフリーという衝撃。 本職プログラマーじゃなくても、専門領域の検証コードがAIで作れる時代に入った。 #AI #AI自動化
1
20
通常なら2日かかる作業をvibe coding AIで30分に短縮。さらにAIは物理エンジンのバグも発見し、均衡条件と境界条件まで自動で修正。 コード生成だけでなく「物理的に正しいか」まで判断できるレベルに来てる。 元ツイート: x.com/DrPhiltill/status/2065…

Progress update on the physics-based vibe coding. Yesterday I got 2 days of work done in 30 minutes. I noticed the software, which simulates the loss of ice from lunar soil as it sits in an excavator bucket in the sunlight, was outputting a plot that seemed wrong. I pointed out the error to the AI, which told me immediately the cause of the problem in the code structure. In the first timestep the sublimation rate is high, and it extrapolates that rate for the entire time step, which predicts an unreasonably high amount of sublimation. I suggested to the AI that vapor pressure in lunar soil reaches equilibrium in a microsecond, which is short relative to the timestep, so we could restructure the code to always assume equilibrium conditions and use a Robin boundary condition for the outflow. After discussing with the AI how to make these changes in the least disruptive way — to minimize the risk of introducing bugs — I told the AI to make it so, and it gave me error-free code on the first try. For the past 24 hours, I have now been running simulations and getting perfect outputs. I feel confident that we now know how to design lunar ice mining to avoid loss of the resource. I’m working in python, and I don’t even know python. I’m working from my laptop, but there is no compiler installed on my laptop. Everything is running in the cloud. My productivity has been multiplied by a large factor. The people who say AI is not giving us practical benefits are simply not paying attention.
1
26
プログラミングスキルより「やりたいことを正確に言語化できるか」が重要になってきている。 専門家×AIの組み合わせは、想像以上に早くいろんな分野に広がりそう。 #AIエージェント #vibecoding
4