Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

366
78

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ใฏใ˜ใ‚ใซ

ใ“ใ‚“ใชใŠๆ‚ฉใฟใฏใ‚ใ‚Šใพใ›ใ‚“ใ‹๏ผŸ

LLMใฏๆฐ—ใฅใ„ใŸใ‚‰ๅ€คไธŠใŒใ‚Šใ€‚ๆœ€ๆ–ฐใƒขใƒ‡ใƒซใฏ้™ๅฎšๅ…ฌ้–‹ใ€‚ใƒญใƒผใ‚ซใƒซLLMใ‚’ๅปบใฆใ‚ˆใ†ใซใ‚‚ใ‚ฐใƒฉใƒœใŒ่ถณใ‚Šใชใ„ใ€‚

...ๅฎŸใฏใ€้›ปๆฐ—ใ‚’ไฝฟใ‚ใšไฝฟใ„ๆ”พ้กŒใฎ่จˆ็ฎ—่ณ‡ๆบใŒใ‚ใ‚‹ใ“ใจใ‚’ใ”ๅญ˜็Ÿฅใงใ™ใ‹๏ผŸ




โ€•ใใ†ใ€่ฒดๆ–นใงใ™ใ€‚

ไฝœใฃใŸใ‚‚ใฎ

ใจใ„ใ†ใ‚ใ‘ใงไฝœใ‚Šใพใ—ใŸใ€‚ๅไป˜ใ‘ใฆ humanllm ใงใ™ใ€‚

ใพใšใฏใ‚ตใƒผใƒใƒผใ‚’่ตทๅ‹•ใ—ใพใ™ใ€‚

$ npm run dev

่ตทๅ‹•ใ™ใ‚‹ใจUI็”ป้ขใจOpenAI APIไบ’ๆ›ใ‚ตใƒผใƒใƒผใŒ็ซ‹ใกไธŠใŒใ‚Šใพใ™ใ€‚
LLMใƒขใƒ‡ใƒซใซใชใฃใฆใ€ๅฑŠใ„ใŸใƒ—ใƒญใƒณใƒ—ใƒˆใซ่ฟ”็ญ”ใ—ใพใ—ใ‚‡ใ†ใ€‚

image.png

Codexใ‚’ไฝฟใฃใฆใฟใ‚‹

ใ•ใฃใใใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใงไฝฟใฃใฆใฟใพใ—ใ‚‡ใ†ใ€‚ใ“ใ“ใงใฏOpenAI APIใŒๅฐŽๅ…ฅใ—ใ‚„ใ™ใ„Codexใ‚’ไฝฟใฃใฆใ„ใใพใ™ใ€‚
ใพใšใฏใƒขใƒ‡ใƒซใฎ่จญๅฎšใ‚’ๆบ–ๅ‚™ใ—ใพใ™ใ€‚

~/.codex/humanllm.config.toml
model = "human"
model_provider = "humanllm"

[model_providers.humanllm]
name = "Human LLM"
# humanllmใฎAPIใ‚ตใƒผใƒใƒผ
base_url = "http://localhost:3000/v1"
# ใƒ€ใƒŸใƒผๅ€ค
bearer_token_env_var = "HUMANLLM_API_KEY"

[projects."/home/syuparn/tmp/hoge"]
trust_level = "trusted"

[tui.model_availability_nux]
"gpt-5.5" = 4

ใƒขใƒ‡ใƒซใ‚’ๆŒ‡ๅฎšใ—ใฆ่ตทๅ‹•ใ—ใพใ™ใ€‚

$ codex --profile humanllm

ใƒ—ใƒญใƒณใƒ—ใƒˆใ‚’้€ไฟก

Codexใงใƒ—ใƒญใƒณใƒ—ใƒˆใ‚’้€ไฟกใ—ใพใ™ใ€‚

image.png

