AI pulse last 7 days
Daily AI pulse from YouTube, blogs, Reddit, HN. Ruthlessly filtered.
Sources (41)▶
- criticalAndrej Karpathy
Były dyrektor AI w Tesli, OpenAI cofounder. Każde video to gold.
- criticalAnthropic
Oficjalny kanał Anthropic. Każdy release Claude'a.
- criticalComfyUI Blog
Release log dla integracji ComfyUI — Luma Uni-1, GPT Image 2, ACE-Step music gen, Seedance. Pokrywa video+image+music+workflow.
- criticalOpenAI Blog
Oficjalny blog OpenAI. Wszystkie release.
- criticalSimon Willison's Weblog
Najlepszy 'thinker' AI. Codzienne posty, deep insights, niska hype rate.
- highAI Explained
Głęboka analiza papers i benchmarków, niska hype rate.
- highAI Jason
Praktyczne tutoriale Claude Code, MCP, workflow vibe codingu.
- highBen's Bites
Daily AI digest, creator-friendly tone. Codex, model releases, agentic AI.
- highCole Medin
Vibe coding + agentic workflows + Claude Code MCP integrations.
- highFal AI Blog
Fal hostuje większość nowych AI image/video modeli — ich blog to wczesne sygnały premier.
- highHN: 3D & Gaussian Splatting
HN signal dla 3D generative — Gaussian Splatting, NeRF, image-to-3D. Próg 20 bo niszowa kategoria (top historic 182pts).
- highHN: AI agents / MCP
HN posty o agentach, MCP, vibe codingu z min 100 pkt.
- highHN: Claude / Anthropic
HN posty z 'Claude' lub 'Anthropic' z min 100 pkt.
- highHugging Face Blog
Releases dla image, video, audio, 3D modeli. Część tech-heavy — Gemini relevance odfiltruje noise. Downgraded z critical: za duży volume na 'must-read' status.
- highIndyDevDan
Claude Code power user, prompty, hooki.
- highInterconnects (Nathan Lambert)
AI policy + research analysis. Niska hype rate, opinionated.
- highLatent Space
Podcast + blog Swyx — wywiady z founderami i deep dives engineeringowe.
- highMatt Wolfe
Comprehensive AI tools weekly digest. ~700K subs.
- highMatthew Berman
AI news, model release reviews, agent demos. Wysoki output.
- highr/aivideo
Community AI video — Sora, Veo, Runway, Kling, LTX. Co naprawdę zaskakuje twórców.
- highr/ClaudeAI
Społeczność Claude'a — power users, tipy, problemy.
- highr/LocalLLaMA
Open-source LLMs, lokalne uruchamianie, benchmarks bez hype.
- highr/StableDiffusion
Największa community open-source image gen (700k+ users). Premiery modeli, LoRA, ComfyUI workflows.
- highRiley Brown
Vibe coding, AI builder workflows, Cursor + Claude tutorials.
- highThe Decoder
Niemiecki AI news outlet po angielsku, dobre breaking news.
- highTheo - t3.gg
TypeScript + AI dev workflows. Hot takes, narrative-driven.
- highYannic Kilcher
Paper reviews i deep dives w research AI.
- lowAI Weirdness
Janelle Shane — playful AI experiments, image gen quirks. Niski volume, unikalna perspektywa.
- mediumbycloud
AI papers digestible — między 2MP a Yannic Kilcher.
- mediumCreative Bloq
Design industry — gdzie AI ingeruje w klasyczne dyscypliny graficzne.
- mediumFireship
100-sec format, often AI/LLM + tech news.
- mediumfxguide
VFX i film industry — coraz więcej AI w pipeline. Profesjonalna perspektywa.
- mediumGreg Isenberg
Solo founder vibe — buduje produkty z AI, podcasty z indie hackers.
- mediumr/ChatGPTCoding
Vibe coding tipy, IDE setupy, prompty. Mix wszystkich modeli.
- mediumr/comfyui
ComfyUI workflows — custom nodes, JSON workflows, optymalizacje.
- mediumr/midjourney
Midjourney community — premiery v7+, style references, prompt patterns.
- mediumr/runwayml
Runway-specific community — premiery features, prompt patterns, comparisons z konkurencją.
- mediumr/SunoAI
Suno music gen community — nowe wersje modelu, lyric prompting techniques. Audio AI ma slaby RSS ecosystem.
- mediumTina Huang
AI workflows for data science, practical applications.
- mediumTwo Minute Papers
Krótkie streszczenia papers AI, świetne dla szybkiego scan'a.
- mediumWes Roth
AI news z bardziej clickbaitowym tonem — filtr Gemini odsiewa hype.
Claude Code hooks are the feature most people skip. Spoiler: they're really useful
Unlock the full potential of Claude Code by using hooks to automate testing, formatting, and safety constraints directly within the agent's workflow.
This post explores the 'hooks' feature in Claude Code, Anthropic's CLI agent, which allows executing shell commands during specific lifecycle events. By triggering actions before tool use or after file edits, users can create a tight feedback loop where Claude automatically sees test results and fixes errors without manual intervention. Practical examples include running test suites, auto-formatting code with Prettier, and setting up directory-level write protections. These hooks significantly enhance the agent's autonomy and reliability by integrating standard development workflows directly into the AI's execution path.
r/ClaudeAI·tooling·05/06/2026, 05:22 AM·/u/EastMove5163What's new in CC 2.1.128 (+1406 tokens)
Claude Code 2.1.128 improves background agents, adds a remote task trigger, and shifts memory management away from local files to direct agent reporting.
Claude Code (CC) version 2.1.128 introduces significant updates to background agent behavior and memory management. A new RemoteTrigger tool enables scheduling and running remote agent routines via API without exposing OAuth tokens. The update marks a shift in agent architecture, removing structured .md session memory files in favor of direct reporting within agent threads. SDKs for C#, Go, and Java have been updated with beta support for Managed Agents and enhanced tool-running capabilities. Furthermore, the model catalog now officially deprecates older Claude 4 iterations, recommending migrations to Opus 4.7 and Sonnet 4.6 for better performance and reliability.
r/ClaudeAI·tooling·05/06/2026, 02:46 AM·/u/Dramatic_Squash_3502llm-echo 0.5a0
Test how your applications handle model 'thinking' blocks for free using the new simulated reasoning feature in the llm-echo plugin.
Simon Willison has released version 0.5a0 of llm-echo, a utility plugin for his LLM CLI tool designed for automated testing. The plugin provides a 'fake' model that echoes inputs instead of calling an actual API, saving costs during development. This update introduces a new '-o thinking 1' option, which simulates the reasoning blocks produced by modern models like DeepSeek-R1 or OpenAI's o1. By outputting a fake reasoning block to standard error, it allows developers to verify that their parsers and workflows correctly handle multi-stage model outputs without incurring any API fees.
Simon Willison's Weblog·tooling·05/05/2026, 01:31 AM
Relevance auto-scored by LLM (0–10). List shows top 30 from the last 7 days.