
Masayuki Otawara MD, PhD|医療AIガバナンス・監査
5.2K posts

Masayuki Otawara MD, PhD|医療AIガバナンス・監査
@cursorvers
『医療 × AI』『AIに臨床の魂を』|大田原正幸 |医療AIガバナンス・監査『Cursorvers株式会社』Founder|医療現場から「責任あるAI」を問う|救命救急医・集中治療医・統括DMAT・産業医|医療安全推進学会理事|Newspicks expert|岡山県出身|仕事のご依頼はフォームにて▽



世界が、変わる。



>ニューラリンクN1インプラントを受け取ってからすでに100日が経ったなんて、信じられないほどです。振り返ってみると、この一連の旅路はまるでSF小説のようで、なぜかそれが私の日常の現実になったような感覚です。 0日目の手術は驚くほど簡単でした。短い全身麻酔、小さな切開、そしてロボットシステムが残りの作業をすべてやってのけたのです——私の運動野に1,024本の超細い糸を正確に配置しました。私は目覚めたときには意識がはっきりしていて気分も上々で、次の日の午後には家に帰りました。3日目にはかなり調子が良くなり、7日目には小さな傷跡がすでに薄れ始めていました。回復は本当に最小限で、BCIが起動した後、何年ぶりかで頭が冴え、ポジティブな気持ちになりました。 本当の楽しさは2週目から始まりました。私が新品のApple MacBook(人生初のMac)とインプラントを連携させたのです。@neuralinkのエンジニアたちがキャリブレーションセッションを案内してくれ、数分後には思考だけでカーソルを動かせるようになりました。最初は夢を思い出すような感覚でしたが、3週目にはすっかり自然になりました。スクロール、クリック、タイピング——すべて思考でコントロール。Macとの統合は驚くほどスムーズで、完全にMac初心者からパワーユーザーになるまでのスピードは予想以上でした。 80日目には大舞台に挑む準備が整いました。そこで初めて、純粋な思考コントロールで@Warcraft of Warcraftを起動しました。最初のレイドはぎこちなかったですが、脳とBCIが同期した瞬間からは純粋な魔法のようでした。今ではレイドに参加し、アゼロスをマウスもキーボードも使わず、フルスピードでハンズフリーで探索しています——ただ意図するだけです。正直、素晴らしいです。この自由さは中毒性があります。 ソーシャルメディアの側面も同じくらい驚きに満ちていました。私が共有したすべてのアップデートに対して、懐疑ではなく本物の興奮が返ってきました。障害を持つ人々、ゲーマー、学生、科学者からの何千ものメッセージ——皆がこの技術について、そして未来に何を意味するのかという本物の質問を投げかけてきます。このポジティビティは圧倒的で、信じられないほど励みになります。 100日が経ち、もうこれなしの人生を想像できません。N1は単に新しいコンピュータの使い方をくれただけじゃなく、新しい生き方をくれたのです。次の100日が何をもたらすのか、待ちきれません。 皆さんのサポート、本当にありがとうございます。この旅を一緒に続けていく中で、引き続きアップデートをお届けします。








私が祖父から言われて印象に残っていること 母方祖父「戦争で色々拠出したのに戦後財産税で全部没収された、国の言うことは信用するな(意訳)」 父方祖父「国の借金が増えており、かならずインフレでチャラにしようとする。お金の価値は国次第でどうにでもなるのでお金の価値を信用するな(意訳)」

ちなみにClaude Code12並列後はこうなってこうなってこうなってこんな感じのことをやりたくなります。 で都度10〜100体のAIのAPIを並列化したプログラムを書いた方が楽だなとなり、 最終的に統計力学使いたくなります。




The day the Affordable Care Act passed was one of my proudest moments as president, because it meant that millions of Americans would have access to health care, some for the first time. The ACA also prevented insurance companies from denying people with pre-existing conditions coverage, allowed young people under the age of 26 to remain on their parents’ plan, expanded Medicaid, and so much more. But the ACA was always meant to be a first step. We still have to do more to expand access and make health care more affordable for everyone.

すごいな、このプロンプト。このサイトが一撃で出来た。 Promptは以下。 """ # MotionSites LP — Full Recreation Prompt (Structured) > Source: motionsites.ai — Google Stitch 準拠の高品質ダーク LP テンプレート --- ## 1. Overview | Item | Value | |------|-------| | Type | Single-page Landing Page | | Theme | AI-powered web design agency | | Aesthetic | Dark, premium, Apple-inspired | | Background | Pure black (`#000`) throughout | | Stack | React + Vite + TypeScript + Tailwind CSS + shadcn/ui | ### Dependencies ``` hls.js — HLS video streaming (Mux) motion — framer-motion animations lucide-react — icon library tailwindcss-animate — animation utilities ``` --- ## 2. Design System ### 2.1 Fonts (Google Fonts) | Role | Font | Weights | Tailwind Class | |------|------|---------|----------------| | Headings | Instrument Serif | italic | `font-heading` | | Body | Barlow | 300, 400, 500, 600 | `font-body` | ```js // tailwind.config — extend fontFamily heading: ["'Instrument Serif'", "serif"] body: ["'Barlow'", "sans-serif"] ``` ### 2.2 CSS Variables (`:root` in `index.css`) ```css :root { --background: 213 45% 67%; --foreground: 0 0% 100%; --primary: 0 0% 100%; --primary-foreground: 213 45% 67%; --border: 0 0% 100% / 0.2; --radius: 9999px; --font-heading: 'Instrument Serif', serif; --font-body: 'Barlow', sans-serif; } ``` ### 2.3 Typography Rules | Element | Classes | |---------|---------| | All headings | `font-heading italic text-white tracking-tight leading-[0.9]` | | All body text | `font-body font-light text-white/60 text-sm` | | All buttons | `font-body` + `rounded-full` | | Section badges | `liquid-glass rounded-full px-3.5 py-1 text-xs font-medium text-white font-body inline-block mb-4` | | Section headings | `text-4xl md:text-5xl lg:text-6xl font-heading italic text-white tracking-tight leading-[0.9]` | --- ## 3. Liquid Glass CSS (`@layer components`) ### 3.1 `.liquid-glass` (subtle variant) ```css .liquid-glass { background: rgba(255, 255, 255, 0.01); background-blend-mode: luminosity; backdrop-filter: blur(4px); border: none; box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; } .liquid-glass::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(255,255,255,0.45) 100% ); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; } ``` ### 3.2 `.liquid-glass-strong` (prominent variant) Same structure as `.liquid-glass` with: - `backdrop-filter: blur(50px)` - `box-shadow: 4px 4px 4px rgba(0,0,0,0.05), inset 0 1px 1px rgba(255,255,255,0.15)` - Gradient opacity: `0.5` / `0.2` (higher than subtle) --- ## 4. Shared Components ### 4.1 BlurText (word-by-word animation) - Library: `motion/react` (framer-motion) - Splits text by words - Each word animates via `IntersectionObserver`: - `filter`: `blur(10px)` → `blur(5px)` → `blur(0px)` - `opacity`: `0` → `0.5` → `1` - `y`: `50` → `-5` → `0` - Step duration: `0.35s` - Configurable delay between words ### 4.2 HLSVideo (background video) - Uses `hls.js` for HLS streaming - Safari fallback: `canPlayType('application/vnd.apple.mpegurl')` - Position: `absolute`, full cover, `z-0` - Top + bottom fade gradients: `200px` height, `linear-gradient(to bottom/top, black, transparent)` ### 4.3 Badge (section label) ```tsx {children} ``` --- ## 5. Page Sections Outer wrapper: `