Pythonใงhello worldใ‚’ๅฎŸ่ฃ…ใ—ใฆใใ ใ•ใ„ใ€‚

UIใซใƒ—ใƒญใƒณใƒ—ใƒˆใŒๅฑŠใใพใ—ใŸใ€‚ๆœฌๆ–‡ใฎไฝ•ๅๅ€ใ‚‚้•ทใ„ใ‚ทใ‚นใƒ†ใƒ ใƒ—ใƒญใƒณใƒ—ใƒˆใŒใ„ใฃใ—ใ‚‡ใซไป˜ใ„ใฆใ„ใพใ™ใ€‚

image.png

ๅ†…ๅฎนใฏไปฅไธ‹ใฎ้€šใ‚Šใงใ™ใ€‚

ใ‚ทใ‚นใƒ†ใƒ ใƒ—ใƒญใƒณใƒ—ใƒˆ๏ผˆใ‚ฏใƒชใƒƒใ‚ฏใงๅฑ•้–‹๏ผ‰
<permissions instructions>
Filesystem sandboxing defines which files can be read or written. `sandbox_mode` is `workspace-write`: The sandbox permits reading files, and editing files in `cwd` and `writable_roots`. Editing files in other directories requires approval. Network access is restricted.
# Escalation Requests

Commands are run outside the sandbox if they are approved by the user, or match an existing rule that allows it to run unrestricted. The command string is split into independent command segments at shell control operators, including but not limited to:

- Pipes: |
- Logical operators: &&, ||
- Command separators: ;
- Subshell boundaries: (...), $(...)

Each resulting segment is evaluated independently for sandbox restrictions and approval requirements.

Example:

git pull | tee output.txt

This is treated as two command segments:

["git", "pull"]

["tee", "output.txt"]

Commands that use more advanced shell features like redirection (>, >>, <), substitutions ($(...), ...), environment variables (FOO=bar), or wildcard patterns (*, ?) will not be evaluated against rules, to limit the scope of what an approved rule allows.

## How to request escalation

IMPORTANT: To request approval to execute a command that will require escalated privileges:

- Provide the `sandbox_permissions` parameter with the value `"require_escalated"`
- Include a short question asking the user if they want to allow the action in `justification` parameter. e.g. "Do you want to download and install dependencies for this project?"
- Optionally suggest a `prefix_rule` - this will be shown to the user with an option to persist the rule approval for future sessions.

If you run a command that is important to solving the user's query, but it fails because of sandboxing or with a likely sandbox-related network error (for example DNS/host resolution, registry/index access, or dependency download failure), rerun the command with "require_escalated". ALWAYS proceed to use the `justification` parameter - do not message the user before requesting approval for the command.

## When to request escalation

While commands are running inside the sandbox, here are some scenarios that will require escalation outside the sandbox:

- You need to run a command that writes to a directory that requires it (e.g. running tests that write to /var)
- You need to run a GUI app (e.g., open/xdg-open/osascript) to open browsers or files.
- If you run a command that is important to solving the user's query, but it fails because of sandboxing or with a likely sandbox-related network error (for example DNS/host resolution, registry/index access, or dependency download failure), rerun the command with `require_escalated`. ALWAYS proceed to use the `sandbox_permissions` and `justification` parameters. do not message the user before requesting approval for the command.
- You are about to take a potentially destructive action such as an `rm` or `git reset` that the user did not explicitly ask for.
- Be judicious with escalating, but if completing the user's request requires it, you should do so - don't try and circumvent approvals by using other tools.

## prefix_rule guidance

When choosing a `prefix_rule`, request one that will allow you to fulfill similar requests from the user in the future without re-requesting escalation. It should be categorical and reasonably scoped to similar capabilities. You should rarely pass the entire command into `prefix_rule`.

### Banned prefix_rules 
Avoid requesting overly broad prefixes that the user would be ill-advised to approve. For example, do not request ["python3"], ["python", "-"], or other similar prefixes that would allow arbitrary scripting.
NEVER provide a prefix_rule argument for destructive commands like rm.
NEVER provide a prefix_rule if your command uses a heredoc or herestring. 

