Powrót do artykułów

Tweety, Social Media i Najważniejsze Dyskusje AI

Najważniejsze tweety, wątki i dyskusje z X (Twitter) o AI, Claude Code i ekosystemie deweloperskim. Social media wyprzedzają oficjalną dokumentację.

Zestawienie najważniejszych tweetów, wątków i dyskusji z X (Twitter) dotyczących AI, Claude Code i ekosystemu deweloperskiego. Social media stały się kluczowym miejscem wymiany wiedzy praktycznej - często wyprzedzają oficjalną dokumentację.


CLAUDE.md: Instrukcje od Head of Claude Code

Boris Cherny (Head of Claude Code) ujawnił na X swój workflow - “goldmine, must repost & bookmark”:

Fragment instrukcji dla CLAUDE.md:

## Workflow Orchestration

### 1. Plan Mode Default
- Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
- If something goes sideways, STOP and re-plan immediately - don't keep pushing
- Use plan mode for verification steps, not just building
- Write detailed specs upfront to reduce ambiguity

### 2. Subagent Strategy
- Offload research, exploration, and parallel analysis to subagents
- For complex problems, throw more compute at it via subagents
- One task per subagent for focused execution

### 3. Self-Improvement Loop
- After ANY correction from the user: update 'tasks/lessons.md' with the pattern
- Write rules for yourself that prevent the same mistake
- Ruthlessly iterate on these lessons until mistake rate drops
- Review lessons at session start for relevant project

### 4. Verification Before Done
- Never mark a task complete without proving it works
- Diff behavior between main and your changes when relevant
- Ask yourself: "Would a staff engineer approve this?"
- Run tests, check logs, demonstrate correctness

### 5. Demand Elegance (Balanced)
- For non-trivial changes: pause and ask "is there a more elegant way?"
- If a fix feels hacky: "Knowing everything I know now, implement the elegant solution"
- Skip this for simple, obvious fixes - don't over-engineer

### 6. Autonomous Bug Fixing
- When given a bug report: just fix it. Don't ask for hand-holding
- Point at logs, errors, failing tests -> then resolve them

Core Principles:

- Simplicity First: Make every change as simple as possible. Impact minimal code.
- No Laziness: Find root causes. No temporary fixes. Senior developer standards.
- Minimal Impact: Changes should only touch what's necessary.

Boris Cherny’s key insight o CLAUDE.md:

“Invest in your CLAUDE.md. After every correction, end with: ‘Update your CLAUDE.md so you don’t make that mistake again.’ Claude is eerily good at writing rules for itself. Ruthlessly edit your CLAUDE.md over time.”


Claude Code z Lokalnym Modelem (Ollama v0.14)

Przełomowy tweet od Tech with Mak (@techNmak):

Jak uruchomić Claude Code bez Anthropica:

Ollama v0.14 implementuje pełną Anthropic Messages API Compatibility. Możesz “oszukać” claude CLI żeby używał lokalnego modelu.

# Ustaw environment variables
export ANTHROPIC_BASE_URL="http://localhost:11434"
export ANTHROPIC_AUTH_TOKEN="ollama"

# Uruchom Claude Code z lokalnym modelem
claude --model qwen3-coder

# Albo z LM Studio
ANTHROPIC_BASE_URL="http://localhost:1234" \
ANTHROPIC_AUTH_TOKEN="lmstudio" \
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 \
claude

Zalecane modele lokalnie:

  • qwen3-coder - current SOTA dla lokalnego coding
  • gpt-oss:20b - dobra alternatywa
  • deepseek-v3 - przez Ollama

Wymagania:

  • Ollama v0.14+
  • Minimum 8GB VRAM dla modeli 7-9B
  • RTX 4060 wystarczy dla qwen3-coder

Dlaczego to przełomowe: Oddziela Experience od Compute. Dostajesz world-class UX Claude Code z privacy i zero-cost lokalnych modeli.

“This is the Linux Moment for AI Agents. The best tools are no longer tied to the biggest clouds.”


Context Engineering: Nowa Era

Santiago (@svpino) - jeden z najbardziej udostępnionych tweetów:

“Prompt Engineering is dead. Context Engineering is king.”

Context jest największym problemem z coding agentami. Możesz sprawić żeby każdy przeciętny model działał z odpowiednim kontekstem.

Praktyczna implikacja: Augment Code Context Engine - MCP server który używa knowledge graph i semantic indexing do rozumienia struktury kodu.

  • Semantic indexing (nie keyword matching)
  • Knowledge graph rozumie strukturę kodu
  • 2x szybsze odpowiedzi na 30K+ linii kodu
  • Niższe zużycie tokenów (tańsze!)

Community insight:

“The knowledge graph approach is the right direction. Agents that win will have better context, not just better models.”

Praktyczne podejście:

doc:code ratio = 3.6:1

Gdy AI ma structured specs, architecture docs i decision logs do referencji - jakość skacze dramatycznie.


Mastering Claude Code: Kompletny Przegląd

Aakash Gupta (@aakashgupta) - wszystko co musisz wiedzieć:

Claude Code Workflow

Analyze → Plan → Create → Scale

Claude Code vs inne opcje:

  • Full system access - może robić rzeczy których browser-only Claude nie może
  • Agent swarms - równoległe subagenty
  • Hours-long tasks - długie, wielogodzinne projekty
  • 200+ tools - jeden interfejs do wszystkiego

Getting started:

# macOS/Linux
curl -fsSL https://claude.ai/install.sh | bash
cd your-project
claude

