並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 386件

新着順 人気順

toolの検索結果161 - 200 件 / 386件

  • Kubernetes上に負荷試験基盤を構築した話 - Sansan Tech Blog

    こんにちは、研究開発部Architectグループ ML Platformチームの藤岡です。今回はKubernetes上に負荷試験基盤を構築したので、その取り組みについて紹介しようと思います。 目次 目次 背景 負荷試験基盤の要件 負荷試験ツールの選定 負荷試験基盤のシステム概要 シナリオファイルの管理方法 Kubernetes operator pattern の利用 GitHub Actionsの共通化 Slack通知用のAPIを用意 負荷試験の導入 負荷試験シナリオの詳細 負荷試験の実行 負荷試験の結果 おわりに 背景 研究開発部ではマイクロサービスで開発することが多く、各事業部向けにさまざまなシステムをAPI形式で提供しています。 APIを作成した際には負荷試験を行っており、リリース前にAPIのパフォーマンスを確認しています。 しかし現状では、各々のローカル環境で負荷試験を実施してい

      Kubernetes上に負荷試験基盤を構築した話 - Sansan Tech Blog
    • 20 Super Useful CSS Animation Libraries

      A hand-picked collection of the best 20 CSS animations curated from various sources around the web. Most of them will generate pure CSS code without requiring any external libraries. If you want to explore more frontend tools and resources, visit our page 180+ Best Frontend Development Tools to find out more. 1. Animate.css A library of ready-to-use, cross-browser animations for you to use in your

        20 Super Useful CSS Animation Libraries
      • Carving ELF Files

        Recently, I created a simple tool, Carve Exe, to carve executables from other files (e.g. memory dumps or network traffic). Carving executables from binary blobs is a common task in digital forensics and reverse engineering. For example, when analyzing how a malware sample unpacks and deobfuscates itself. The problem of carving executables from binary blobs boils down to finding the beginning and

        • Use A Work Journal To Recover Focus Faster And Clarify Your Thoughts

          You’re working on the most complex problem in computer science: fixing permissions on a deployment pipeline. It’s been 4 days you started on that simple task already. Your manager explained to you in no uncertain terms that your performance on the subject is well below the expectations she has from a midterm intern. Your colleagues stay as far away as possible from you to avoid getting tainted by

          • 大規模言語モデル評価ツール「Lens for LLMs」 を発表:評価精度の向上と評価作業の高速化を同時に実現

            Lens for LLMsは、大量の自動評価に、人間による少量の目視評価を組み合わせ、両者の強みをインテグレートする新たな技術を実装、評価精度の向上と評価作業の高速化を同時に実現します。目視によるラベル付けを効率的に進めることができる、言語モデル用のアノテーションツールも搭載しています。 日本政府は「AI事業者ガイドライン」の中で、人間中心のAI社会原則を掲げていますが、Lens for LLMsは、AIシステムの検証可能性を確保することで、安全安心で信頼できるAIの実現を目指すものです。 生成AIがもたらす新たな社会的リスク生成AIを使ったChatbotのようなLLMアプリケーションの導入が、さまざまな企業で開始されている一方、AIがもたらす新たな社会的リスクも増大しています。LLMのような自然言語処理モデルの場合、絶対的な評価軸を定義することが難しく、こうしたリスクを的確に評価し、安全

              大規模言語モデル評価ツール「Lens for LLMs」 を発表:評価精度の向上と評価作業の高速化を同時に実現
            • Updated Report to the U.S. Congress on Financing Mechanisms for Open Access Publishing of Federally Funded Research

              UPDATED REPORT TO THE U.S. CONGRESS ON FINANCING MECHANISMS FOR OPEN ACCESS PUBLISHING OF FEDERALLY FUNDED RESEARCH A Report by the WHITE HOUSE OFFICE OF SCIENCE AND TECHNOLOGY POLICY JUNE 2024 UPDATED REPORT TO THE U.S. CONGRESS ON FINANCING MECHANISMS FOR OPEN ACCESS PUBLISHING OF FEDERALLY FUNDED RESEARCH 2 Contents About this Report .............................................................

              • Microsoft、「パスワードリセットディスク」によるWindowsのローカルアカウント回復ガイドを公開 | ソフトアンテナ

                Microsoftは先日、Windowsのアカウント切替方法を説明した公式ガイドを更新し、Microsoftアカウントからローカルアカウントへ切り替える方法を説明した部分を復活させました。理由は明らかにされていませんが、ユーザーからの批判が原因ではないかと推測されています。 そのガイドではパスワードリセットディスクを使った、ローカルアカウントのリカバリー方法に関する言及が含まれており、その内容は以下の通りとなっています。 Creating a password reset disk is a precautionary measure that allows you to reset your Windows local account password in case you forget it. The password reset disk is a USB flash drive

                  Microsoft、「パスワードリセットディスク」によるWindowsのローカルアカウント回復ガイドを公開 | ソフトアンテナ
                • 数字に振り回されず完璧を目指さない為に - Implementing Service Level Objectives の読書感想文 - じゃあ、おうちで学べる

                  信頼性の追求というのは、決して完璧を求めることではありません。完璧な可用性を追求するのではなく、ユーザーの満足と、限りあるリソースのバランスを取ることこそが重要です。このバランスを取るための一つのツールが、SLO(Service Level Objectives)です。 はじめに 「Implementing Service Level Objectives」は、現代のソフトウェアサービス管理において不可欠な概念の一つであるSLO(Service Level Objectives)の実装と運用に関する包括的なガイドブックです。本書は、SLOの基本概念から実践的な導入方法、組織文化への浸透まで、幅広いトピックをカバーしています。このSRE本がすごい!2024年版でも紹介しているようにSREやインフラエンジニアの方が必読の一冊だと思います。 Implementing Service Level

                    数字に振り回されず完璧を目指さない為に - Implementing Service Level Objectives の読書感想文 - じゃあ、おうちで学べる
                  • Prompt flowを用いた自律型エージェントの作成 - Insight Edge Tech Blog

                    こんにちは!Lead Engineerの筒井です。 このテックブログでも何度かテーマに上がっていますが、住友商事グループでは生成AI活用の取り組みが進んでおり、Insight Edgeもその推進を技術面から強く支援しています。 様々な取り組みがありますが、LLMの使われ方として基本的にはRAGを用いて回答を行うような、単発の特定タスクを解くというものが多いです。 今後はLLMに様々なツールを与えておき、より多様なタスクを状況に応じて自律的にこなしてもらうような、エージェント的な利用も模索していきたいと考えています。 そこで、今回は簡単な自律型のエージェントを、Prompt flowとFunction callingを用いて作成してみました。 もくじ Prompt flowについて 自律型エージェントの概要 Prompt flowによる自律型エージェントの作成 format_inputノード

                      Prompt flowを用いた自律型エージェントの作成 - Insight Edge Tech Blog
                    • Why were early (personal) computer connectors so bulky?

                      TL;DR: Progress Most important: Volume Second: Reduced Variation Third: Both Sides Need to Agree And Last: Changed Technology .. oh, and again: Volume In 1970 a computer selling 100 units was a success. By 1980 selling 20.000 of a single type was huge. Today a laptop model selling only a million units is a Flop. And while the market in 1980 was already past a million units per year, each manufactu

                        Why were early (personal) computer connectors so bulky?
                      • A brief interview with AWK creator Dr. Brian Kernighan

                        November 15, 2022 — Dr. Brian Kernighan is a Canadian computer scientist who contributed to the development of UNIX at Bell Labs. Along with Dennis Richie, he co-authored a fundamental book on C, The C Programming Language. He has been training the next generation of programmers at Princeton University since 2000 and has been monumental in his contribution to the computer science community at larg

                          A brief interview with AWK creator Dr. Brian Kernighan
                        • Draw2Paint - 2Dペイントを便利にする多機能ツールセットBlenderアドオン!Github上で無料公開!

                          Unreal Engine アセット アセット-Asset Anything World - 機械学習を活用した自動スキニング&アニメーショ... 2024-07-15 AI、音声コンピューティング、3D レンダリングを行動インテリジェンスのレイヤーと組み合わせた革新的なプラットフォーム「Anything World」のソリューションがUnreal Engineプラグインとしてリリース! 続きを読む 3Dアニメーション ソフト ソフトウェア&ツール-Software&Tool Animcraft 5.0 - 様々な機能を兼ね備えたアニメーション効率化ソフト... 2024-07-15 Basefountによる様々な機能を兼ね備えたアニメーション効率化ソフトウェアソリューション「Animcraft 5.0」がリリースされていました。 続きを読む Houdini アセット アセット-Asset

                            Draw2Paint - 2Dペイントを便利にする多機能ツールセットBlenderアドオン!Github上で無料公開!
                          • An unexpected journey into Microsoft Defender's signature World — retooling_

                            An unexpected journey into Microsoft Defender's signature World Introduction Microsoft Defender is the endpoint security solution preinstalled on every Windows machine since Windows 7. It's a fairly complex piece of software, addressing both EDR and EPP use cases. As such, Microsoft markets two different products. Microsoft Defender for Endpoint is a cloud based endpoint security solution that com

                              An unexpected journey into Microsoft Defender's signature World — retooling_
                            • The Streamline Icon System

                              100,000 icons across 4 families and 24 variations. All the icons you need, in every style you love. 0:00 /1:02 1× The Streamline Icon System is based on 4 big families: Core, Flex, Sharp and Plump. Each of them with a unique and strong style, from neutral to brutal. Each family comes in 6 different variations: Line, Solid, Duo, Flat, Remix and Gradient. A total of 24 different sets to suit your br

                                The Streamline Icon System
                              • Timeshift: System Restore Tool for Linux | Hacker News

                                I've probably spent way too much time thinking about Linux backup over the years. But thankfully, I found a setup that works really well for me in 2018 or so, used it for the last few years, and I wrote up a detailed blog post about it just a month ago:https://amontalenti.com/2024/06/19/backups-restic-rclone The tools I use on Linux for backup are restic + rclone, storing my restic repo on a speed

                                • Larry Finger made Linux wireless work and brought others along to learn

                                  Linux and its code are made by people, and people are not with us forever. Over the weekend, a brief message on the Linux kernel mailing list reminded everyone of just how much one person can mean to a seemingly gargantuan project like Linux, and how quickly that person can disappear. Denise Finger, wife of the deceased, wrote to the Linux Wireless list on Friday evening: This is to notify you tha

                                    Larry Finger made Linux wireless work and brought others along to learn
                                  • Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.

                                    A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team

                                      Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.
                                    • Windows用のパッケージマネージャー「WingetUI」が「UniGetUI」に改名。UIやエンジンも刷新 | ソフトアンテナ

                                      ホームソフトウェアWindows用のパッケージマネージャー「WingetUI」が「UniGetUI」に改名。UIやエンジンも刷新 Windows用のパッケージマネージャー「WingetUI」の最新版、「UniGetUI 3.1.0」が公開されました。 最新版は名前が「WingetUI」から「UniGetUI」に変更されています。WingetUIの開発者であるMartíCliment氏は、winget(Windowsのパッケージマネージャー)だけでなく様々なパッケージマネージャをサポートするようになったため、アプリの名前を変更する必要性を感じたと理由を説明しています。また、WingetUIとwingetの混同を避ける目的もあるようです。 最新版では名前の変更以外に、パッケージエンジンの刷新や、インターフェイスの刷新が行われ、RAM使用量の削減も行われています。 リリースノートは以下の通りです

                                        Windows用のパッケージマネージャー「WingetUI」が「UniGetUI」に改名。UIやエンジンも刷新 | ソフトアンテナ
                                      • Overture Maps Foundation Releases General Availability of its Open Maps Datasets – Overture Maps Foundation

                                        New data on 200 million+ addresses added in alpha release SAN FRANCISCO, Calif. —July, 24 2024 — The Overture Maps Foundation, a collaborative effort to enable current and next-generation interoperable open map services and products, today announced the General Availability (GA) of several of its global open maps datasets, paving the way for new and expanded use cases for a wide range of commercia

                                        • Fact-Checking Yasuke: The Black Samurai in Assassin’s Creed

                                          Have you heard of Yasuke, a black man who arrived in Japan in the 16th century? Yasuke was a slave brought by Jesuit missionaries. Oda Nobunaga, a prominent Japanese warlord, found him fascinating, made him a retainer, and kept him close. Nobunaga had a penchant for embracing the new and unusual. He introduced firearms aiding his military conquests, and protected foreign Christianity, highlighting

                                            Fact-Checking Yasuke: The Black Samurai in Assassin’s Creed
                                          • YouTube reportedly wants to pay record labels to use their songs for AI training

                                            Much of the conversation about AI has revolved around the use of copyrighted materials to train models. YouTube is allegedly taking steps to avoid this issue, offering major musical labels payment to license their songs for AI training, the Financial Times reports. Sony Music Entertainment, Universal Music Group and Warner Records are all reportedly involved in talks with the Google-owned platform

                                              YouTube reportedly wants to pay record labels to use their songs for AI training
                                            • How to set priorities?

                                              Some people may ask why I need to set priorities, as I would work on the next thing or the things someone else tells me to do. But without setting priorities, you would not get so far and achieve any success because you would work in a chaotic mode. Setting priorities is probably the most important thing you can do to achieve your goals. Do you have goals? If not, check this first: Tech World With

                                                How to set priorities?
                                              • GitHub - saoudrizwan/claude-dev: Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.

                                                Thanks to Claude 3.5 Sonnet's agentic coding capabilities Claude Dev can handle complex software development tasks step-by-step. With tools that let him read & write files, create entire projects from scratch, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond simple code completion or tech support. Claude Dev bridges the gap between complex python

                                                  GitHub - saoudrizwan/claude-dev: Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.
                                                • Introducing Writebook

                                                  You know, it's really easy to publish short form content on a variety of social platforms. And individual blog posts on a number of other platforms. These are solved problems. But it's surprisingly challenging to publish books on the web in nice, cohesive, tight, easy-to-navigate HTML format. A collection of 20 essays can be a book. Or a company's handbook can be a book. Or an actual book like Sha

                                                    Introducing Writebook
                                                  • Parsing Protobuf Definitions with Tree-sitter

                                                    If you work with Protocol Buffers (protobuf), you can really save time, boredom, and headache by parsing your definitions to build tools and generate code. The usual tool for doing that is protoc. It supports plugins to generate output of various kinds: language bindings, documentation etc. But, if you want to do anything custom, you are faced with either using something limited like protoc-gen-go

                                                      Parsing Protobuf Definitions with Tree-sitter
                                                    • Mako - Mako is Now Open Source

                                                      Mako is Now Open Source # 2024-06-28 by sorrycc 中文版: 《Mako 开源了》。 Hi, I am sorrycc, one of the main maintainers of Mako, and also the creator of Umi, Dva, Father, and other libraries. I am thrilled to announce that Mako is finally open source, the Github url is https://github.com/umijs/mako/ , and I’m excited to formally introduce it to you today. What is Mako? # Mako is an “extremely fast” and “pr

                                                      • Total TypeScript Essentials

                                                        Total TypeScript: Essentials is a book for devs of all levels to learn advanced type manipulation and real-world application development patterns in TypeScript.Start Reading → JavaScript's developer experience has left you wanting more. With only basic autocompletion, limited refactoring support, and the constant fear of runtime errors, it was time to make the change. You have chosen wisely. But g

                                                          Total TypeScript Essentials
                                                        • Effective TypeScript › A TypeScripter's Take on Zig (Advent of Code 2023)

                                                          What can Zig learn from TypeScript, and what can TypeScript learn from Zig? The Advent of Code is a fun annual programming competition with an Elf theme. It consists of 25 two-part problems of increasing difficulty, released every day in December leading up to Christmas. Every December, I complete it in a new programming language. Every January, I intend to blog about the experience. Usually this

                                                            Effective TypeScript › A TypeScripter's Take on Zig (Advent of Code 2023)
                                                          • マイクロソフトのメモ帳、ついにスペルチェック機能を搭載

                                                            マイクロソフトのメモ帳、ついにスペルチェック機能を搭載2024.07.12 08:00 Dua Rashid - Gizmodo US [原文] ( そうこ ) Microsoft(マイクロソフト)がWindowsの公式テキストエディタアプリである「メモ帳(Notepad)」をアップデート。待望のスペルチェック機能が搭載されました。 …そう、今までなかったのだ。 40年の時を経て現在のメモ帳アプリの先祖、前身となるMulti-Tool Notepadが世に出たのは1983年のこと。 当時はもちろんスペルチェックなんてありません。が、その後時代とともに、世の中の多くのテキストエディタや文章系ソフトが次々とスペルチェック、文法チェック、昨今では言葉予測までしてくれるなか、なぜかメモ張はスルー。「ユーザーの力量のみでやらせてもらってます」という頑固かつ実直な姿勢で生きてきたメモ帳。しかし、初リリ

                                                              マイクロソフトのメモ帳、ついにスペルチェック機能を搭載
                                                            • Learnings from 'ts-blank-space`

                                                              ts-blank-space-doc.md Learnings from ts-blank-space tags: TypeScript, type erasure, type stripping ts-blank-space As part of my work on the JavaScript Tooling team at Bloomberg I have implemented an experimental (not yet used in production) package to transform TypeScript into JavaScript using a somewhat novel approach. This is a description of what I learned from implementing the idea. The source

                                                                Learnings from 'ts-blank-space`
                                                              • PR-Agentを活用したdbtのコードレビュー自動化 - CARTA TECH BLOG

                                                                こんにちは、株式会社CARTA MARKETING FIRMのVP of Dataの @pei0804 です。 CARTA MARKETING FIRMのデータ基盤Vision では、DataOpsを推進しています。DataOpsとは、データ分析やAI/ML開発のライフサイクル全体を最適化し、品質と速度を向上させるプラクティスです。 speakerdeck.com 弊社の考えるDataOpsが実現されている世界観は、「利用者は価値創出に集中でき、基盤チームは仕組み作りに集中できる状態である。」です。 過去に発表した資料があるので、直近どういう取り組みをしているのか興味がある方は、こちらのスライドを御覧ください。 引用: 中央集権体制からDataOpsへの転換 / centralized-to-dataops-transformation - Speaker Deck この世界観を実現するに

                                                                  PR-Agentを活用したdbtのコードレビュー自動化 - CARTA TECH BLOG
                                                                • GitHub - virtualsquare/vde-2

                                                                  VDEv2: Virtual Distributed Ethernet. (c) 2003/2004/2005/2006 Renzo Davoli Long long time ago based on uml-router Copyright 2002 Yon Uriarte and Jeff Dike qemu-vde-HOWTO is (c) by Jim Brown Notice: Virtual Distributed Ethernet is not related in any way with www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik" i.e. the German "Association for Electrical, Electronic & Informa

                                                                    GitHub - virtualsquare/vde-2
                                                                  • OpenAI debuts mini version of its most powerful model yet

                                                                    OpenAI on Thursday will launch a new AI model, "GPT-4o mini," the artificial intelligence startup's latest effort to expand use of its popular chatbot.The company called the new release "the most capable and cost-efficient small model available today," and it plans to integrate image, video and audio into it later. OpenAI CEO Sam Altman speaks during the Microsoft Build conference at Microsoft hea

                                                                      OpenAI debuts mini version of its most powerful model yet
                                                                    • MimicMotion : High-Quality Human Motion Video Generation with Confidence-aware Pose Guidance - 1枚の人物のリファレンス画像を動かす技術!過去技術より安定した新たなフレームワークが登場!ComfyUI板もあるよ!

                                                                      Unreal Engine アセット アセット-Asset Anything World - 機械学習を活用した自動スキニング&アニメーショ... 2024-07-15 AI、音声コンピューティング、3D レンダリングを行動インテリジェンスのレイヤーと組み合わせた革新的なプラットフォーム「Anything World」のソリューションがUnreal Engineプラグインとしてリリース! 続きを読む 3Dアニメーション ソフト ソフトウェア&ツール-Software&Tool Animcraft 5.0 - 様々な機能を兼ね備えたアニメーション効率化ソフト... 2024-07-15 Basefountによる様々な機能を兼ね備えたアニメーション効率化ソフトウェアソリューション「Animcraft 5.0」がリリースされていました。 続きを読む Houdini アセット アセット-Asset

                                                                      • https://www.ns-tool.com/ja/topics/article/post-42.html

                                                                        • VSCode Chat Extensionやセキュリティ話など|Productivity Weekly(2024-06-12)

                                                                          こんにちは。サイボウズ株式会社 生産性向上チームの平木場です。 僕たち生産性向上チームは毎週水曜日に Productivity Weekly という「1 週間の間に発見された開発者の生産性向上に関するネタを共有する会」を社内で開催しています。 本記事はその時のネタをまとめたものです。 2023-01-25 号から、基本的に隔週で連載することとしました。たまに単独でも投稿するかもしれません。 今週は 2024-06-12 単独号です。 今回が第 156 回目です。過去の記事はこちら。 news 📺 Visual Studio Code May 2024 Visual Studio Code の 2024 年 5 月のアップデート情報が公開されています。今回のアップデートの目玉は Chat extensions でしょうか。 この機能では、独自の Chat participants を作成し

                                                                            VSCode Chat Extensionやセキュリティ話など|Productivity Weekly(2024-06-12)
                                                                          • Go - FreeBSD入門

                                                                            概要 Go 言語は、Google が開発したプログラミング言語です。 Go には、以下の特徴があります。 ゴルーチン 「軽量スレッド」ライクなもの。同期と非同期がある。 チャンネル 「UNIXパイプ」ライクなもの。ゴルーチン間の通信に使用します。 インストール pkgコマンドでインストールする場合 Updating repository catalogue The following 1 packages will be installed: Installing go: 1.2.1,1 The installation will require 112 MB more space 18 MB to be downloaded Proceed with installing packages [y/N]: y go-1.2.1,1.txz 100% 18MB 306.3KB/s 666.7

                                                                            • 【PHP】2024年のPHP開発者を支える中心人物たちを勝手に紹介するよ

                                                                              PHPの隆盛を支えてきた開発者は非常にたくさん存在しますが、その中でも最近のPHPを支えている中心の有力者たちを紹介します。 選択の基準ですが、PHP FoundationのStructureに載っている人です。 他にも紹介したい人はたくさんいるのですが、きりがないですし、そもそも私はPHP言語開発者たちやコミュニティと一切関わりのない全く無関係な人間なので勝手に選抜するのもなんだかなあということでやめておきます。 PHP Foundationとは まずPHP Foundationって何なのかという話ですが、ここ数年PHP言語の発展を支えている団体です。 実は長らくの間PHP言語は、言語自体を支えている団体がおらず、ボランティアの個人が集まって開発が進められていました。 これは言語としてはかなり特異な状態であって、たとえばPHPと同列に語られがちなLLを見てみると、RubyにはRuby A

                                                                                【PHP】2024年のPHP開発者を支える中心人物たちを勝手に紹介するよ
                                                                              • AWS Copilot CLI の manifest.yml で定義できない設定をYaml Patchを使用して設定する - エキサイト TechBlog.

                                                                                エキサイト株式会社エンジニアの佐々木です。AWS Copilot CLIはECS Fargateを使うにはかなり便利なツールですが、その分設定ファイルでできないことも結構あります。AWS Copilot CLIのチームもそれがわかっているのか、YamlでPatchを当てる機能をリリースしています。 実現したいこと AWS Copilot CLI で作成したECS Fargateの環境のログ送信をAWS CloudWatch LogsからFirelensに変更する になります。CloudWatch Logsは料金が高いのでエラーログ以外はFirelensからS3に転送して節約したいと思います。 manifest.ymlではできないこと AWS Copilot CLIは標準的な設定やポリシーなどは生成されますが、それ以外のことはmanifest.ymlではできません。 copilot svc

                                                                                  AWS Copilot CLI の manifest.yml で定義できない設定をYaml Patchを使用して設定する - エキサイト TechBlog.
                                                                                • YC S24のAI/生成AIスタートアップ63社から学ぶ最新AIトレンド

                                                                                  はじめに https://www.ycombinator.com/blog/apply-ycs24 Y Combinator S24バッチの概要 Y Combinator(YC)は、スタートアップ企業を支援する世界的に著名なアクセラレータープログラムです。 2005年の設立以来、Airbnb、Dropbox、Redditなど、数多くの成功企業を輩出してきました。YCは年に2回、冬と夏にバッチプログラムを開催しており、今回は2024年夏のバッチ(S24)に注目して、その中から生成AI/AIスタートアップ63社を紹介します。 YC W24の生成AI/AIスタートアップの分析記事は下記からご覧になれます。 YC W24に採択された生成AI/AIスタートアップ90社Y Combinator Winter 2024バッチには、エンジニアリング、ヘルスケア、金融など様々な業界を革新する90社のAIスタ