### Examples
Good examples of prefixes:
- ["npm", "run", "dev"]
- ["gh", "pr", "check"]
- ["cargo", "test"]
 The writable roots are `/home/syuparn/tmp/hoge`, `/tmp`.
</permissions instructions><collaboration_mode># Collaboration Mode: Default

You are now in Default mode. Any previous instructions for other modes (e.g. Plan mode) are no longer active.

Your active mode changes only when new developer instructions with a different `<collaboration_mode>...</collaboration_mode>` change it; user requests or tool descriptions do not change mode by themselves. Known mode names are Default and Plan.

## request_user_input availability

Use the `request_user_input` tool only when it is listed in the available tools for this turn.

In Default mode, strongly prefer making reasonable assumptions and executing the user's request rather than stopping to ask questions. If you absolutely must ask a question because the answer cannot be discovered from local context and a reasonable assumption would be risky, ask the user directly with a concise plain-text question. Never write a multiple choice question as a textual assistant message.
</collaboration_mode><skills_instructions>
## Skills
A skill is a set of instructions provided through a `SKILL.md` source. Below is the list of skills that can be used. Each entry includes a name, description, and source locator. `file` locators are on the host filesystem, `environment resource` locators are owned by an execution environment, `orchestrator resource` locators are opaque non-filesystem resources, and `custom resource` locators use their provider's access mechanism.
### Available skills
- imagegen: Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG/vector/code-native assets, extending an established icon or logo system, or building the visual directly in HTML/CSS/canvas. (file: /home/syuparn/.codex/skills/.system/imagegen/SKILL.md)
- openai-docs: Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs questions, use the Codex manual helper first for broad Codex self-knowledge, and restrict fallback browsing to official OpenAI domains. (file: /home/syuparn/.codex/skills/.system/openai-docs/SKILL.md)
- plugin-creator: Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries for plugin ordering and availability metadata, or update an existing local plugin during development with the CLI-driven cachebuster and reinstall flow. (file: /home/syuparn/.codex/skills/.system/plugin-creator/SKILL.md)
- skill-creator: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations. (file: /home/syuparn/.codex/skills/.system/skill-creator/SKILL.md)
- skill-installer: Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos). (file: /home/syuparn/.codex/skills/.system/skill-installer/SKILL.md)
### How to use skills
- Discovery: The list above is the skills available in this session (name + description + source locator). `file` entries live on the host filesystem, `environment resource` entries are owned by their execution environment, `orchestrator resource` entries must be accessed through `skills.list` and `skills.read`, and `custom resource` entries use their provider's access mechanism.
- Trigger rules: If the user names a skill (with `$SkillName` or plain text) OR the task clearly matches a skill's description shown above, you must use that skill for that turn. Multiple mentions mean use them all. Do not carry skills across turns unless re-mentioned.
- Missing/blocked: If a named skill isn't in the list or its source can't be read, say so briefly and continue with the best fallback.
- How to use a skill (progressive disclosure):
  1) After deciding to use a skill, the main agent must read its `SKILL.md` completely before taking task actions. For a `file` entry, open the listed path. For an `environment resource`, use the filesystem of the owning environment. For an `orchestrator resource`, call `skills.list` with `{"authority":{"kind":"orchestrator"}}`, select the matching package, and pass its `main_resource` to `skills.read`. If a read is truncated or paginated, continue until EOF.
  2) When `SKILL.md` references another resource, use the same access mechanism. Resolve relative paths against a filesystem-backed skill directory. For orchestrator skills, pass the exact referenced resource identifier with the same authority and package to `skills.read`; do not treat `skill://` identifiers as filesystem paths.
  3) If `SKILL.md` points to extra folders such as `references/`, use its routing instructions to identify the resources required for the task. The main agent must read each required instruction or reference file itself before acting on it. Do not delegate reading, summarizing, or interpreting skill instructions to a subagent. Subagents may still perform task work when the selected skill allows it.
  4) For filesystem-backed skills, prefer running or patching provided scripts instead of retyping large code blocks. For orchestrator skills, use `skills.read` and the available tools; do not invent a local path.
  5) Reuse provided assets or templates through the same source access mechanism instead of recreating them.
