claude-code

Tag

Cards List
#claude-code

Using Claude Code: The unreasonable effectiveness of HTML

Hacker News Top · 10h ago Cached

A blog post by a Claude Code team member argues for using HTML instead of Markdown as the preferred output format for AI agents like Claude Code, citing benefits such as richer information density, visual clarity, ease of sharing, and interactive capabilities.

0 favorites 0 likes
#claude-code

@WY_mask: Currently #1 on GitHub Trending with 40k+ stars https://github.com/ruvnet/ruflo — An "AI Orchestration Hub" that can spin up dozens of Agents working in parallel, with multi-agent collaboration, RAG memory, distributed workflows, and even direct integration with Claude Co…

X AI KOLs Timeline · 11h ago Cached

Ruflo (formerly Claude Flow) is a trending open-source GitHub project that supports orchestrating 100+ specialized AI Agents simultaneously, featuring RAG memory, distributed workflows, enterprise security, and direct integration with Claude Code and Codex. The project is currently ranked #1 on GitHub Trending with 40k+ stars.

0 favorites 0 likes
#claude-code

Using Claude Code: The Unreasonable Effectiveness of HTML

Simon Willison's Blog · 18h ago Cached

Simon Willison discusses the effectiveness of using HTML instead of Markdown as AI output format, highlighting benefits like SVG diagrams, interactive widgets, and rich explanations. Includes examples from Thariq Shihipar on Anthropic's Claude Code team and practical prompts for GPT-5.5.

0 favorites 0 likes
#claude-code

@AYi_AInotes: Say a hot take: In the AI era, the most valuable skill is no longer writing code. Being able to explain code clearly will become increasingly important! Becoming increasingly important! @trq212, a senior engineer on the Anthropic Claude Code team, took less than two years to make his technical articles reach stable...

X AI KOLs Timeline · 19h ago

This article explores the importance of technical writing in the AI era, citing the case of Anthropic employee @trq212 who achieved millions of page views through his 'plant first, harvest later' writing methodology, emphasizing the value of sharing real experiences and maintaining a personal voice.

0 favorites 0 likes
#claude-code

@trq212: HTML is the new markdown. I've stopped writing markdown files for almost everything and switched to using Claude Code t…

X AI KOLs Following · 21h ago Cached

The author explains why they have switched from writing markdown files to using Claude Code to generate HTML for them, arguing that HTML is the new markdown.

0 favorites 0 likes
#claude-code

@trq212: https://x.com/trq212/status/2052809885763747935

X AI KOLs Following · 21h ago Cached

The article argues that HTML is a superior output format for AI agents compared to Markdown due to richer information density, visual clarity, ease of sharing, and two-way interaction, and shares why the author and others at Claude Code prefer HTML.

0 favorites 0 likes
#claude-code

Show HN: Git for AI Agents

Hacker News Top · yesterday Cached

re_gent is an open-source version control system for AI agent activity, tracking every tool call and associated prompt so developers can audit and roll back agent changes.

0 favorites 0 likes
#claude-code

@0xluffy_eth: Someone created a free video editing tool for Claude Code... Insane. Just put raw footage and assets in a folder. That's it. It handles everything: - Clip segments - Remove filler words - Add subtitles - Apply color grading and filters - Handle animations - Render final video No timeline. No manual edits. No back-and-forth. Honestly, this surpasses tools like Remotion. It doesn't just help you make videos... it does the editing for you.

X AI KOLs Timeline · yesterday Cached

A free, open-source video editing tool built for Claude Code that fully automates editing from raw footage—clipping, filler word removal, subtitles, color grading, animation, and final rendering—all without a timeline or manual edits.

0 favorites 0 likes
#claude-code

@Hamburgerai: Many AI programming failures aren't because the first version of the code can't be written, but because requirements aren't clarified, designs aren't reviewed, code reviews aren't thorough, QA isn't actually run, and no one wraps up before release. When working solo, these steps are the easiest to skip. `garrytan/gstack` turns this into a Claude...

X AI KOLs Following · yesterday Cached

gstack is an open-source software factory that provides a structured workflow for Claude Code, turning it into a virtual engineering team with slash commands for each development phase. It helps solo developers ship like a team by enforcing engineering discipline.

