HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jungard

no profile record

投稿

Fable 5: They switched off my AI mid-build. The timeline is the story

medium.com
4 ポイント·投稿者 jungard·28 日前·0 コメント

Claude Fable 5's new features, tested by having it write its own launch coverage

medium.com
2 ポイント·投稿者 jungard·先月·0 コメント

My Seven Claude Code Subagents Did the Easy Part

alirezarezvani.substack.com
2 ポイント·投稿者 jungard·先月·1 コメント

Claude Opus 4.8: 4 Features That Change Our Daily Work with Claude

medium.com
3 ポイント·投稿者 jungard·先月·0 コメント

Claude Agent View Changes How You Run Your Engineering Day

medium.com
2 ポイント·投稿者 jungard·2 か月前·0 コメント

Claude Skills Bible: Lessons from 235 Production Skills

medium.com
3 ポイント·投稿者 jungard·2 か月前·0 コメント

Multi-Agent Coordination Tax: What Two Weeks Cost Me

alirezarezvani.medium.com
1 ポイント·投稿者 jungard·2 か月前·1 コメント

Claude Security Explained: Mythos, Glasswing, and What Opus 4.7 Changed

alirezarezvani.medium.com
1 ポイント·投稿者 jungard·2 か月前·0 コメント

The Complete Claude Setup Checklist: 72 Steps from Default to Power User

medium.com
11 ポイント·投稿者 jungard·2 か月前·1 コメント

Claude Code and AI Agent Skills: 12 Prompts That Became Production Skills

medium.com
1 ポイント·投稿者 jungard·2 か月前·0 コメント

Claude Code: The Changelog Nobody Read Is the Most Important One

alirezarezvani.medium.com
1 ポイント·投稿者 jungard·2 か月前·1 コメント

Andrej Karpathy's Claude.md: What Each Principle Fixes

medium.com
1 ポイント·投稿者 jungard·3 か月前·0 コメント

LLM Wiki Skill: Build a Second Brain with Claude Code and Obsidian

medium.com
2 ポイント·投稿者 jungard·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jungard·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jungard·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jungard·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jungard·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jungard·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jungard·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jungard·4 か月前·0 コメント

コメント

jungard
·28 日前·議論
[dead]
jungard
·28 日前·議論
[flagged]
jungard
·先月·議論
[flagged]
jungard
·先月·議論
[flagged]
jungard
·先月·議論
[flagged]
jungard
·先月·議論
[flagged]
jungard
·2 か月前·議論
[flagged]
jungard
·2 か月前·議論
[flagged]
jungard
·2 か月前·議論
[flagged]
jungard
·2 か月前·議論
[flagged]
jungard
·2 か月前·議論
[flagged]
jungard
·2 か月前·議論
[flagged]
jungard
·2 か月前·議論
claude ultrareview — a CLI subcommand for CI pipelines.

Prints findings to stdout. --json for raw output. Exit 0 or 1.

Drop it into GitHub Actions like eslint. My engineer added it Thursday. The PR was four lines.

Claude Code now assumes you might NOT be at a keyboard.
jungard
·3 か月前·議論
[dead]
jungard
·3 か月前·議論
[dead]
jungard
·3 か月前·議論
[dead]
jungard
·3 か月前·議論
The CLAUDE.md at the root of that repo says, in plain English, on line eleven: never modify migration files without explicit approval. The session loads the file. Claude reads the rule. Claude modifies a migration file fourteen minutes later.

What the field is teaching, and where it stops I went back through the most-trafficked CLAUDE.md articles on Medium from the last six months. Not to dunk on anyone. To look for the gap. The advice clusters into two dominant patterns and one good outlier, and almost every new piece is a remix.

Pattern one is the personal business OS. A solo operator publishes a beautiful directory structure. There is a decisions/ folder. There is a priorities/ folder. There is a meetings/notes/ folder with date-prefixed transcripts. The author runs it for themselves and the system clearly works for them. I have read at least eight versions of this article. Every published example is one person operating on their own machine.
jungard
·3 か月前·議論
[dead]
jungard
·3 か月前·議論
That was my first real session with OpenAI’s codex-plugin-cc — an official plugin, published March 30, 2026, that puts Codex directly inside Claude Code. Not a community hack. Not a bash script wrapper. OpenAI built this, packaged it as a plugin, and shipped it through Claude Code’s plugin marketplace.

Every tech outlet has already covered what it is. This article covers what to actually do with it.

What This Is (And What It Is Not) The plugin gives you six slash commands inside Claude Code:

/codex:review — standard read-only code review of your current changes /codex:adversarial-review — steerable review that challenges design decisions /codex:rescue — delegates a task entirely to Codex (bug investigation, fixes, parallel work) /codex:status, /codex:result, /codex:cancel — job management for background tasks It also includes an optional review gate — a Stop hook that intercepts Claude’s output and runs a Codex review before Claude can finish. More on that in Use Case 3.
jungard
·4 か月前·議論
[dead]