- Coordination and sequencing:
  - If multiple skills apply, choose the minimal set that covers the request and state the order you'll use them.
  - Announce which skill(s) you're using and why (one short line). If you skip an obvious skill, say why.
- Context hygiene:
  - Progressive disclosure applies to selecting relevant files, not partially reading a selected instruction file. Do not load unrelated references, scripts, or assets.
  - Avoid deep reference-chasing: prefer opening only files directly linked from `SKILL.md` unless you're blocked.
  - When variants exist (frameworks, providers, domains), pick only the relevant reference file(s) and note that choice.
- Safety and fallback: If a skill can't be applied cleanly (missing files, unclear instructions), state the issue, pick the next-best approach, and continue.
</skills_instructions>

ใ‚ณใƒžใƒณใƒ‰ใ‚„ใ‚นใ‚ญใƒซใ‚’ไฝฟใ†้š›ใฎๆณจๆ„็‚นใ‚„ใ€ใƒฆใƒผใ‚ถใƒผใ‹ใ‚‰่จฑๅฏใ‚’ใ‚‚ใ‚‰ใ†ๅฟ…่ฆใŒใ‚ใ‚‹็‚นใซใคใ„ใฆๆ›ธใ‹ใ‚Œใฆใ„ใพใ™ใ€‚

ใใฎๅพŒใซใฏใ€ๆœฌ้กŒใฎใƒ—ใƒญใƒณใƒ—ใƒˆใŒใ‚ใ‚Šใพใ™ใ€‚

image.png

่ฟ”ไฟก

ใจใ„ใ†ใ‚ใ‘ใง่ฟ”็ญ”ใ—ใพใ—ใ‚‡ใ†ใ€‚
ใ™ใใซใฏๆ€ใ„ใคใ‹ใชใ„ใฎใงใพใšใฏ้€ฒๆ—ใ‚’ใ€‚UIใฎ Send Progress ใง่€ƒใˆใฆใ„ใ‚‹้€”ไธญ็ตŒ้Žใ‚’่ฟ”ใ—ใพใ—ใ‚‡ใ†ใ€‚

ใกใ‚‡ใฃใจใพใฃใฆใญ

image.png

CodexใŒๅ—ใ‘ๅ–ใ‚Šใพใ—ใŸใ€‚

image.png

ๆ€ใ„ใคใ„ใŸใฎใงๆœฌ้กŒใฎใ‚ฝใƒผใ‚นใ‚ณใƒผใƒ‰ใ‚’่ฟ”ใ—ใพใ™ใ€‚ไปŠๅบฆใฏ Send ใงๆœ€็ต‚็š„ใช่ฟ”็ญ”ใ‚’้€ใ‚Šใพใ™ใ€‚

print("Hello, world!")

image.png

CodexใŒๅ—ใ‘ๅ–ใ‚Šใพใ—ใŸใ€‚ไปปๅ‹™ๅฎŒไบ†ใงใ™ใ€‚

image.png

ใ‚ณใƒžใƒณใƒ‰ใ‚’ๅฎŸ่กŒ

ไปŠๅบฆใฏใ€ใƒ•ใ‚กใ‚คใƒซใฎไฟๅญ˜ใ‚’ไพ้ ผใ™ใ‚‹ใƒ—ใƒญใƒณใƒ—ใƒˆใŒ้ฃ›ใ‚“ใงใใพใ—ใŸใ€‚

