AgentSkillsCN

proven-linkedin-posts

从Vizuara的10篇高绩效LinkedIn帖子中提炼出的写作模式。在为播放列表内容撰写LinkedIn帖子时,可结合写作偏好与LinkedIn文章技能一同使用此模式。这些模式反映的是实际获得高互动率的写作技巧,而非纯理论上的最佳实践。

SKILL.md
--- frontmatter
name: proven-linkedin-posts
description: Patterns extracted from 10 high-performing LinkedIn posts by Vizuara. Use this skill alongside writing-preferences and linkedin-article when generating LinkedIn posts for playlist content. These patterns reflect what actually got strong engagement, not theoretical best practices.

Proven LinkedIn Post Patterns

This skill documents the patterns found across 10 real LinkedIn posts that received strong engagement. These are not theoretical guidelines. They are patterns extracted from posts that actually performed well. When generating LinkedIn posts for Vizuara playlist content, follow these patterns closely.

The writing-preferences skill handles tone, punctuation, and word choice. The linkedin-article skill handles article structure. This skill handles the voice, framing, and content strategy that made these specific posts succeed.


Pattern 1: Open with a Real Problem or Honest Observation

The best-performing posts never open with hype or generic statements. They open with something the reader has actually experienced or thought about.

Observed openings that worked:

  • "Large Language Models (LLM) can be hard to understand for a beginner." (Post 4 — direct, honest)
  • "Diffusion models look intimidating mathematically on first contact because they come with long equations, UNets, and many Greek letters." (Post 9 — specific and relatable)
  • "Imagine changing the value of one pixel in an image and the neural networks predict the image of a horse as 99% frog." (Post 6 — concrete scenario that hooks curiosity)
  • "How can India be ready to build foundational level LLM/AI models?" (Post 3 — big question, immediately grounded)

What these have in common: they name a specific difficulty, curiosity, or question. They do not say "AI is transforming the world" or "In today's rapidly evolving landscape." They start with something the reader recognizes from their own experience.


Pattern 2: Establish Credibility Through Work, Not Claims

The posts never say "I am an expert" or "we are the best." Credibility comes from showing what was built, how much effort went into it, and what results it produced.

Examples:

  • "I have been teaching computer vision from scratch for the last 3 months on Vizuara's YouTube channel and have been receiving great feedback." (Post 1)
  • "I received a PhD in Machine Learning from MIT in 2022." (Post 5 — stated once, matter-of-factly)
  • "I have spent a lot of time and effort in making these lectures. I show everything on a whiteboard and then show it through Python code. Nothing is assumed. Everything is spelled out." (Post 5)
  • "This is not a toy project. It is a production-level project with an extensive dataset." (Post 3)

The credibility is earned by describing the depth and seriousness of the work. Sentences like "Nothing is assumed. Everything is spelled out." or "This is not a toy project." carry more weight than any credential.


Pattern 3: Be Specific About What the Content Covers

Vague descriptions like "learn everything about AI" do not work. The posts that performed well listed exactly what the viewer would learn, often using numbered or lettered breakdowns.

Examples:

  • Post 3 lists exact steps: "(a) Download a dataset with 1million+ samples (b) Pre-process and tokenize the dataset (c) Divide the dataset into input-target pairs (d) Assemble the SLM architecture..." Each step is concrete and actionable.
  • Post 6 lists what the lecture covers: "1. Review the seminal one-pixel attack paper 2. Teach the concept behind one-pixel attack 3. Review differential evolution 4. Implement one-pixel attack in Google Colab"
  • Post 9 walks through the concept step by step: "1. The starting point of a DDPM is not generation but destruction..." Each numbered section builds on the previous.

When introducing a playlist or video, always describe the specific journey the viewer will take. Not "you will learn about LLMs" but "you will tokenize a dataset, build the attention mechanism, pre-train the model, and run inference."


Pattern 4: Explain One Idea Clearly Before Moving to the Next

The DDPM post (Post 9) is the strongest example of this. Each numbered section carries exactly one concept, explained fully before the next one begins. There is no jumping around.

The progression in Post 9:

  1. Forward diffusion (destruction)
  2. Reverse process (the neural network predicts noise)
  3. Timestep encoding (how the model adapts)
  4. Generation (iterative denoising)

Each section answers the question that the previous one implicitly raises. "We destroy images" leads naturally to "Can we reverse this?" which leads to "How does the model know what stage it is at?" which leads to "How does generation actually work?"

This progressive construction is the single most effective structural pattern across all 10 posts.


Pattern 5: Use Short, Punchy Sentences for Emphasis

The posts mix longer explanatory sentences with short declarative ones. The short sentences land the key points.

