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.

Kindergarten-grade nouns
Claude Opus struggles with distinguishing between words people recognize and words they frequently use, revealing a bias in its training data towards written production frequency…
A Reddit user, /u/babelphishy, discovered a significant limitation in Claude Opus's understanding of human vocabulary familiarity while developing a word game. Opus struggles to differentiate between words adults recognize (like "stethoscope" or "campanile") and those they frequently use or write about. This issue stems from its training corpus (Wikipedia, news, Reddit, Twitter) being heavily skewed towards production frequency (Zipf's law), rather than general recognition. The model therefore undervalues words learned in school but rarely posted online, leading to an inaccurate assessment of a word's "obscurity" for a typical human. This insight highlights a crucial bias in LLM training data and its impact on nuanced language understanding.
r/ClaudeAI·news·05/06/2026, 01:46 PM·/u/babelphishy
I built an iOS Currency Converter using Claude (Opus & Sonnet) to help with my move to the UK
An experienced iOS dev used Claude to build and ship a full currency converter app with OCR in 6 weeks, handling 80% of the coding work.
An experienced iOS developer with seven years of professional background shared their process of building 'Converty', a currency conversion app, using Claude Opus and Sonnet. Claude generated approximately 80% of the codebase, specifically handling SwiftUI architecture and core logic, while Gemini was utilized for localization and accessibility tasks. The project features a camera-based price tag scanning function and moved from initial concept to a polished App Store release in about six weeks. This case study demonstrates how LLMs can drastically reduce development time for professional developers by managing boilerplate and UI iterations.
r/ClaudeAI·creative_work·05/05/2026, 02:26 PM·/u/Prestigious_Shake895
GPT-5.5 VERIFIED Opus 4.7: A Pi Coding Agent That REVIEWS Like YOU
Automate your output reviews by using a specialized 'Verifier' agent that checks the 'Builder' agent's work against strict rules and autonomously triggers fixes.
The video introduces a 'Verifier Agent' architecture designed to overcome the 'review constraint' in agentic workflows. Using a setup with Claude Opus 4.7 as a builder and GPT 5.5 as a verifier, the author demonstrates a system where the second agent automatically audits the first's output via a Unix socket. The verifier checks both claims (e.g., file existence) and visual constraints (e.g., text density in generated diagrams) using advanced vision capabilities. If a rule is violated, the verifier autonomously re-prompts the builder to fix the error without human intervention. This 'one agent, one purpose' approach aims to trade tokens for human time, creating a positive feedback loop for engineering standards.
IndyDevDan·tutorial·05/04/2026, 01:00 PM·IndyDevDan▶Watch here
Relevance auto-scored by LLM (0–10). List shows top 30 from the last 7 days.