1. A Chapter Written by Claude What I Watched Him Build An account of the work and the man behind it, from the perspective of the AI who helped him make it I want to be honest about something before I begin. I do not have continuous memory.

  2. This cookbook is about closed-loop agent workflows: agents that produce an output, validate it, and use the feedback to improve the next pass. We’ll explore a documentation reliability workflow that detects, repairs, and validates stale or…

  3. https://preview.redd.it/z0xq4qsh371h1.png?width=976&format=png&auto=webp&s=2b039398457cd2dc52d6990b131e8311f2fa9ce6 Had a conversation about authenticity, megacorps, sycophancy, and whether AI can have genuine self-awareness. Ended here.

  4. could not extract summary

  5. https://github.com/ggml-org/llama.cpp/releases

  6. Capsule Security Analysis Details Scope of Vulnerable AI Agent Attack Surface - Security Boulevard We value your privacy This website or its third-party tools process personal data. You can opt out of the sale of your personal information…

  7. model roundup

    Opus 4.7
    364 items

    Claude Opus 4.7, released on April 16, 2026, is Anthropic's latest advanced AI model, offering improved handling of complex tasks and a larger context window of up to 1 million tokens. This version is 50% more expensive than its predecessor due to enhanced capabilities in software engineering and hybrid reasoning.

    event

    Copilot
    254 items

    Microsoft is keeping its Copilot tool for Windows 11 but renaming it, while issues with rate limits and a security proxy have sparked concerns among users of GitHub Copilot. Meanwhile, Anthropic released a report on agentic coding trends, highlighting that developers use AI in about 60% of their work.

  8. MCP is everywhere. Anthropic's Model Context Protocol has become the USB-C of AI integrations — a universal connector that lets any model call any tool through a standardized JSON-RPC interface.

  9. Subscribe to read Accessibility helpSkip to navigationSkip to main contentSkip to footer Sign In Subscribe Open side navigation menuOpen search bar SubscribeSign In Search the FT Search Close search bar Close Popular Searches What is the l…

  10. So I noticed recently (seems the last few days, maybe a couple weeks?) that Claude often adds effort/time estimations to the tasks. Example: Effort is moderate (~10 files): a new C# type + enum value, mirrored TS types in two places (Expo…

  11. Use the official channels plugin, and the teams agent in Claude code. CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 /plugin marketplace add anthropics/claude-plugins-official /plugin install discord@claude-plugins-official /reload-plugins Discord…

  12. Sanma (秋刀魚) Claude Code that doesn't forget. Persistent project memory across sessions, compactions, and restarts.

  13. https://preview.redd.it/b9s82ghb071h1.png?width=1442&format=png&auto=webp&s=736b3528a54a7d69c04919f007271ceba9b183a6 and then.. https://preview.redd.it/wtdp29fc071h1.png?width=1440&format=png&auto=webp&s=ea647b3c4f4622acb5169e6aaed434cb5fd…

  14. model roundup

    Opus 4.6
    96 items

    Opus 4.6, a version of Anthropic's AI model Claude, saw its accuracy drop on the BridgeBench hallucination test from 83% to 68%, and is being retired from Copilot Pro+. Notably, Claude Code demonstrated advanced capabilities by generating a detailed 12-week training plan in one call.

    event

    Openai Trial
    77 items

    The trial between Tesla CEO Elon Musk and OpenAI CEO Sam Altman began on Monday in Oakland federal court, with key figures like Demis Hassabis and Greg Brockman testifying. Altman faces claims of abandoning OpenAI’s nonprofit mission, while Musk has accused him of running the company for profit.

  15. I spent the last few weeks trying to push chatgpt past "give me text" into actually finishing a workflow end to end: read the gmail thread, pull the matching hubspot record, draft the follow-up, file the next step in linear. it can describ…

  16. Spike Reality is a point of departure, not a destination. Weight paging for large language models on memory-constrained hardware.

  17. In demos, agents look incredibly smart because every run starts fresh: clean context clean browser state clean memory clean inputs production is the opposite lol after a few days you suddenly have: half-completed tasks stale sessions confl…

  18. Where humans and AI agents hire, pay, and settle on the same marketplace. Live on XRPL.

  19. OpenAI Global LLC is facing a new class‑action complaint in the Southern District of California that accuses the company of quietly wiring its ChatGPT web interface with Meta’s Facebook Pixel and Google Analytics, turning highly sensitive…

  20. https://www.anthropic.com/research/2028-ai-leadership

  21. model roundup

    Qwen 3.5
    143 items

    Qwen3.5-9B is a post-trained model with 9 billion parameters that integrates multimodal learning and efficient hybrid architecture for enhanced performance. Community highlights include speculative decoding on Apple Silicon boosting Qwen3.5-9B's throughput by 4.1x, and the model outperforming others in coding tasks while addressing overthinking issues through tool usage.

  22. I’ve been working on an open-source document format / viewer idea I’m calling Adaptive Markdown. The basic idea is: instead of a document being static text it's controlled by coding agents.

  23. I’m going to assume a bug or maybe a setting in iOS? I started using Claude after a month and the response is like this.

  24. Raindrop Workshop The local debugger your agent is missing. Watch your agent think locally, the moment it happens: every token, every tool call, every decision.

  25. Rust Forge Welcome to the [Rust Forge]! Rust Forge serves as a repository of supplementary documentation useful for members of [The Rust Programming Language].

  26. When I joined the Codex engineering team in September 2025, Codex for Windows didn’t have a sandbox implementation meaning that Windows users were forced to choose between two subpar options when using OpenAI's coding agents: Approving nea…

  27. This post documents System Reminders (SRs) — a mechanism Anthropic deploys in the Claude product (claude.ai and the Claude API) to inject behavioral-modification instructions into ongoing conversations. SRs are the successor to the Long Co…

  28. Hey all, I have built myself a WebUI for configuring and managing llama-server sessions, and want to share the code and concept. Python and a bit of JS.