Examples:

  • "This is not a toy project." (Post 3)
  • "Nothing is assumed. Everything is spelled out." (Post 5)
  • "That is all the UNet is trained to do. It does not generate pixels, it does not hallucinate images, it only predicts noise." (Post 9)
  • "The goal is not speed. The goal is to understand." (Post 7)
  • "I do not expect many views. This is not meant to trend." (Post 7)

These short sentences break the rhythm and make the reader pause. Use them after explanatory passages to drive home the core point.


Pattern 6: The Personal Voice is Genuine, Not Performative

The best posts have a first-person voice that feels like a real person writing about something they care about. They are not performing enthusiasm. They are sharing something they have actually built or thought deeply about.

Examples:

  • "My only hope and desire is that everyone learns to build SLMs from scratch." (Post 3)
  • "That habit used to give me a deep sense of satisfaction, not just because I learned new techniques or models, but because it made me feel like I was standing at the edge of human knowledge." (Post 7)
  • "I do not expect many views. This is not meant to trend. It is simply my way of returning to something that once gave me immense joy and clarity." (Post 7)

This voice is confident but not boastful. It expresses genuine motivation without sounding like a motivational poster. When writing for Vizuara, the voice should reflect someone who genuinely cares about making technical education accessible.


Pattern 7: Call to Action is Direct and Contextual

Every post ends with a call to action, but it is always tied to the content that was just discussed. It never feels like a generic sales pitch bolted onto the end.

Effective CTA patterns observed:

  • Link to the content just discussed: "Here is the link to the lecture: [link]. This lecture is part of the Explainable AI (XAI) lecture series." (Post 6)
  • Bridge to a deeper offering: "But if you are someone who wants to go deeper, if you are serious about mastering GenAI... we have a full 1-year program called the Minor in Generative AI." (Post 2)
  • Invitation to join a community: "Let us see if we can build a small community of people who genuinely enjoy reading papers and thinking deeply." (Post 7)
  • Simple and direct: "In this week's Transformers for vision series, we discuss diffusion models. Details here: [link]" (Post 9)

The CTA works because it follows naturally from the content. The reader has just been shown something valuable, and the CTA points to more of it.


Pattern 8: Video Links Are Woven In, Not Dumped

Posts that list many videos handle it in two ways:

Style A: Links as a structured reference list. Posts 1, 4, 5, and 8 list videos with titles and links. This works when the post is explicitly a "here is everything we have" overview. The list itself is the value.

Style B: Links woven into explanatory text. Post 9 does not list links at all. The content IS the explanation. Post 2 weaves the playlist link naturally into the narrative.

For generated posts accompanying a playlist image, prefer Style B when the post explains concepts from the playlist. Use Style A only when the post is a catalog or directory of resources.


Pattern 9: The Educator Identity is Central

Across all 10 posts, the consistent identity is that of an educator who takes the craft of teaching seriously. The posts are not selling a product. They are sharing knowledge and pointing to where more of it lives.

Key phrases that establish this identity:

  • "It is the responsibility of AI educators to make them simple so that any person with a desire to learn, can understand them." (Post 4)
  • "No concept is that hard. You just have to make an active effort to learn it." (Post 4)
  • "These 3 hours will train the next generation of foundational LLM/AI engineers." (Post 3)
  • "Every lecture is beginner-friendly but goes deep." (Post 8)

When writing for Vizuara, the post should feel like it comes from someone who teaches because they believe understanding should be accessible, not gatekept.


Pattern 10: Show the Journey, Not Just the Destination

The strongest posts describe a process or evolution, not just a result.

  • Post 10 traces the evolution of computer vision from task-specific architectures to transformer-based solutions. The reader sees the timeline and understands why the shift matters.
  • Post 9 walks through the DDPM process step by step, from destruction to generation.
  • Post 7 describes the personal journey of returning to paper reading after years away.

When writing about a playlist, do not just say "this playlist covers X." Walk the reader through the progression: what the playlist starts with, how it builds, and what the viewer understands by the end.


Quick Reference: What Makes a Vizuara Post Work

  1. Opens with something specific and relatable, not generic hype.
  2. Establishes credibility through the depth of work, not through claims.
  3. Lists or explains exactly what the content covers with concrete details.
  4. Builds ideas progressively, each step following naturally from the last.
  5. Uses short, punchy sentences to land key points.
  6. Writes in a genuine first-person voice without performative enthusiasm.
  7. Ends with a CTA that flows naturally from the content.
  8. Weaves links into the narrative when explaining, lists them when cataloging.
  9. Maintains an educator identity throughout.
  10. Shows the journey and progression, not just what the content is about.