feat(blog): draft post on AI learning curve and n8n hub scale-back#49
Merged
Conversation
Adds a draft blog post (~1330 words) documenting the arc from ambitious n8n automation to three reliable jobs. Uses accessi-shield and claude-gateway as the concrete case study and continues the "Developer Automation with n8n" series as order 2 after the claude-subscription CLI-first post. Marked draft:true so it stays hidden in production builds until the author reviews and promotes it. Dispatch directive: 2026-04-16-001
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
n8n-automationseries asorder: 2, following the existing claude-subscription CLI-first post.draft: trueso it stays hidden in production builds until reviewed and promoted. In dev mode it renders normally for preview..mdto match every other post insite/content/posts/(the content collection loader accepts both.mdand.mdx).Scope note
Only a single new file:
site/content/posts/ai-learning-curve-n8n-automation-scaling-back.md. No existing posts modified, no dependencies changed. Dispatch directive2026-04-16-001.Test plan
npm run buildpasses (28 pages, no warnings, no errors; draft is correctly excluded from production routing).npm run dev) — eyeball the rendered post at/posts/ai-learning-curve-n8n-automation-scaling-backfor prose/tone tweaks before flippingdraft: false.