<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Noema</title><description>AIでできることと、その仕組みを、直感と具体例からひもとく技術メディアです。</description><link>https://noema-learn.uk/</link><language>ja</language><item><title>①実践する自動化 — 毎回AIに説明するのをやめ、文脈をファイルで管理する</title><link>https://noema-learn.uk/articles/article-20260818-1cm5zs</link><guid isPermaLink="true">https://noema-learn.uk/articles/article-20260818-1cm5zs</guid><description>AIチャットで毎回前提を説明し直していた状態を、フォルダとファイルで文脈を管理する形に変えた記録です。</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Git</category><category>Markdown</category></item><item><title>AI駆動開発で困らないためのAPI</title><link>https://noema-learn.uk/articles/ai-development-api-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-api-guide</guid><description>HTTP APIのリクエストとレスポンス、メソッド、JSON、status code、CORS、timeoutに加えて、APIの契約をTypeScriptの型と実行時の検証で守る方法までを扱う案内です。</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>API</category><category>HTTP</category><category>TypeScript</category><category>Next.js</category><category>コーディングエージェント</category></item><item><title>神経科学とショート動画中毒</title><link>https://noema-learn.uk/articles/article-20260826-1kp7zi</link><guid isPermaLink="true">https://noema-learn.uk/articles/article-20260826-1kp7zi</guid><description>ショート動画にハマるメカニズムを理解しながら、脳とニューラルネットワークの思考の性質について考える。</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate><category>LLM</category></item><item><title>学期中に増える記録を、AIに持たせる</title><link>https://noema-learn.uk/articles/attendance-record-that-survives</link><guid isPermaLink="true">https://noema-learn.uk/articles/attendance-record-that-survives</guid><description>欠席回数や口頭で言われた評価基準のように、学期の途中で増えていく情報の置き場所についてまとめます。チャットに書いたものは次の会話に残りません。</description><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><category>Gemini Notebook</category><category>Google</category><category>履修</category></item><item><title>履修登録を、成績と要項の2つのPDFで決める</title><link>https://noema-learn.uk/articles/course-registration-from-two-pdfs</link><guid isPermaLink="true">https://noema-learn.uk/articles/course-registration-from-two-pdfs</guid><description>卒業要件の残りを数える作業を、成績のPDFと入学年度の要項をチャットに渡して済ませる方法です。年度の取り違えに注意が要ります。</description><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><category>Gemini</category><category>Google</category><category>履修登録</category></item><item><title>Gemini Notebookで、資料から学習用の教材を作る</title><link>https://noema-learn.uk/articles/exam-review-with-gemini-notebook</link><guid isPermaLink="true">https://noema-learn.uk/articles/exam-review-with-gemini-notebook</guid><description>入れた資料だけを根拠に答え、そこから9種類の形に作り替えるサービスです。入れられるもの、作れるもの、資料の扱われ方をまとめます。</description><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><category>Gemini Notebook</category><category>Google</category><category>試験対策</category></item><item><title>Claude Codeで、予想問題と解説を作る</title><link>https://noema-learn.uk/articles/exam-prep-with-generated-questions</link><guid isPermaLink="true">https://noema-learn.uk/articles/exam-prep-with-generated-questions</guid><description>出力の形を指示で決められて、作ったものがファイルとして残る道具です。何を渡し、何を指定できるかをまとめます。</description><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>試験対策</category><category>Markdown</category></item><item><title>AI駆動開発で困らないための運用と監視</title><link>https://noema-learn.uk/articles/ai-development-operations-monitoring-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-operations-monitoring-guide</guid><description>Webアプリ公開後のログ、メトリクス、トレース、アラート、障害対応、バックアップ、Cron、Queue、料金と定期保守を理解するための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>運用</category><category>監視</category><category>ログ</category><category>バックアップ</category></item><item><title>AI駆動開発で困らないためのnpmとパッケージ</title><link>https://noema-learn.uk/articles/ai-development-npm-packages-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-npm-packages-guide</guid><description>エージェントがpackage.jsonやpackage-lock.jsonを変更したときに、npm、依存関係、バージョン、npm installとnpm ci、auditの意味を確認するための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>npm</category><category>パッケージ</category><category>依存関係</category><category>セキュリティ</category></item><item><title>AI駆動開発で困らないためのセキュリティ</title><link>https://noema-learn.uk/articles/ai-development-security-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-security-guide</guid><description>エージェントが作ったWeb機能について、外部入力、XSS、CSRF、権限、ファイルアップロード、Secrets、依存関係などの安全性を確認するための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>セキュリティ</category><category>XSS</category><category>CSRF</category><category>OWASP</category></item><item><title>AI駆動開発で困らないためのエラー調査</title><link>https://noema-learn.uk/articles/ai-development-debugging-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-debugging-guide</guid><description>Webアプリの不具合を再現手順へ変え、ブラウザのConsole、Network、サーバーログから失敗地点を切り分け、エージェントの修正を確かめるための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>デバッグ</category><category>エラー調査</category><category>Chrome DevTools</category><category>ログ</category></item><item><title>AI駆動開発で困らないためのデプロイ</title><link>https://noema-learn.uk/articles/localhost-ai-app-public-url</link><guid isPermaLink="true">https://noema-learn.uk/articles/localhost-ai-app-public-url</guid><description>HTML/CSSでWeb制作ができる人が、localhostとデプロイの違い、Vercel・Cloudflare・AWSの選び方、CI/CD、GitHub Actions、Secrets、永続化、ロールバックを理解し、エージェントが作った公開設定を確認できるようになるための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>デプロイ</category><category>GitHub Actions</category><category>CI/CD</category><category>Cloudflare</category></item><item><title>AI駆動開発で困らないためのテスト</title><link>https://noema-learn.uk/articles/ai-development-testing-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-testing-guide</guid><description>エージェントが報告するLint、型チェック、単体・結合・E2Eテスト、ビルドの違いを理解し、何が確認済みで何が未確認かを判断するための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>テスト</category><category>Next.js</category><category>E2E</category><category>CI</category></item><item><title>AI駆動開発で困らないための認証と権限</title><link>https://noema-learn.uk/articles/ai-development-auth-authorization-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-auth-authorization-guide</guid><description>ログイン機能をエージェントへ作ってもらう人が、認証と認可、Cookie、Session、Token、OAuth、role、所有者確認を区別し、権限漏れを確認するための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>認証</category><category>認可</category><category>OAuth</category><category>セキュリティ</category></item><item><title>AI駆動開発で困らないためのデータベース入門</title><link>https://noema-learn.uk/articles/ai-development-database-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-database-guide</guid><description>HTML/CSSでWeb制作ができる人が、SQLの種類、データベースサービス、マイグレーション、N+1などを知り、コーディングエージェントが作ったデータベース仕様と変更を確認できるようになるための入門です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>データベース</category><category>SQL</category><category>Cloudflare D1</category><category>マイグレーション</category></item><item><title>AI駆動開発で困らないためのTypeScript</title><link>https://noema-learn.uk/articles/ai-development-typescript-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/ai-development-typescript-guide</guid><description>HTML/CSSからNext.jsへ進んだ人が、TypeScriptの値とオブジェクトの型、null、Promise、型エラーを読み、エージェントがanyや型アサーションで問題を隠していないか確認するための案内です。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>AI開発</category><category>TypeScript</category><category>Next.js</category><category>型エラー</category><category>コーディングエージェント</category></item><item><title>AI駆動開発で困らないためのGit・GitHub用語</title><link>https://noema-learn.uk/articles/git-words-for-ai-coding-agents</link><guid isPermaLink="true">https://noema-learn.uk/articles/git-words-for-ai-coding-agents</guid><description>Gitの基本を知った人向けに、status、stage、branch、push、pull、PR、restore、revertなどを、AIに安全に指示する観点で整理します。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>Git</category><category>GitHub</category><category>AIコーディングエージェント</category><category>バージョン管理</category><category>用語集</category></item><item><title>AI駆動開発で困らないためのNext.js</title><link>https://noema-learn.uk/articles/html-css-nextjs-project-guide</link><guid isPermaLink="true">https://noema-learn.uk/articles/html-css-nextjs-project-guide</guid><description>Next.jsを開いたときに並ぶフォルダーや設定ファイルの役割、Reactとの関係、ページとコンポーネントの仕組み、エージェントの変更を確かめる見方を解説します。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>Next.js</category><category>React</category><category>TypeScript</category><category>JavaScript</category><category>App Router</category></item><item><title>ローカルLLMを動かす道具の役割</title><link>https://noema-learn.uk/articles/vscode-python-pip-ollama-roles</link><guid isPermaLink="true">https://noema-learn.uk/articles/vscode-python-pip-ollama-roles</guid><description>PythonからローカルLLMを動かすとき、Terminal、VS Code、Python、pip、Ollama、AIモデルはそれぞれ何をしているのか。文章整形アプリの処理をたどりながら説明します。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>VS Code</category><category>Python</category><category>pip</category><category>Ollama</category><category>Terminal</category></item><item><title>ローカルLLMを自分のPCで動かす</title><link>https://noema-learn.uk/articles/getting-started-with-local-llm</link><guid isPermaLink="true">https://noema-learn.uk/articles/getting-started-with-local-llm</guid><description>LLMとクラウド型AIチャットの仕組みから始め、PCに合うモデルの探し方、Ollamaの基本コマンド、APIとPythonからの呼び出しまでを順に案内します。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>Ollama</category><category>ローカルLLM</category><category>Python</category><category>API</category></item><item><title>GitとGitHubとは何か、なぜ使うのか</title><link>https://noema-learn.uk/articles/what-is-git-and-github</link><guid isPermaLink="true">https://noema-learn.uk/articles/what-is-git-and-github</guid><description>Gitは変更を記録する仕組み、GitHubはその履歴を共有する場所です。完全初学者向けに、一つの変更が記録・共有されるまでを順に説明します。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>Git</category><category>GitHub</category><category>AIコーディングエージェント</category><category>バージョン管理</category><category>初学者</category></item><item><title>「AIがアプリを作った」って、実際には何をしているの？</title><link>https://noema-learn.uk/articles/what-is-coding-agent</link><guid isPermaLink="true">https://noema-learn.uk/articles/what-is-coding-agent</guid><description>ChatGPTしか使ったことがない人向けに、Codexのようなコーディングエージェントが実際に何をしているのかを説明する</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>ChatGPT</category><category>Codex</category><category>コーディングエージェント</category></item></channel></rss>