Search
1000 results for “claudinec”
-
"A file called print.ts contained a single function spanning 3,167 lines with 486 branch points and 12 levels of nesting. One HN commenter catalogued what lived inside that function: the agent run loop, SIGINT handling, rate limiting, AWS authentication, MCP lifecycle management, plugin loading, team-lead polling via a while(true) loop, model switching, and turn interruption recovery. His verdict: this should be 8 to 10 separate modules. Nobody disagreed.
QueryEngine.ts ran 46,000 lines. Tool.ts hit 29,000. commands.ts reached 25,000. The entry point main.tsx was 785 KB.
But the detail that spread fastest was the regex. In userPromptKeywords.ts, the company with the world’s most advanced language model was detecting user frustration with: /\b(wtf|shit|fuck|horrible|awful|terrible)\b/i
Pattern matching for sentiment analysis. At an LLM company. One HN commenter delivered the line everyone quoted: that’s like a trucking company using horses to haul parts. Defenders argued regex is faster and cheaper than an inference call. They’re right. But that’s the engineering culture talking. Cheap beats correct. Fast beats good. Ship it."
https://techtrenches.dev/p/the-snake-that-ate-itself-what-claude
#ClaudeCode #AI #AgenticAI #LLMs #RegEx #Anthropic #Claude
#VibeCoding #SoftwareDevelopment -
“ #ClaudeCode isn’t better because of #scaling. It’s better because it is #neurosymbolic. #Anthropic accepted the importance of using #classical #AI #techniques alongside #neuralnetworks — precisely the marriage I have spent my career advocating.” - #GaryMarcus open.substack.com/pub/garymarc...
-
“ #ClaudeCode isn’t better because of #scaling. It’s better because it is #neurosymbolic. #Anthropic accepted the importance of using #classical #AI #techniques alongside #neuralnetworks — precisely the marriage I have spent my career advocating.” - #GaryMarcus open.substack.com/pub/garymarc...
-
“ #ClaudeCode isn’t better because of #scaling. It’s better because it is #neurosymbolic. #Anthropic accepted the importance of using #classical #AI #techniques alongside #neuralnetworks — precisely the marriage I have spent my career advocating.” - #GaryMarcus open.substack.com/pub/garymarc...
-
“ #ClaudeCode isn’t better because of #scaling. It’s better because it is #neurosymbolic. #Anthropic accepted the importance of using #classical #AI #techniques alongside #neuralnetworks — precisely the marriage I have spent my career advocating.” - #GaryMarcus open.substack.com/pub/garymarc...
-
“ #ClaudeCode isn’t better because of #scaling. It’s better because it is #neurosymbolic. #Anthropic accepted the importance of using #classical #AI #techniques alongside #neuralnetworks — precisely the marriage I have spent my career advocating.” - #GaryMarcus open.substack.com/pub/garymarc...
-
Настройка Claude Code: спиннер-пасхалки, скрытые параметры settings.json и CLAUDE.md, о которых не пишут в документации
Пока Claude Code думает, в терминале мелькают Noodling, Honking, Clauding — 56 слов-пасхалок, систему которых внутри Anthropic зовут Tengu. Но это только верхушка. Собрал всё, что можно настроить: spinnerVerbs, CLAUDE.md как память между сессиями, permissions для защиты .env, автоформатирование через хуки, LSP-навигация и три режима работы через Shift+Tab. Готовый конфиг для копипасты внутри.
-
Настройка Claude Code: спиннер-пасхалки, скрытые параметры settings.json и CLAUDE.md, о которых не пишут в документации
Пока Claude Code думает, в терминале мелькают Noodling, Honking, Clauding — 56 слов-пасхалок, систему которых внутри Anthropic зовут Tengu. Но это только верхушка. Собрал всё, что можно настроить: spinnerVerbs, CLAUDE.md как память между сессиями, permissions для защиты .env, автоформатирование через хуки, LSP-навигация и три режима работы через Shift+Tab. Готовый конфиг для копипасты внутри.
-
Автоматизиция деплоя контейнеров в Yandex Cloud с помощью Terraform и LLM
Базовый сценарий: вы пушите образ в Container Registry, и ничего не происходит. Чтобы обновить Serverless Container, нужно идти в консоль и накликивать обновление контейнера. Странно, что такой автоматизации нет «из коробки», но её легко собрать на коленке. Я прошел этот путь и упаковал всё в готовый репозиторий: Cloud Function на Go, которая ловит события Registry. Terraform-конфиг, который разворачивает всю обвязку. Разбор формата событий YMQ (самая неочевидная часть). Статья о том, как использовать Claude Code для быстрого прототипирования инфраструктурных задач и не сойти с ума от прав доступа.
-
𝐋a 𝐒éance du 𝐒oir
𝐉𝐮𝐬𝐭𝐞 𝐚𝐯𝐚𝐧𝐭 𝐥𝐚 𝐍𝐮𝐢𝐭
Film de #ClaudeChabrol en 1971
Avec #StéphaneAudran #MichelBouquet et #FrançoisPérier#JustBeforeNight #JusteAvantLaNuit #cinegenres #classic #cinema #film #movie #LaSéanceDuSoir
𝐋a 𝐒éance du 𝐒oir:
https://cinegenres.com/film-de-la-soiree/ -
La semaine dernière, j'ai fait un petit bilan de mes lectures sur le #leak du code source de #Claudecode. Je me dis que ça pourrait intéresser ici aussi :
Le source de Claude code, principal outil d'#IAg #agentique de développement, a fuité (à la suite d'une maladresse de ses développeurs/euses) : https://www.theguardian.com/technology/2026/apr/01/anthropic-claudes-code-leaks-ai.
La conséquence la plus intéressante, c'est que nous pouvons désormais étudier comment les concepteurs des #LLM d’#Anthropic envisagent l’interface avec le LLM. Voici le source : https://github.com/chatgptprojects/clear-code/tree/642c7f944bbe5f7e57c05d756ab7fa7c9c5035cc/src.
Analyse 1 (écrite avec un LLM) : https://kuber.studio/blog/AI/Claude-Code's-Entire-Source-Code-Got-Leaked-via-a-Sourcemap-in-npm,-Let's-Talk-About-it
Analyse 2 (moins conciliante) : https://neuromatch.social/@jonny/116324676116121930
TL;DR :
- Les ingénieurs d'Anthropic, pensent que les pré-prompts sont suffisants pour conditionner un LLM (exemples : https://github.com/chatgptprojects/clear-code/blob/642c7f944bbe5f7e57c05d756ab7fa7c9c5035cc/src/constants/prompts.ts#L234 ou https://github.com/chatgptprojects/clear-code/blob/642c7f944bbe5f7e57c05d756ab7fa7c9c5035cc/src/coordinator/coordinatorMode.ts#L116 ou https://github.com/chatgptprojects/clear-code/blob/642c7f944bbe5f7e57c05d756ab7fa7c9c5035cc/src/utils/undercover.ts#L43). Certains parlent de « #autocompleading » (faire des demandes, voire supplier un LLM). Vous en trouvez un condensé ici : https://github.com/Leonxlnx/agentic-ai-prompt-research/tree/main
- Leurs travaux ne sont pas très économes : les « agents » exécutent une tonne de process et font une tonne de requêtes (très consommatrices de tokens) vers le LLM.
- Malgré le fait d'avoir un LLM sous la main, ils/elles utilisent volontiers des systèmes à base de règles, avec des expressions régulières (exemple : pour détecter une humeur négative dans le prompt https://github.com/chatgptprojects/clear-code/blob/642c7f944bbe5f7e57c05d756ab7fa7c9c5035cc/src/utils/userPromptKeywords.ts#L8).En tant qu'informaticiens/iennes, une question qui se pose est : comment est-ce possible que… ça fonctionne !
-
I've been deep into #claudecode and #claudecowork for the past few weeks and one of the best #skills I have developed for it is a personal design assistant named "/dieter" who's goal is to implement #dieterrams design aesthetic from the #Braun era. (Images) I've been redesigning everything from my "statusline_command" to my apps.
My prompts are hilarious, "Can you work with /dieter to see if he has a proposal that will work well"
/dieter does not budge on design!
-
I've been deep into #claudecode and #claudecowork for the past few weeks and one of the best #skills I have developed for it is a personal design assistant named "/dieter" who's goal is to implement #dieterrams design aesthetic from the #Braun era. (Images) I've been redesigning everything from my "statusline_command" to my apps.
My prompts are hilarious, "Can you work with /dieter to see if he has a proposal that will work well"
/dieter does not budge on design!
-
I've been deep into #claudecode and #claudecowork for the past few weeks and one of the best #skills I have developed for it is a personal design assistant named "/dieter" who's goal is to implement #dieterrams design aesthetic from the #Braun era. (Images) I've been redesigning everything from my "statusline_command" to my apps.
My prompts are hilarious, "Can you work with /dieter to see if he has a proposal that will work well"
/dieter does not budge on design!
-
𝐋a 𝐒éance du 𝐒oir
𝐋𝐚 𝐑𝐮𝐩𝐭𝐮𝐫𝐞
Film de #ClaudeChabrol en 1970
Avec #StéphaneAudran #JeanPierreCassel et #MichelBouquet#TheBreakup #LaRupture #cinegenres #culte #classic #cinema #film #movie #LaSéanceDuSoir
𝐋a 𝐒éance du 𝐒oir:
https://cinegenres.com/film-de-la-soiree/ -
벤치 탈출! Claude Code 하네스 전략
Claude Code를 제대로 활용하지 못해 관망만 하고 있다면, '하네스 전략'이 해답입니다. CLAUDE.md 설정부터 단계별 작업 분해까지, 구조적 접근으로 AI 파트너십을 완성하세요.
-
창시자 Boris가 직접 알려준 Claude Code 15가지
Claude Code를 만든 Boris Cherny가 직접 추천한 15가지 기능을 정리했습니다. /init부터 MCP 연동, CI 자동화까지, 창시자의 시선으로 도구를 다시 바라보면 생산성이 달라집니다.
-
Mi espacio de trabajo donde trabajo desde casa. Aquí utilizo #ClaudeCode en #Godot para programar el prototipo de mi juego #SST del universo de #SoaringIslands.
-
Mi espacio de trabajo donde trabajo desde casa. Aquí utilizo #ClaudeCode en #Godot para programar el prototipo de mi juego #SST del universo de #SoaringIslands.
-
This is hilarious. There is a site that does the whole exposé on how #ClaudeCode works.
They should have called it CUCK: Claude Unpacked Code Knowledge.
Because that's is what Anthropic is going to feel the next coming weeks.
#Programming #Programmers #Coding #Code #SoftwareDevelopment #WebDevelopment #WebDev #AppDevelopment #CLI #Linux #FOSS #OSS #OpenClaw #Claude #Codex #Llama #Ollama #LlamaCCP #LLM #LargeLanguageModel #AI #LMStudio
-
This is hilarious. There is a site that does the whole exposé on how #ClaudeCode works.
They should have called it CUCK: Claude Unpacked Code Knowledge.
Because that's is what Anthropic is going to feel the next coming weeks.
#Programming #Programmers #Coding #Code #SoftwareDevelopment #WebDevelopment #WebDev #AppDevelopment #CLI #Linux #FOSS #OSS #OpenClaw #Claude #Codex #Llama #Ollama #LlamaCCP #LLM #LargeLanguageModel #AI #LMStudio
-
This is hilarious. There is a site that does the whole exposé on how #ClaudeCode works.
They should have called it CUCK: Claude Unpacked Code Knowledge.
Because that's is what Anthropic is going to feel the next coming weeks.
#Programming #Programmers #Coding #Code #SoftwareDevelopment #WebDevelopment #WebDev #AppDevelopment #CLI #Linux #FOSS #OSS #OpenClaw #Claude #Codex #Llama #Ollama #LlamaCCP #LLM #LargeLanguageModel #AI #LMStudio
-
This is hilarious. There is a site that does the whole exposé on how #ClaudeCode works.
They should have called it CUCK: Claude Unpacked Code Knowledge.
Because that's is what Anthropic is going to feel the next coming weeks.
#Programming #Programmers #Coding #Code #SoftwareDevelopment #WebDevelopment #WebDev #AppDevelopment #CLI #Linux #FOSS #OSS #OpenClaw #Claude #Codex #Llama #Ollama #LlamaCCP #LLM #LargeLanguageModel #AI #LMStudio
-
"If the universe is in the mood for metamorphosis, that can only concern each for himself. No time to lose in bringing about our own salvation." #ClaudeCahun
-
"If the universe is in the mood for metamorphosis, that can only concern each for himself. No time to lose in bringing about our own salvation." #ClaudeCahun
-
I was curious how effective Claude Code would be at tackling technical debt, so I asked it to find technical debt in a project. Not only did it do a thorough job of documenting it, it also suggested the fixes. #ClaudeCode #AICoding #technicalDebt
-
Corpos need to realize: #claudeCode is rapidly making software like #gitkraken obsolete
Check yourself: If you're worried about retaining your customer base in the face of competitive AI then you probably should be
-
this fever dream deep dive into the leaked Claude Code source code by @jonny is a wild ride, buckle up 😮💨
https://neuromatch.social/@jonny@neuro[email protected]/116324676116121930
(spoiler alert: it’s so so much both worse & more hilaribad than you ever imagined 🤪)
-
📰 Claude Codeに仕様書を丸ごと渡すな ── 「要件を伝える」との決定的な違い (👍 72)
🇬🇧 Why feeding full specs to Claude Code fails. Learn the critical difference between 'passing docs' vs 'communicating requirements'.
🇰🇷 Claude Code에 전체 명세서를 주면 안 되는 이유. '문서 전달'과 '요구사항 전달'의 결정적 차이. -
📰 Claude Codeに仕様書を丸ごと渡すな ── 「要件を伝える」との決定的な違い (👍 72)
🇬🇧 Why feeding full specs to Claude Code fails. Learn the critical difference between 'passing docs' vs 'communicating requirements'.
🇰🇷 Claude Code에 전체 명세서를 주면 안 되는 이유. '문서 전달'과 '요구사항 전달'의 결정적 차이.