Claude Coder로 자동화 시스템 직접 만들고 있습니다.
AI 쓴다고 하면서 막상 ChatGPT로 문서 요약만
하고 있진 않으신가요?
저도 그랬습니다.
그래서 직접 만들기 시작했습니다.
───────────────────
팔로우하면 이런 걸 얻어갑니다 👇
✔ 바로 쓸 수 있는 Claude Coder 프롬프트
✔ 자동화 설계 구조 (코드 포함)
✔ 삽질한 것들까지 그대로 공개
✔ 매주 1화, 시리즈로 쌓이는 레퍼런스
───────────────────
📌 진행 중인 시리즈
「AI로 혼자 다 합니다」
▸ EP.01 통합 관리 대시보드 만들기 ✅
▸ EP.02 첫 번째 자동화 실전 구축 ✅
▸ EP.03 ~ EP.08 매주 업데이트 중 🔄
───────────────────
기술은 있는데 귀찮아서 안 하고 있는 것들
같이 자동화합시다 🤝
Jev has been blowing up lately.
If you've got the Jev API but don't know how to play around with it yet, you can just copy this checklist.
1. jev-ultrafast
A high-speed browser Agent built with Browser Use. Jev only judges "what to do, which element to click" at each step, and only calls the small model when typing is needed. Searching for a flight on Google Flights takes about 7 seconds. https://t.co/LVGp4iYGET
2. fast-jev-compaction
Context compression for Claude Code. Before each tool call, have Jev judge if there's anything still useful; delete the useless stuff, and keep the original text without rewriting it.
https://t.co/A6LSvwmomA
3. json-render
Vercel Labs' generative UI framework. In experiments, Jev doesn't write JSON token by token; it just handles selecting components, properties, and layouts. https://t.co/QZUaelqSBK
4. typesafe-mcp
Best for people who just got the API. Plug Jev into Claude Code, Claude Desktop, Codex, and Pi, and do Choice / Score / Noul anytime. https://t.co/kSnTkqN4tR
5. jev-mcp
Ready-made Agent judgment toolkit: fact-checking, content screening, semantic ranking, classification, and information extraction. https://t.co/aoiOMQXFBn
6. SemDecide
Turn Jev into a command-line tool. Directly classify, score, and filter in the Shell—great for hooking up to crawlers, CI, and data pipelines. https://t.co/2WxqfNatj0
7. jev-codex-router
First have Jev judge how hard this round of programming tasks is, then decide the model tier, reasoning depth, and speed mode. https://t.co/3ZQCHZW5qC
8. Winnow
Context garbage collection for Claude Code. When Read / Bash / Grep spits out a ton of stuff, Jev first judges which parts are really relevant to the current task. https://t.co/CeXX8raUd1
9. jev-review
Before code review, run it through Jev first to pick out high-risk changes, then hand them off to a pricier big model or a human. Comes with a local dashboard. https://t.co/zNFaFXQcGv
10. Blink
Use Jev as a code repository navigator. At each directory level, judge which files are most relevant to the current issue, then keep digging down. https://t.co/lWqKUGEID2
Copy these complete Jev blueprints - then read full Jev setup below ↓ ↓
Projects now run from one conversation, starting in Claude Code. You describe what needs doing, and Claude directs parallel threads that keep working after you close your laptop.
In beta today for select Pro and Max users in cloud sessions; coming to all Claude users soon.
먼저 kubectl describe pod Events만 보세요.
· not found / manifest unknown → 태그 오타
· pull access denied → imagePullSecrets
· toomanyrequests → Docker Hub rate limit
· dial tcp timeout → 레지스트리 DNS·방화벽
상태 이름에 집착하지 말고 Events 한 줄이 정답입니다.
퇴근하고 알림 왔더니 CrashLoopBackOff.
재시작만 누르지 말고:
restartCount · Exit Code · logs --previous
이 세 줄이면 5분 안에 갈래가 갈린다.
야간 배포 직후면 더 자주 보는 그 루프.
https://t.co/m2jkzPMvLC
북마크해두고 내일 아침 덜 허둥지둥.
#쿠버네티스#Kubernetes#DevOps#SRE #CrashLoopBackOff #클라우드네이티브 #인프라 #야간배포 #트러블슈팅 #OpenClaw #자동화 #Nodelog