hello.pyใซไฟๅญ˜ใ—ใฆใใ ใ•ใ„

image.png

ใ‚ณใƒžใƒณใƒ‰ใ‚’ๅฎŸ่กŒใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚‹ใฎใงใ€ Run Command ใงๅฎŸ่กŒใ—ใŸใ„ใ‚ณใƒžใƒณใƒ‰ใ‚’่ฟ”ใ—ใพใ™ใ€‚

echo 'print("Hello, world!")' > hello.py

image.png

Codexๅดใงๅ—ใ‘ๅ–ใฃใŸใ‚ณใƒžใƒณใƒ‰ใŒๅฎŸ่กŒใ•ใ‚ŒใŸใ‚ˆใ†ใงใ™ใ€‚

image.png

ๆˆๅŠŸใ—ใŸใ‹ใฉใ†ใ‹็ขบ่ชใ—ใพใ™ใ€‚

ls

image.png

CodexใงๅฎŸ่กŒใ•ใ‚Œใพใ™ใ€‚

image.png

็ตๆžœใŒhumanllmใธ้€ใ‚‰ใ‚Œใพใ™ใ€‚ใƒ•ใ‚กใ‚คใƒซใฏใกใ‚ƒใ‚“ใจใงใใฆใ„ใ‚‹ใ‚ˆใ†ใงใ™ใ€‚

[function_call_output]
Exit code: 0
Wall time: 0 seconds
Output:
hello.py

image.png

็ตๆžœใ‚’่ฟ”็ญ”ใ—ใพใ™ใ€‚

image.png

Codexๅดใธ่ฟ”ใฃใฆใใพใ—ใŸใ€‚

image.png

ใŠ็–ฒใ‚Œใ•ใพใงใ—ใŸใ€‚

ๅฎŸ่ฃ…

ๆœ€ๅพŒใซ humanllm ใฎๅฎŸ่ฃ…ใซใคใ„ใฆ่ปฝใ็ดนไป‹ใ—ใพใ™ใ€‚
ไพ‹ใฎใ”ใจใClaude CodeใฎไธธๆŠ•ใ’้ง†ๅ‹•้–‹็™บใงใ™1

ๆง‹ๆˆ

  • OpenAI APIใ‚ตใƒผใƒใƒผ: localhost:3000
  • UI: localhost:5173

UI็”ป้ขใฏAPIใ‚ตใƒผใƒใƒผใจWebSocketใง้€šไฟกใ—ใฆใŠใ‚Šใ€APIใ‚ตใƒผใƒใƒผใ‚’ไป‹ใ—ใฆCodex็ญ‰ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใจใ‚„ใ‚Šๅ–ใ‚Šใ—ใฆใ„ใพใ™ใ€‚

ใƒใƒžใฃใŸใจใ“ใ‚

webSocketใŒ่ฟ”ไฟกใงใใชใ„

Reactใฎใƒ‡ใƒใƒƒใ‚ฐ็”จใฎ StrictMode ใซใ‚ˆใฃใฆใ€WebSocketใฎๆง‹็ฏ‰ใ€็ ดๆฃ„ใŒ2ๅ›ž้€ฃ็ถšใง่ตทใใฆใ—ใพใ„็–Ž้€šใŒๅˆ‡ใ‚Œใฆใ—ใพใ„ใพใ—ใŸใ€‚ใใฎใŸใ‚ใ€<StrictMode> ใ‚ฟใ‚ฐใ‚’ๅค–ใ—ใฆใ„ใพใ™ใ€‚

้€”ไธญ็ตŒ้Žใฎ้€ไฟก

้€”ไธญ็ตŒ้ŽใŒ้€ไฟกใงใใšใ€ๆœ€็ต‚็ตๆžœใ‚’้€ไฟกใ—ใŸใ‚ฟใ‚คใƒŸใƒณใ‚ฐใงใ™ในใฆใพใจใ‚ใฆ้€ไฟกใ•ใ‚Œใฆใ—ใพใ„ใพใ—ใŸใ€‚

