0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AI でプログラムを作成

0
Last updated at Posted at 2026-07-07

現時点で、AI がどれくらいプログラムを作れるか試してみました。
厳密には、私が AI を使いこなして、AI にプログラムを作らせることができるか
試してみました。

作成するプログラム

 10人程のグループで、共有して使う予定表
表示項目は、日付、時間、場所、内容、備考

表示例

2026年8月1日 AM10:00 中央公民館 定例会
2026年8月10日 PM14:00 東公民館 リハーサル
2026年8月15日 AM10:00 文化会館 発表会 昼食を持参
2026年9月7日 AM10::00 中央公民館 定例会
2026年9月21日 AM10:00 西公民館 リハーサル

システム条件

  1. データは、Upstash の Redis に保存
  2. Vercel で、ホームページとして表示する
  3. データの更新は、Vercel に設置した Rest のプログラムで行う
  4. プログラムは、GitLab に保存する

前提条件

 1. Vercel にデータベースは作成済。トークンも取得済。
 2. Gitlab と Vercel のアカウントも取得済

欲しい出力

 1. Gitlab にアップロードするデータ一式
 2. Upstash にテストデータを投入するためのスクリプト

上記の情報でプログラムが作成できるか試します。

Claude の結果

  1. schedule-app.zip をダウンロードします
  2. 解凍後に、Gitlab に push します
  3. Vercel で Gitlab のデータを import します
  4. Deploy します

次のエラーが出ました。

image.png

Gemini の結果

  1. group-schedule-project.zip をダウンロードします
  2. 解凍後に、Gitlab に push します
  3. Vercel で Gitlab のデータを import します
  4. Deploy します

次のエラーが出ました。

image.png

解決方法

Deploy 時に、Application Preset を Next.js にしておく必要があります。

image.png

Upstash の URL とトークンを設定しない時の結果

Claude
image.png

Gemini
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?