並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 115件

新着順 人気順

Documentationの検索結果1 - 40 件 / 115件

  • Claude Codeを徹底解説してみた(後編) | DevelopersIO

    こんちには。 データ事業本部 機械学習チームの中村(nokomoro3)です。 今回はClaude Codeを徹底解説したいと思います。 本記事について 私は元々はCursorを使っており、Claude Codeは必要なのか半信半疑だったのですが、試してみた感じエージェントの挙動はかなり期待通りな印象です。実際にCursorではコード補完やCmd + Kをメインに、エージェント的な動きはClaude Codeやるように最近使い分けを始めています。 使用感は主観に寄るところも大きいので文面でお伝えするのは難しいですが、Claude Codeのことを少しでも知ってもらい多くの人に使ってもらるよう、一通りの使い方を記事にしました。 以下の内容で記載しており、盛りだくさんとなっております。 Claude Codeの基本的なセットアップ方法から解説 基礎的な使い方から応用(Permission、Gi

      Claude Codeを徹底解説してみた(後編) | DevelopersIO
    • Claude Code の .claude/commands/**.md は設定した方がいい - じゃあ、おうちで学べる

      はじめに Claude Code でよく同じコメントを打ってませんか? 「毎回『テスト実行して、lint チェックして、問題なければコミットして』って言うの面倒だな」とか「プロジェクトごとに決まった手順があるんだけど、毎回説明するのダルい」とか思ったことないですか? そんなあなたに朗報です。 Claude Code にはカスタムスラッシュコマンドという機能があって、よく使うプロンプトをコマンド化できるんです。しかも設定は超簡単。Markdownファイルを置くだけ。手順書やMakefileが自然言語で書ける時代ですね⋯。 docs.anthropic.com 正直なところ、この機能を知ったときは「え、こんな便利な機能あったの?」って感じでした。公式ドキュメントをちゃんと読んでない自分を殴りたくなりました。というか書くって言って書いてはいてかなり前なのにいろいろやることがあって公開は遅れました

        Claude Code の .claude/commands/**.md は設定した方がいい - じゃあ、おうちで学べる
      • Claude Code: Best Practices and Pro Tips

        This guide provides tips and tricks for effectively using Claude Code, a command-line tool for agentic coding. Using Claude Code as a Bash CLI Claude Code (often invoked as claude or cc) can be used similarly to other bash-based command-line interfaces. Use CC as a bash CLI You can perform many standard command-line operations. For example, to checkout a new branch and lint the project: claude "ch

          Claude Code: Best Practices and Pro Tips
        • Claude CodeとGemini CLIで対話させると雑プロンプトでもかなりいい感じの出力が出る気がする

          下記のSlash Commandを .claude/commands/discuss-with-gemini.md に入れて出力させたりするんですが雑プロンプトでも結構いい出力出る気がするので試してみてください。 # discuss-with-gemini Use Gemini CLI to conduct in-depth discussions about current work, enhancing Claude Code's accuracy through multi-perspective analysis and iterative refinement. ## Prerequisites Before using this command, ensure: - Gemini CLI is installed (`gemini` command available) - A

            Claude CodeとGemini CLIで対話させると雑プロンプトでもかなりいい感じの出力が出る気がする
          • Claude Codeを「最強の相棒」に!Hooks機能 完全ガイド(/hooks画面も徹底解説)🚀|Kyutaro

            AIコーディングアシスタント「Claude Code」を、もっと自分好みに、もっと賢く、もっと頼れる存在にしたい…!そう考えたことはありませんか? 「毎回同じフォーマットを指示するのが、地味に面倒…」 「このコマンドは使ってほしくないのに、AIが提案してきちゃう…」 「チームで決めたコーディング規約を、AIにも守ってほしい!」 開発の現場では、こうした「ちょっとした手間」や「AIとの意思疎通のズレ」が積み重なって、ストレスになることもありますよね。 もし、こうしたルールを一度設定するだけで、Claudeが常に守ってくれるとしたら…? それを実現するのが、今回ご紹介する「Hooks(フック)」機能です! Hooksは、あなたの開発ワークフローにAIを完璧にフィットさせるための、まさに魔法のような仕組み。 この記事は、Hooksの基本概念から、設定画面(/hooks)の詳しい見方、そして具体的

              Claude Codeを「最強の相棒」に!Hooks機能 完全ガイド(/hooks画面も徹底解説)🚀|Kyutaro
            • JavaScript で Wasm 使ってるなら要注意! そのメモリ、本当に解放されてますか? - カミナシ エンジニアブログ

              数ヶ月前、画像処理ライブラリ OpenCV.js を使って Web カメラの映像をリアルタイム処理するプロトタイプを作っていたときのことです。 OpenCV.js は C++ で書かれたコードを WebAssembly(Wasm) にコンパイルして作られており、Wasm ならではのブラウザ上での高速な処理が可能なライブラリです。 実際、画像のフィルタ処理や特徴点検出など、ユニットテストの段階では高速に実行でき、開発は一見順調に進んでいるかのように見えました。 ところが、いざアプリケーションに画像処理モジュールを組み込んでみると、起動したカメラが数秒経つとなぜか止まってしまいました。 コンソールにもエラーは出ず、Chrome を再起動すればまた数秒だけ動く……そんな不可解な状態に悩まされました。 原因は、Wasm のメモリリーク。 そう、恐ろしいことに C++ 製 Wasm で作られたライブ

                JavaScript で Wasm 使ってるなら要注意! そのメモリ、本当に解放されてますか? - カミナシ エンジニアブログ
              • Claude Code Chat - Visual Studio Marketplace

                WSL Configuration (Windows Users) If you're using Claude Code through WSL (Windows Subsystem for Linux), you can configure the extension to use WSL: Open VS Code Settings (Ctrl+, or Cmd+,) Search for "Claude Code Chat" Configure these settings: Claude Code Chat: WSL Enabled - Enable WSL integration Claude Code Chat: WSL Distro - Your WSL distribution name (e.g., Ubuntu, Debian) Claude Code Chat: W

                  Claude Code Chat - Visual Studio Marketplace
                • Dify MCPプラグインを使って自然言語でSnowflakeからデータを取得してみた - NTT Communications Engineers' Blog

                  DifyのMCPプラグインとZapier MCPを利用してDifyとSnowflakeを連携させ、Snowflakeのデータを自然言語で扱ってみました。本記事では、その連携方法を中心に紹介したいと思います。 はじめに 利用したサービス Dify Zapier Snowflake 構成 連携設定 Snowflake の設定 Zapierの設定 Dify の設定 動作確認 まとめ 参考 はじめに こんにちは。NTTコミュニケーションズの大島です。普段は、クラウドサービスを中心に、データレイクやデータウェアハウスの検証をしています。 最近注目されているMCP (Model Context Protocol)という技術があります。 これはAnthropic が発表したオープンなプロトコルで、AI と外部システムの接続を標準化するものです。 LLMを利用したアプリケーション(MCPクライアント)が、

                    Dify MCPプラグインを使って自然言語でSnowflakeからデータを取得してみた - NTT Communications Engineers' Blog
                  • Claude CodeでBacklog wikiをまるっと管理する仕組みを作ってみた | DevelopersIO

                    お疲れさまです。とーちです。 皆さんClaude Code使ってますか?私はすっかり魅了されて、ついにMAXプランに手を出してしまいました。そんなClaude CodeでBacklog wikiをまるっと管理する方法を思いついたので、この記事で共有します。 この仕組みは前提として弊社の戸田駿太さんが開発したbacklog-exporterを使用することを前提としています。(戸田さんありがとうございます!) backlog-exporterをご存知ない方のために簡単に説明すると、このツールはbacklogのwikiや課題をごそっとローカルPCに持ってこれる仕組みとなっており、数百のwikiページがあっても非常に高速に処理を行ってくれるのが特徴です。 ローカルに持ってこれるということは、、、そうです。Claude Codeにwikiの内容をコンテキストとして伝えることができるということです。

                      Claude CodeでBacklog wikiをまるっと管理する仕組みを作ってみた | DevelopersIO
                    • 10X SRE 現状報告 2025 - 10X Product Blog

                      お久しぶりです。SRE の @babarot です。2022年4月に書いた 10X に SRE Team ができるまでとこれから 以来、3年ぶり2度目の文章です。10X に SRE チームができてから3年以上が経ち、その間の活動や成果などについて沈黙しまくっていたのですが、振り返ると実に多くのことを達成してきました。最近は会社的にも嬉しいニュースがあり、これから更にやっていくぞ 🔥というフェーズに来ております。この3年間、黙々と頑張りすぎてアウトプットがなかなかできていなかったので、このブログ記事ではこれまでの SRE の取り組みを軽く紹介しつつ、今後はそれぞれのテーマに深ぼったネタを定期的に記事にして投稿してきます!まずは第1弾として2025年時点の 10X SRE の現状報告ブログをどうぞ。 10X インフラの歴史 宣言的なインフラ管理 インフラの構成管理 (Terraform) ワ

                        10X SRE 現状報告 2025 - 10X Product Blog
                      • Unityプロジェクトでも Claude Code に自走させるワークフロー - やらなイカ?

                        最近は Claude Code 中心に使っていて、Unityプロジェクト(といってもゲームでなくUPMパッケージ開発が多い)でもそこそこ安定するワークフローが固まってきました。 一例として紹介します。 目的 紹介するワークフローの目的は次の2点です。 できるだけ自律的に、自走させたい レビュー負荷を減らしたい 前提として、すべてこのワークフローを使うのではなく、例えばコードを書きながら探索的に設計したいケースでは*1 従来通りGitHub Copilotのサジェストを使ってTDDで書いています。 また、いわゆる "Vibe Coding" ではなく、実装コードもテストコードもレビューし、保守性を高める修正を入れています。 ワークフロー 次の手順で開発を進めます。 Plan modeで、実装する機能の要件、仕様、一部の実装方法などを伝え、それを一旦ドキュメントに書き出し ドキュメントをもとに

                          Unityプロジェクトでも Claude Code に自走させるワークフロー - やらなイカ?
                        • Remote GitHub MCP Server is now in public preview - GitHub Changelog

                          Menu. Currently selected: 🔍 What is the Remote GitHub MCP Server? The GitHub MCP Server allows AI tools like GitHub Copilot in VS Code and Visual Studio, Claude Desktop, and others to seamlessly access live GitHub context and tools—like issues, pull requests and code files—to power smarter, more dynamic agent workflows. With the Remote GitHub MCP server, you don’t need to install or run it locall

                            Remote GitHub MCP Server is now in public preview - GitHub Changelog
                          • The MCP client for design handoffs

                            Over the last few months, we’ve covered the Model Context Protocol (MCP) from the ground up, from what it is and why it matters to how to build your own MCP server tools for AI agents. The MCP server ecosystem has been exploding, but this leads to the next, more interesting question: now that we have all these powerful tools, how do we actually use them for web development? The answer lies with th

                              The MCP client for design handoffs
                            • Claude Code で GitHub スターの地理分布を可視化するオープンソースソフトウェアをつくった

                              はじめに この記事では Claude Code を利用してアプリを開発する過程を共有します。 こちらの記事もみていただけると嬉しいです → 普通のエンジニアが、 4 年かけて個人開発の OSS でGitHub Star 2.3k を獲得するまでに考えたこと TL;DR GitHub の任意リポジトリを入力すると、スターを付けたユーザの所在地を世界地図にプロットする Web アプリを作りました。 デモ : https://geostarmap.pages.dev/ なぜ作ったか OSS を開発していると「どの国の開発者に届いているのか」が気になってきます。しかし既存のソフトウェアは、Pythonでローカルで動かす必要があったり、メンテされておらず動かないなどの問題がありました。 そこで「Claude Code に作らせたら、一瞬でできるのでは?」という実験を兼ねて、自分で最小構成のアプリを構

                                Claude Code で GitHub スターの地理分布を可視化するオープンソースソフトウェアをつくった
                              • Hypershell: A Type-Level DSL for Shell-Scripting in Rust | Context-Generic Programming

                                Discuss on Reddit, Lobsters, and Hacker News. Summary I am thrilled to introduce Hypershell, a modular, type-level domain-specific language (DSL) for writing shell-script-like programs in Rust. Hypershell is powered by context-generic programming (CGP), which makes it possible for users to extend or modify both the language syntax and semantics. Table of Contents Estimated reading time: 1~2 hours

                                  Hypershell: A Type-Level DSL for Shell-Scripting in Rust | Context-Generic Programming
                                • Biome v2—codename: Biotype

                                  We are happy to announce that Biome v2 is officially out! 🍾 Biome v2—codename: Biotype, the first JavaScript and TypeScript linter that provides type-aware linting rules that doesn’t rely on the TypeScript compiler! This means that you can lint your project without necessarily installing the typescript package. With this release, the Core Contributors of the project want to show to the whole comm

                                    Biome v2—codename: Biotype
                                  • Apple、Intel x86_64アプリをApple Silicon Macで動作させる「Rosetta 2」の提供を終了するのを前に、macOS 26 Tahoe Beta 2でアプリのRosetta依存をチェックできるブートオプションを追加。

                                    Appleがx86_64アプリをApple Silicon Macで動作させる「Rosetta 2」の提供をmacOS 27までで終了するのに先立ち、macOS 26 Tahoe Beta 2でRosettaを依存のアプリをチェックできるブートオプションを追加しています。詳細は以下から。 Appleは世界開発者会議(WWDC25)の基調講演で、次期「macOS 26 Tahoe」を発表すると共に、基調講演に次いで開催したPlatforms State of the Unionでは、macOS 26 TahoeがIntel Macをサポートする最後のmacOSになると発表し、 それに伴い、現在Intel Mac向けに開発されたx86_64アプリを、Apple Silicon Mac上で動くように変換するバイナリトランスレーター「Rosetta 2」の提供を、来年の秋にリリース予定のmacOS

                                    • Agentic Misalignment: How LLMs could be insider threats

                                      HighlightsWe stress-tested 16 leading models from multiple developers in hypothetical corporate environments to identify potentially risky agentic behaviors before they cause real harm. In the scenarios, we allowed models to autonomously send emails and access sensitive information. They were assigned only harmless business goals by their deploying companies; we then tested whether they would act

                                        Agentic Misalignment: How LLMs could be insider threats
                                      • Real-world engineering challenges: building Cursor

                                        Cursor is an AI-powered IDE which seems the most loved among engineers. In a survey we ran last year, Cursor was the most common answer to the question “what is your favorite editor with GenAI features that help with your work?”. Anysphere is the startup behind Cursor, founded in 2022, with the first version of Cursor released two years ago, in March 2023. Last week, Anysphere shared they’d raised

                                          Real-world engineering challenges: building Cursor
                                        • 【インターンレポート】OpenAI Agents SDK (Python版) でコールセンター風音声対話型マルチエージェントデモを作ってみた(おまけ付き) - Insight Edge Tech Blog

                                          目次 【インターンレポート】OpenAI Agents SDK (Python版) でコールセンター風音声対話型マルチエージェントデモを作ってみた(おまけ付き) はじめに 1.AIエージェント✖️音声 = 音声エージェント 1.1 普及してきたAIエージェントについて 1.2 音声エージェントの恩恵について考える 1.3 リアルタイム音声対話API・音声エージェント開発ツールの紹介 2. OpenAI Agents SDK (Python版)で作る音声対話型マルチエージェントツール 2.1 OpenAI Agents SDKとは 2.2 2種類の音声エージェントの構造 2.3 デモの紹介 2.4 今後の展望 おわりに 参考資料 はじめに こんにちは!!! Insight Edgeでアルバイトをしております、東京科学大学大学院 修士2年の田中です。大学院では、経営工学系の研究室で、サッカーの

                                            【インターンレポート】OpenAI Agents SDK (Python版) でコールセンター風音声対話型マルチエージェントデモを作ってみた(おまけ付き) - Insight Edge Tech Blog
                                          • The Best AI Coding Tools in 2025

                                            What used to take an entire development sprint now ships in a single afternoon. The numbers prove it: according to Stack Overflow's 2024 Developer Survey of over 65,000 developers, 76% are now using or planning to use AI coding assistants in their development process—up from 70% the previous year. The shift from "AI is a novelty" to "AI is how developers code" happened faster than anyone predicted

                                              The Best AI Coding Tools in 2025
                                            • May 2025 (version 1.101)

                                              Release date: June 12, 2025 Update 1.101.1: The update addresses these security issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the May 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: MCP Expand your agent coding flow with support for prompts, r

                                                May 2025 (version 1.101)
                                              • Terraform の認定試験「HashiCorp Certified: Terraform Authoring and Operations Professional」に合格した - kakakakakku blog

                                                2025年6月22日に HashiCorp 公式の認定試験「HashiCorp Certified: Terraform Authoring and Operations Professional」を受験して合格した❗️やったー \( 'ω')/ 試験問題に関係する内容は NDA を厳守するため書かず,今回は「試験紹介(普及のため!)」と「試験対策」をまとめたいと思う. developer.hashicorp.com そして2年前(2023年7月)に合格して,有効期限ギリギリで更新リマインドも来ていた「HashiCorp Certified: Terraform Associate (003)」も自動的に更新されて良かった.Terraform 試験2冠だ〜👑 kakakakakku.hatenablog.com 試験概要 📝 試験名: HashiCorp Certified: Terr

                                                  Terraform の認定試験「HashiCorp Certified: Terraform Authoring and Operations Professional」に合格した - kakakakakku blog
                                                • Dosu | For your open-source project.

                                                  Dosu streamlines support and documentation for open source maintainers.

                                                    Dosu | For your open-source project.
                                                  • Claude Codeを使ったタスクの協働デモ - AWS技術調査からIaC実装まで | DevelopersIO

                                                    2025-06-20 に 社内で Claude Code 勉強会があり、 その中で 「タスク管理と推進を Claude Code を協働する試み」 と題してデモを実施しました。 AWS技術調査〜IaC実装の仮想タスクをベースに、Claude Codeと協働でタスク推進を進める内容です。 10分という短い時間のデモで以下を実施しています。 10分デモでやったこと デモ#1: 課題を登録 デモ#2: AWS技術調査 デモ#3: Terraformコードを実装 デモ#4: 1日の実績作成 実際のデモの内容を本ブログでまとめます。 1ユースケースとして参考になればと思います。 目次 デモ#1: 課題を登録 デモ#2: AWS技術調査 デモ#3: Terraformコードを実装 デモ#4: 1日の実績作成 補足情報: CLAUDE.md などの環境 補足情報: デモのログ デモ#1: 課題を登録 事

                                                      Claude Codeを使ったタスクの協働デモ - AWS技術調査からIaC実装まで | DevelopersIO
                                                    • Remote MCP support in Claude Code

                                                      Today, we’re announcing support for remote MCP servers in Claude Code. Connect your favorite tools and data sources to personalize your coding experience without needing to manage local servers. Using Claude Code as your primary development interfaceClaude Code can access both tools and resources exposed by MCP servers, giving it the ability to pull context from your third-party services—such as d

                                                        Remote MCP support in Claude Code
                                                      • SRE業務をClaude Code + Terraformで実践するための覚書|Subaru Nakamura(varu3)

                                                        はじめに6月からClaude CodeのMaxプランを1ヶ月間集中的に使用したことで、SRE業務の生産性が大幅に向上した実感がある。Claude Codeに関する記事は開発者向けのアプリケーション開発事例が多くあるけれど、SRE業務での活用事例はまだ少ない気がする。 自分としては、1ヶ月くらいフルで業務でつかってみて、SREにこそClaude Codeつかっていくべきだと感じている。 というわけで、実践的なClaude Code + terraformの活用術を雑に書いてく。 Claude Codeについては公式ドキュメントが充実していて大変わかりやすい。 環境準備Claude Code は terraformのような宣言的な構文を持つ設定言語と非常に相性が良い。特にterraformはCDKなどのIaCと比べて抽象化レベルが低く、AWSのリソースと1:1で紐づくので、適度なスコープで情報

                                                          SRE業務をClaude Code + Terraformで実践するための覚書|Subaru Nakamura(varu3)
                                                        • Writing documentation for AI: best practices | kapa.ai docs

                                                          Retrieval-Augmented Generation (RAG) systems like Kapa rely on your documentation to provide accurate, helpful information. When documentation serves both humans and machines well, it creates a self-reinforcing loop of content quality: clear documentation improves AI answers, and those answers help surface gaps that further improve the docs. This guide provides best practices for creating document

                                                            Writing documentation for AI: best practices | kapa.ai docs
                                                          • the z80 technique reveals the source code for Atlassian's 'rovo' AI assistant

                                                            Ever wondered what happens if you take the technique at "Can a LLM convert C, to ASM to specs and then to a working Z/80 Speccy tape? Yes." and run it against the Atasslian Command Line (ACLI) interface? Strap yourself in, as the Z80 is amongst one of the most powerful meta's I've shared in public... Original PromptI have a binary called 'acli'. I'm a security researcher and need to understand how

                                                              the z80 technique reveals the source code for Atlassian's 'rovo' AI assistant
                                                            • Gemini CLI 入門 (3) - CLIコマンド|npaka

                                                              1. CLIコマンド「Gemini CLI」は、セッションの管理、インターフェースのカスタマイズ、動作の制御に役立つ組み込みコマンドをいくつかサポートしています。これらのコマンドの先頭には、スラッシュ (/)、アットマーク (@)、感嘆符 (!) が付きます。 2. スラッシュコマンド (/)「スラッシュコマンド」は、CLI自体に対するメタレベルの制御を提供します。 2-1. /bug・説明 「Gemini CLI」に関するIssueを報告します。デフォルトでは、Issueは@「Gemini CLI」のGitHubリポジトリ内に報告されます。/bugの後に入力した文字列が、報告するバグの見出しになります。/bugのデフォルトの動作は、.gemini/settings.jsonファイルのbugCommand設定で変更できます。 2-2. /chat・説明 会話履歴を保存して再開し、会話状態を

                                                                Gemini CLI 入門 (3) - CLIコマンド|npaka
                                                              • 【保存版】構造化データの活用の実践(マークアップ)方法!おすすめプラグインと使い方手順も

                                                                こんばんは! いつも応援していただき、ありがとうございます。 apa(あぱ)です(^^) 今日は『構造化データの活用』について書いていきます。 ※注意この記事の内容は推奨できません この記事であれこれ、Schema & Structured Data on this postというプラグインを使った構造化データの方法を説明しましたが、ある問題があることが発覚しました。 このプラグインを使って構造化データを送信するのは少しも推奨できません。 この記事の以下の内容は、参考程度、見流す程度にして、こちらの僕の別記事を参考にしてください。 【注意】Schema & Structured Data on this postによる構造化データは0点以下のマイナス!rank math seo推奨 構造化データの活用実践備忘録 きょうは特別編です。 先日のセミナーを受講したときに、 【セミナー備忘録1】2

                                                                  【保存版】構造化データの活用の実践(マークアップ)方法!おすすめプラグインと使い方手順も
                                                                • Announcing TypeScript 5.9 Beta - TypeScript

                                                                  Today we are excited to announce the availability of TypeScript 5.9 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.9! Minimal and Updated tsc --init Support for import defer Support for --module node20 Summary Descriptions in DOM APIs Expandable Hovers (Preview) Configurable

                                                                    Announcing TypeScript 5.9 Beta - TypeScript
                                                                  • 【注意】Schema & Structured Data on this postによる構造化データは0点以下のマイナス!rank math seo推奨

                                                                    こんばんは! いつも応援していただき、ありがとうございます。 apa(あぱ)です(^^) 今日は『構造化データの続き』について書いていきます。 構造化データマークアップの続き ひとつ修正しないとならないことがあります。 この記事 【保存版】構造化データの活用の実践(マークアップ)方法!おすすめプラグインと使い方手順も でご紹介した、構造化データの活用。 使えませんでした。 正確に言うと、Schema & Structured Data on this post というプラグインに問題ありでした。 まぁ、このブログを頼りにしてくださっている方・・・ なんてほとんどいないと思うんですけど、 もし、上記の記事を参考に、構造化データの送信をしていた方は、この記事を読んで対策をしてください。 とはいえ、今のところ、その新しい対策で問題なく対処できていそうなので、構造化データのマークアップはしばらくこ

                                                                      【注意】Schema & Structured Data on this postによる構造化データは0点以下のマイナス!rank math seo推奨
                                                                    • Handling unique indexes on large data in PostgreSQL

                                                                      Something went wrong! Hang in there while we get back on track A month ago, during a release to production, the feature I was working on failed to deploy due to a PostgreSQL restriction. It turned out to be a surprisingly fun and comprehensive learning moment. Backstory I have been working on a pretty huge release where we needed to: Add new functionality to our core feature. Remove all duplicated

                                                                      • Brut: A New Web Framework for Ruby

                                                                        Brut aims to be a simple, yet fully-featured web framework for Ruby. It's different than other Ruby web frameworks. Brut has no controllers, verbs, or resources. You build pages, forms, and single-action handlers. You write HTML, which is generated on the server. You can write all the JavaScript and CSS you want. Here’s a web page that tells you what time it is: class TimePage < AppPage def initia

                                                                        • Rovo Dev agent, now available in the CLI - Work Life by Atlassian

                                                                          Following the unveiling of our new Rovo Dev Agent at Team ’25 in April, we’re excited to bring it to the command line, an essential tool in many developers’ daily workflows. This significant milestone introduces an agentic AI coding experience designed with enterprises in mind. With Rovo Dev, part of our Rovo Software Agents beta, your command line becomes an intelligent development agent that und

                                                                            Rovo Dev agent, now available in the CLI - Work Life by Atlassian
                                                                          • Building a Personal AI Factory (July 2025 snapshot)

                                                                            Building a Personal AI Factory (July 2025 snapshot) Published: July 1, 2025 Overview I keep several claude code windows open, each on its own git-worktree. o3 and sonnet 4 create plans, sonnet 3.7 or sonnet 4 execute the plan, and o3 checks the results against the original ask. Any issues found are fed back into the plan template and the code is regenerated. The factory improves itself. Read on to

                                                                              Building a Personal AI Factory (July 2025 snapshot)
                                                                            • Claude Code Docs, Guides & Best Practices | ClaudeLog

                                                                              Experiments, insights & mechanics about Claude Code by  InventorBlack, CTO at Command Stick™ and Mod at r/ClaudeAI Plan Mode is a feature in Claude Code that separates research and analysis from execution for safety. When activated, Claude will not edit files, run commands, or change anything until you approve the plan. This ensures structured, predictable output and lets you maintain control over

                                                                                Claude Code Docs, Guides & Best Practices | ClaudeLog
                                                                              • I Shipped a macOS App Built Entirely by Claude Code

                                                                                I recently shipped Context, a native macOS app for debugging MCP servers. The goal was to build a useful developer tool that feels at home on the platform, powered by Apple's SwiftUI framework. I've been building software for the Mac since 2008, but this time was different: Context was almost 100% built by Claude Code1. There is still skill and iteration involved in helping Claude build software,

                                                                                  I Shipped a macOS App Built Entirely by Claude Code
                                                                                • Anthropic の Desktop Extensions (DXT) を試す|npaka

                                                                                  「Anthropic」の「Desktop Extensions」 (DXT) を試したのでまとめました。 1. Desktop Extensions (DXT)「Desktop Extensions (DXT)」は、ワンクリックで手軽に「ローカルMCPサーバ」をPCにインストールできるファイル形式 (.dxt) です。「ローカルMCPサーバ」と、その機能を説明する「manifest.json」をzipアーカイブでまとめたmので、現在は「Claude Desktop」(Mac/Windows用)でのみ利用できます。 (1) Node.jsのインストール。 (2) パッケージのインストール。 「DXT」を作成するためのツールです。 npm install -g @anthropic-ai/dxt(2) 「dxt init」で「manifest.json」を作成。 「ローカルMCPサーバ」のルー

                                                                                    Anthropic の Desktop Extensions (DXT) を試す|npaka