Claude Code reads AGENTS.md only when telemetry is on
Article URL: https://blog.szypowi.cz/p/claude-code-reads-agents.md-only-when-telemetry-is-on/ Comments URL: https://news.ycombinator.com/item?id=49814947 Points: 288 # Comments: 130
A compact digest of model releases, papers, agentic systems, coding automation, infra, security, and high-signal developer discourse. Feed candidates are ranked locally; the scheduled Hermes worker can add qualitative synthesis.
Article URL: https://blog.szypowi.cz/p/claude-code-reads-agents.md-only-when-telemetry-is-on/ Comments URL: https://news.ycombinator.com/item?id=49814947 Points: 288 # Comments: 130
Article URL: https://www.nobodywho.ai/posts/jev-in-25-lines/ Comments URL: https://news.ycombinator.com/item?id=49812769 Points: 412 # Comments: 132
https://archive.ph/0V37g Comments URL: https://news.ycombinator.com/item?id=49806430 Points: 773 # Comments: 396
Article URL: https://stripe.dev/blog/meet-stripes-knowledge-ai-platform Comments URL: https://news.ycombinator.com/item?id=49815982 Points: 21 # Comments: 10
Article URL: https://tenuo.ai/blog/jev-scoped-authority Comments URL: https://news.ycombinator.com/item?id=49816487 Points: 11 # Comments: 3
Article URL: https://tawfeks.github.io/decisionkit/ Comments URL: https://news.ycombinator.com/item?id=49803197 Points: 1 # Comments: 0
Article URL: https://gambit.security/blog-posts/autonomous-ai-agents-online-retailers-25-a-company Comments URL: https://news.ycombinator.com/item?id=49808771 Points: 3 # Comments: 1
I found myself using the handoff skill too much — between sessions in different roles, and between different platforms (Codex and Claude for me). So, like programmers do, I wrote a solution for it: a shared memory for a fleet of agents, where each agent group has its own memory scope. After some time using it, I saw the memory become a pile of junk, so I…
Article URL: https://blog.doubleword.ai/swe-bench-pro-64-deepseek-agents Comments URL: https://news.ycombinator.com/item?id=49815925 Points: 1 # Comments: 0
Article URL: https://github.com/zariffromlatif/life-forge Comments URL: https://news.ycombinator.com/item?id=49813880 Points: 2 # Comments: 0
Article URL: https://github.com/discobox-ai/discobox Comments URL: https://news.ycombinator.com/item?id=49806850 Points: 1 # Comments: 0
Article URL: https://arxiv.org/abs/2609.24967 Comments URL: https://news.ycombinator.com/item?id=49811171 Points: 1 # Comments: 0
Tried Jev when it came out last week and it's crazy fast. Heaps of the LLM calls in my agents were already structured data anyway, so I thought I'd try moving them over. It worked, so I wrapped it in a skill that does it end-to-end. Tested on popular repo and it all worked, see the demo in GitHub repo. You can just run /jevify in your repo. It marks which…
Article URL: https://www.theregister.com/ai-and-ml/2026/09/22/security-firm-finds-naming-ai-agents-after-seinfeld-characters-helps-bots-join-the-team/5298424 Comments URL: https://news.ycombinator.com/item?id=49810295 Points: 3 # Comments: 0
yo this is my first post !!!! I been working a lot on quant stuff lately, & also been studying the graphs of industry's ai-agent stuff. I noticed one common point in those stuff is that we ourselves pushing the ai-agent's too fast than slow adaption; tho the research may have been quite an academic and long period but again like the delay happen because o…
Article URL: https://github.com/rondoflow/rondoflow Comments URL: https://news.ycombinator.com/item?id=49812163 Points: 3 # Comments: 0
Article URL: https://www.zfinia.com/cursed Comments URL: https://news.ycombinator.com/item?id=49811879 Points: 1 # Comments: 0
Diffusion Large Language Models (dLLMs) have recently emerged as a promising alternative to autoregressive LLMs by enabling non-autoregressive text generation. However, their practical deployment remains limited by inefficient inference, largely due to the absence of effective Key-Value (KV) caching and scalable parallel decoding mechanisms. Existing acceleration methods typically study KV caching and parallel dec…