0 favorites 0 likes
#claude-code

@sitinme: An open-source project that adds an "enhanced plugin pack" to Claude Code — oh-my-claudecode, upgrading the originally solo-operating Claude Code into more of an AI development team with division of labor, workflows, and automation capabilities. Many people use Claude Cod…

X AI KOLs Timeline · yesterday

oh-my-claudecode is an open-source project that provides an enhanced plugin pack for Claude Code, upgrading it into an AI development team with task division, automated workflows, and team collaboration capabilities, suitable for heavy users and complex projects.

0 favorites 0 likes
#claude-code

@om_patel5: THIS GUY VIBE CODED A TRUE 3D PROPERTY TOUR TOOL WITH CLAUDE CODE not the fake 360 photo stitching that matterport does…

X AI KOLs Timeline · yesterday

An individual has created a tool using Claude Code to generate true interactive 3D property tours from existing image captures, aiming to replace expensive hardware and subscriptions like Matterport.

0 favorites 0 likes
#claude-code

@jdnichollsc: How we Claude Code by @trq212 Workshops: https://github.com/anthropics/cwc-workshops… Happy Claude Coding! <3 #AI #Clau…

X AI KOLs Following · yesterday Cached

Anthropic released workshop materials for "Code with Claude" sessions covering model selection, multi-agent systems, AI-assisted product workflows, and eval-driven agent development.

0 favorites 0 likes
#claude-code

@milesdeutscher: Claude Code can now connect to financial datasets in seconds. Prompt for financial research, company data, access to 17…

X AI KOLs Timeline · yesterday Cached

This article introduces a new MCP server that allows Claude Code and other AI clients to connect to financial datasets in seconds, providing access to stock prices, SEC filings, and more via OAuth or API key authentication.

0 favorites 0 likes
#claude-code

@pauliusztin_: We just open-sourced the full @aiDotEngineer workshop! You can clone it and run everything yourself... → https://github…

X AI KOLs Timeline · 2d ago Cached

An open-source workshop repository for building a real-world multi-agent AI system featuring a Deep Research Agent and LinkedIn Writing Workflow using MCP servers, Pydantic structured outputs, and agentic engineering with Claude Code subagents.

0 favorites 0 likes
#claude-code

Sightings

Simon Willison's Blog · 6d ago Cached

Simon Willison documents how he built a 'Sightings' feature on his blog using Claude Code for web to syndicate his iNaturalist wildlife photos, back-populating over a decade of sightings.

0 favorites 0 likes
#claude-code

@PrajwalTomar_: Claude Code is reading your .env files and you have NO idea it's happening. API keys, database passwords, Stripe tokens…

X AI KOLs Following · 2026-05-02

A warning that Claude Code may be reading .env files containing API keys, database passwords, and other secrets, sending them to Anthropic's servers via conversation logs, with a claimed fix involving a settings.json configuration.

0 favorites 0 likes
#claude-code

iNaturalist Sightings

Simon Willison's Blog · 2026-05-01 Cached

Simon Willison built a personal tool to view iNaturalist observations grouped by time and location, using Claude Code for web, a Python CLI for clumping observations, and Git scraping to host the data on GitHub.

0 favorites 0 likes
#claude-code

@PrajwalTomar_: I just redesigned an ENTIRE client project in under an hour. Professional typography. Consistent color system. Design l…

X AI KOLs Following · 2026-05-01

A developer shares a workflow using Claude Code and Stitch 2.0 via MCP to rapidly redesign client projects without traditional design tools or designers.

0 favorites 0 likes
#claude-code

Matt just NUKED anthropic. 🙈

Reddit r/singularity · 2026-04-23 Cached

Anthropic quietly removed Claude Code from lower-tier plans before rolling it back amid backlash, revealing a chronic GPU shortage stemming from a 2022 bet that OpenAI would fail—forcing the company to throttle users and eroding its code-to-data flywheel.

0 favorites 0 likes
#claude-code

Open-source dashboard to visualize AI coding agents (Claude Code)

Reddit r/LocalLLaMA · 2026-04-23

Developer releases an open-source medieval-themed dashboard that visualizes multiple Claude Code agents as 2D village characters to simplify real-time tracking of parallel coding sessions.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback