HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jungard

no profile record

Submissions

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

medium.com
4 points·by jungard·28 дней назад·0 comments

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

medium.com
2 points·by jungard·в прошлом месяце·0 comments

My Seven Claude Code Subagents Did the Easy Part

alirezarezvani.substack.com
2 points·by jungard·в прошлом месяце·1 comments

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

medium.com
3 points·by jungard·в прошлом месяце·0 comments

Claude Agent View Changes How You Run Your Engineering Day

medium.com
2 points·by jungard·2 месяца назад·0 comments

Claude Skills Bible: Lessons from 235 Production Skills

medium.com
3 points·by jungard·2 месяца назад·0 comments

Multi-Agent Coordination Tax: What Two Weeks Cost Me

alirezarezvani.medium.com
1 points·by jungard·2 месяца назад·1 comments

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

alirezarezvani.medium.com
1 points·by jungard·2 месяца назад·0 comments

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

medium.com
11 points·by jungard·2 месяца назад·1 comments

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

medium.com
1 points·by jungard·2 месяца назад·0 comments

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

alirezarezvani.medium.com
1 points·by jungard·2 месяца назад·1 comments

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

medium.com
1 points·by jungard·3 месяца назад·0 comments

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

medium.com
2 points·by jungard·3 месяца назад·0 comments

[untitled]

1 points·by jungard·3 месяца назад·0 comments

[untitled]

1 points·by jungard·3 месяца назад·0 comments

[untitled]

1 points·by jungard·3 месяца назад·0 comments

[untitled]

1 points·by jungard·3 месяца назад·0 comments

[untitled]

1 points·by jungard·4 месяца назад·0 comments

[untitled]

1 points·by jungard·4 месяца назад·0 comments

[untitled]

1 points·by jungard·4 месяца назад·0 comments

comments

jungard
·28 дней назад·discuss
[dead]
jungard
·28 дней назад·discuss
[flagged]
jungard
·в прошлом месяце·discuss
[flagged]
jungard
·в прошлом месяце·discuss
[flagged]
jungard
·в прошлом месяце·discuss
[flagged]
jungard
·в прошлом месяце·discuss
[flagged]
jungard
·2 месяца назад·discuss
[flagged]
jungard
·2 месяца назад·discuss
[flagged]
jungard
·2 месяца назад·discuss
[flagged]
jungard
·2 месяца назад·discuss
[flagged]
jungard
·2 месяца назад·discuss
[flagged]
jungard
·2 месяца назад·discuss
[flagged]
jungard
·2 месяца назад·discuss
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 месяца назад·discuss
[dead]
jungard
·3 месяца назад·discuss
[dead]
jungard
·3 месяца назад·discuss
[dead]
jungard
·3 месяца назад·discuss
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 месяца назад·discuss
[dead]
jungard
·3 месяца назад·discuss
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 месяца назад·discuss
[dead]