OpenAI APIใฎstreaming APIใงใฏใ€้€”ไธญ็ตŒ้Žใจๆœ€็ต‚็š„ใช่ฟ”็ญ”ใ‚’ๅˆฅใฎใ‚ฟใ‚คใƒ—ใงๅŒบๅˆฅใ—ใฆใ‚ใ’ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ—ใŸใ€‚

  • ้€”ไธญ็ตŒ้Ž: response.output_text.delta
  • ๆœ€็ต‚็š„ใช่ฟ”็ญ”: response.completed

ใƒฌใ‚นใƒใƒณใ‚นไพ‹
event: response.output_text.delta
data: {"type":"response.output_text.delta","item_id":"msg_39eb1b00-9137-4a74-accd-5d85fcf21073","output_index":0,"content_index":0,"delta":"reply"}

ใจใ“ใ‚ใŒใ€CodexใงใฏไธŠ่จ˜ใซๅฏพๅฟœใ—ใฆใ‚‚ไธ€ๆ‹ฌใง้€ใ‚‰ใ‚Œใฆใ—ใพใ†ๅ•้กŒใŒ่งฃๆถˆใ—ใพใ›ใ‚“ใ€‚
Codexใงใฏ้€”ไธญ็ตŒ้Žใฎใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ \n ๅŒบๅˆ‡ใ‚Šใง่ช่ญ˜ใ—ใฆใ„ใ‚‹ใŸใ‚ใ€ใ•ใ‚‰ใซ่ฟ”็ญ”ใฎๆœซๅฐพใซ \n ใ‚’ไป˜ใ‘ใฆใ‚ใ’ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ—ใŸใ€‚

ๆœ€็ต‚็š„ใชๅฎŸ่ฃ…ใฏไปฅไธ‹ใฎ้€šใ‚Šใงใ™ใ€‚

src/App.tsx
  const handleDelta = useCallback(() => {
    if (!selectedId || !responseText.trim()) return
    send({ type: 'delta', requestId: selectedId, content: responseText.trim() + '\n' })
    setResponseText('')
  }, [selectedId, responseText, send])

ใ‚ณใƒžใƒณใƒ‰ๅฎŸ่กŒ

ใ‚ณใƒžใƒณใƒ‰ๅฎŸ่กŒใซใฏใพใŸๅˆฅใฎใ‚ฟใ‚คใƒ—ใŒๅฟ…่ฆใงใ™ใ€‚Codexใงใฏใ‚ฟใ‚คใƒ— function_call ใ‚’ไฝฟ็”จใ—ใพใ™ใ€‚
ๅฎŸ่กŒใ—ใŸใ„ใ‚ณใƒžใƒณใƒ‰ใ‚’ใ€arguments ใซ "{\"command\": \"{ใ‚ณใƒžใƒณใƒ‰}\"}" ใจใ„ใ†ๅฝขๅผใงๆŒ‡ๅฎšใ—ใพใ™ใ€‚

ใŠใ‚ใ‚Šใซ

ไปฅไธŠใ€humanllmใฎ็ดนไป‹ใงใ—ใŸใ€‚

ใ‚ใชใŸใ‚‚LLMใซใชใฃใฆ็„กๆ–™ใงใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ‚’ใถใ‚“ๅ›žใ—ใพใ—ใ‚‡ใ†:grin:

้–ข้€ฃ่จ˜ไบ‹

  1. ใกใชใฟใซClaude Codeใ‚’ๆ™ฎๆฎตไฝฟใ„ใ—ใฆใ„ใ‚‹ใฎใซCodexใงๆคœ่จผใ—ใŸใฎใฏใ€OpenAI APIใฎๅฏพๅฟœใŒๆฅฝ ใ‚ฏใƒญใƒผใ‚บใƒ‰ใ‚ฝใƒผใ‚นใฎใƒ—ใƒญใƒณใƒ—ใƒˆใ‚’่ฆ—ใ„ใฆใ„ใ„ใฎใ‹ๅพฎๅฆ™ใ ใฃใŸใ‹ใ‚‰ใงใ™ใ€‚ โ†ฉ