Subskrypcje:

  • Pro: $20/miesięcznie
  • Max: $100-200/miesięcznie
  • API: pay-per-token

Praktyczny przykład: Meeting transcript → PRD → Jira tickets → Slack summary → Dashboard. One tool.


Grok dla Social Media: Marketing Agency w Prompcie

Sabir Hussain (@sabir_huss50540):

10 insane Grok promptów do social media growth:

1. Complete Social Media Audit

You are a senior social media strategist at a top-tier digital marketing
agency with access to real-time platform data, X conversations,
and audience demographics.

Perform a complete audit of my account: @[handle]
Analyze:
- Engagement patterns by content type
- Best performing topics and formats
- Audience sentiment and preferences
- Competitor comparison (provide 3 competitors to analyze)
- Gaps and opportunities
Output: Executive report with prioritized action items

2. Monetization Deep Dive

You are a senior creator economy strategist at a top-tier talent
management firm. Cite every finding with its source.

Build a complete revenue strategy for: [creator/business]
Include:
- Primary monetization channels (with benchmarks)
- Secondary revenue streams
- Pricing strategy
- 90-day implementation roadmap

Dlaczego Grok działa tu dobrze:

Grok ma dostęp do real-time danych z X - widzi aktualne trendy, viral content i public conversations. To daje mu unikalną przewagę nad innymi modelami dla social media analysis.

Uwaga: Część środowiska uważa automatyzację social media za dewaluację autentyczności:

“Great way to devalue the art of marketing. Some people actually take pride in their work and like working.”


Najważniejsze Dyskusje Tygodnia (Marzec 2026)

#1: Claude Code Security i Rynki

Anthropic ogłosiło że Claude Code Security (Opus 4.6) znalazł 500+ podatności w produkcyjnym open-source kodzie, w tym błędy z dekad. Rynki zareagowały agresywnie:

  • CrowdStrike: -8%
  • Cloudflare: -8.1%
  • Okta: -9.2%
  • SailPoint: -9.4%
  • Cybersecurity ETF: najniżej od listopada 2023

Kontrowersyjna debata:

  • Pro: AI znajdzie luki zanim zrobią to hakerzy
  • Contra: AI może też znaleźć i eksploatować luki (obie strony mają dostęp do tych samych narzędzi)

Ekspert (@prywatnik):

“Projektanci i dostawcy mieliby przewagę. Bo mogliby załatwić przed wypuszczeniem. Jeśli by chcieli.”

#2: Vibe Coding jako Skill

“Vibe Coding is a skill that’s being slept on”

Dyskusja o tym że vibe coding to nie “klikanie przycisków” ale:

  • Setup agenta (preferencje, memory, skills, MCP)
  • PRD creation
  • Task delegation
  • Quality verification

Kontrargument:

“Prompting an AI is something anybody can do, therefore it will pay minimum wage.”

Odpowiedź społeczności: Różnica jest jak między “kto może prowadzić samochód” a “kto jest kierowcą F1”. Tool access ≠ skill.

#3: Berkeley Research o AI w Pracy

Berkeley researchers spędzili 8 miesięcy obserwując jak pracownicy firmy używają AI.

Paradoksalny wynik: AI nie pozwoliło ludziom skończyć wcześniej i iść do domu. Użyli AI żeby brać na siebie więcej zadań.

Wniosek: AI jako amplifikator aspiracji, nie reduktor pracy.


Tweet Highlights: Cytaty Tygodnia

O strukturze:

“This is what turns Claude Code from helpful autocomplete agent into a reliable engineering teammate.” - @aakasjh

O systemach vs chacie:

“Without systems it’s just chat. With systems it’s leverage.” - @sriram_gsr16

O hooks:

“The hooks/ layer is the least talked-about part of this stack. Treating pre/post-tool validation as an engineering concern rather than a prompt concern is where real scale starts.” - @briancheong

O context window:

“If a task needs to read 3+ files → spawn a subagent. That one rule alone can save tens of thousands of tokens across a project.” - @Suryanshti777

O refactoringu:

“Uncle Bob endorsing AI refactoring is the character arc I didn’t expect. Refactor mercilessly with a safety net of tests is basically the ideal AI use case.” - @chishanAI

O RAG:

“RAG is no longer a feature. It’s an engineering system.” - @BharukaShraddha


Obserwowani Twórcy: Kogo Śledzić

HandleSpecjalizacja
@hasantoxrAI tools i frameworki
@thisguyknowsaiPrompting, narzędzia AI
@BharukaShraddhaRAG, AI Architecture
@Suryanshti777Claude Code tips
@DataChazLLMs, Agents, Data Science
@svpinoML, AI Engineering
@aakashguptaClaude, AI dla PM
@unclebobmartinSoftware craftsmanship
@_vmlopsClaude workflow, skills
@ingliguoriAgentic AI roadmap

Podsumowanie: Social Media jako Źródło Wiedzy

X (Twitter) stało się kluczowym miejscem wymiany praktycznej wiedzy AI bo:

  1. Szybkość - informacje pojawiają się zanim trafią do dokumentacji
  2. Praktyczność - ludzie dzielą się tym co faktycznie działa
  3. Dyskusja - reply threads pokazują edge cases i kontrargumenty
  4. Community - direkty od twórców narzędzi (Boris Cherny, Anthropic team)

Jak korzystać efektywnie:

  • Śledź listę twórców powyżej
  • Używaj Grok do podsumowania długich wątków
  • Bookmarkuj wartościowe tweety (używaj SaveIt.now dla semantic search)
  • Filtruj szum - % wartościowych tweetów jest mały
Wróć do wszystkich artykułów