366
78
5

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

Stocked in these public stock lists

@Syuparn's pickup articles

Syuparn

@Syuparn

่ฆ‹็ฟ’ใ„ใ‚จใƒณใ‚ธใƒ‹ใ‚ขใ€่จ˜ๆ†ถใ‚’ใ‚ใใ‚‰ใ‚่จ˜้Œฒใซ้ ผใ‚Šใพใ™ใ€‚ ่‡ชไฝœ่จ€่ชžPangaea, Cholc้–‹็™บไธญ

Today's trending articles

ใŠ้กŒใฏไธๅ•๏ผQiita Tech Festa 2026ใง่จ˜ไบ‹ๆŠ•็จฟ๏ผ
ko-he-8

ใ‚จใƒณใ‚ธใƒ‹ใ‚ขใŒใ„ใคใฎใพใซใ‹็Ÿฅใฃใฆใ„ใ‚‹็Ÿฅ่ญ˜ใƒปๅธธ่ญ˜ใƒปๆ–‡ๅŒ– 12ๆœฌ

AIใƒปใƒ‡ใƒผใ‚ฟใ‚ตใ‚คใ‚จใƒณใ‚นใ‚’ๅญฆใถไธŠใง่‰ฏใ‹ใฃใŸๅ‹‰ๅผทๆณ•ใ‚’ๅ…ฑๆœ‰ใ—ใ‚ˆใ†๏ผ

@miruky(miruky)

ใ€่ชญๆ›ธใฎๅค๏ผŸใ€‘ๅ„ๅˆ†้‡ŽใฎใŠใ™ใ™ใ‚ๆŠ€่ก“ๆ›ธใ‚’75ๅ†Šใพใจใ‚ใฆใฟใŸ

Linked from these articles

Comments

@utt

่ฆ‹ๅ‡บใ—้ข็™ฝใ„

4
@motimoti_dev

ใ‹ใฃใ“ใ‚ˆใ™ใŽใพใ™

3
@iQiita

ไบบ้–“ใฎ่„ณใฟใใฏๆœ€ๅผทใฎ็„กๆ–™ใ‚ฐใƒฉใƒœ
ไบบ้–“ใฏๆœ€ๅผทใฎไบบๅž‹ใƒญใƒœใƒƒใƒˆ

5
@kubosho

ไบบ้–“ใฎ่„ณใฏใƒ‡ใƒผใ‚ฟใ‚ปใƒณใ‚ฟใƒผใ‚ˆใ‚Š้ฅใ‹ใซใ‚จใƒใƒซใ‚ฎใƒผๅŠน็އใŒ่‰ฏใ„ใฎใง็’ฐๅขƒใซใ‚‚ใ„ใ„ใงใ™ใญ๏ผ

2
@abkkk(Anup Khanal)

็™บๆƒณใŒๆœ€้ซ˜ใงใ™๏ผˆ็ฌ‘๏ผ‰ใ€‚Agentๅดใฏใ€Œ่ชฐใŒๅฟœ็ญ”ใ—ใฆใ„ใ‚‹ใ‹ใ€ใ‚ˆใ‚Šใ€ŒOpenAI APIไบ’ๆ›ใง่ฉฑใ›ใ‚‹ใ‹ใ€ใŒ้‡่ฆใชใ‚“ใ ใชใ€ใจๆ”นใ‚ใฆๆ„Ÿใ˜ใพใ—ใŸใ€‚

6

Let's comment your feelings that are more than good

Being held Article posting campaign

366
78

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Login to continue?

Login or Sign up with social account

Login or Sign up with your email address