Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

One AI skill that changes how you read academic papers. It turns every reference into a reusable writing block. I call this method: Atomic sentences. Atomic sentence = One sentence. One claim. One source. You can extract them directly from a peer-reviewed paper, vetted by authors and reviewers before...

16,186 Aufrufe • vor 4 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

how to use Google's NEW open source Design.md + AI Skills to make your startup look like a $100 million company in 1 hour: 1. Design.md is an open source file from Google that captures the soul of a design. Typography, colors, spacing, all in one markdown file. You attach it to your prompt and your agent builds beautiful things every time. 2. Think of it this way. The HTML is the finished dish. The design.md is the recipe. The skills are the ingredients. Put them together and everything you build looks consistent and professional. 3. Don't create a design system from scratch. Find a brand you love. Linear, Stripe, Vercel, whatever resonates. Study it. Use ChatGPT or Claude to help you extract the design language into your own design.md file. 4. Build skills on top of your design.md. A landing page skill. A mobile app skill. A motion design skill. A slide deck skill. Each one references the same design.md so everything looks like it came from the same designer. 5. The biggest mistake people make: they nail one screen and then everything else looks generic. Design.md solves this. One file keeps every page, every format, every medium consistent. 6. Use it across everything. Your landing page. Your app. Your pitch deck. Your promo videos. Same DNA. Same taste. Same system. That's what separates a startup that looks real from one that looks vibe-coded. 7. Build a second brain for design inspiration. When you see something beautiful in the real world or online, capture it. Save it. When you're building something new, reference it. Taste is developed, not downloaded. 8. It's obvious but the difference between a product people trust and a product people bounce from is how it looks and feels. Design.md gives you that edge. you can watch below shoutout to Meng To for coming on The Startup Ideas Podcast (SIP) 🧃 and walking through his full workflow. if you want to use AI to actually build gorgeous designs, you'll want to use see this. watch

GREG ISENBERG

511,448 Aufrufe • vor 4 Monaten

How to read a research paper 10x faster? PhD Students are often under time pressure. Many research papers but little time to read. Meet Bohrium – a tool that can 10x your paper reading. 𝐇𝐨𝐰 𝐜𝐚𝐧 𝐁𝐨𝐡𝐫𝐢𝐮𝐦 𝐡𝐞𝐥𝐩 𝐲𝐨𝐮 𝐫𝐞𝐚𝐝 𝐬𝐦𝐚𝐫𝐭𝐞𝐫? 1. Go to and log in. 2. Click on 𝑁𝑒𝑤 𝐶ℎ𝑎𝑡 and then on 𝐿𝑖𝑡𝑇𝑎𝑙𝑘 3. Upload the paper you want to read 4. Click on 𝑆𝑢𝑚𝑚𝑎𝑟𝑖𝑧𝑒 from the list. 5. Bohirum will summarize the paper for you. 6. This will help you understand the gist of the paper. 7. Now click on 𝐸𝑥𝑡𝑟𝑎𝑐𝑡 𝐹𝑖𝑛𝑑𝑖𝑛𝑔𝑠 8. Bohrium will extract key findings from the paper. 9. Go through each of the key finding. 10. Bohrium links each finding to respective part 11. This way you can see the links to the paper. 12. In the similar manner, you can also ↳ Extract information about research methods ↳ Academic concepts used in the paper 13. Bohrium can also help you in your writing 14. For example, you can use it to create diagrams 15. You can use Bohrium to create ✓ Graphical abstract ✓ Mechanism diagram ✓ Flowchart ✓ Concept cover 𝐖𝐡𝐚𝐭 𝐢𝐬 𝐬𝐩𝐞𝐜𝐢𝐚𝐥 𝐚𝐛𝐨𝐮𝐭 𝐁𝐨𝐡𝐫𝐢𝐮𝐦? → You can upload and chat with multiple papers together → Instead of only summarizing, it helps you in deep understanding → It links key findings to exact sections of the paper → It works like research-focused but free NotebookLLM Try it today:

Faheem Ullah

27,133 Aufrufe • vor 9 Monaten

Skills are the quickest way to 10x the quality and consistency of what you get from Claude Code. And you don't need to be a developer to use them. Anthropic just published how they use hundreds of skills internally every day. Most skill tutorials are made for developers — if you're in marketing, sales, content ops, or GTM, you probably watched those and moved on. But skills are just as important for non-developers. A skill is just a reusable prompt with clear instructions for a specific task. Instead of prompting Claude the same way over and over, you build it once and invoke it every time. I have a skill for writing on LinkedIn. A different one for YouTube outlines. Another for X. Each platform has different rules, different voice, different structure — so each one gets its own skill. If you're doing something repeatedly, it's time to make a skill. The biggest mistake most people make: building skills as a single .md file. A single file dumps everything into context whether Claude needs it or not. Wastes tokens. Gets worse results. Skills should be folders. Here's the structure that works: skill.md — the orchestrator. Tells Claude which files to read and when. It doesn't contain rules itself — it's the playbook. instructions/ — separate files for voice, structure, scope. Claude only loads the one it needs for the current step. examples/ — good AND bad. Good examples show what success looks like. Bad examples show patterns to avoid — AI writing tells, weak hooks, generic CTAs. Most people skip bad examples. Don't. eval/ — a checklist that scores every output before you see it. "Does it have a clear hook?" "Is it free of AI buzzwords?" Pass or fail on each item. templates/ — output formatting so you get consistent structure every time. The three types of skills that matter most for non-developers: 1. Business automation. Writing a newsletter. Checking reports and drafting follow-ups. Running programmatic ad campaigns. Any workflow you repeat — build a skill for it. 2. Content templates. Landing page copy, meta ads, email sequences, SEO briefs. Each one has specific requirements. Each one gets its own skill. 3. Thinking partners. This is the one people miss. Skills don't have to produce output. They can help you think — an advisory board that reviews your work from your ICP's perspective, a coach that pressure-tests your strategy, an ideation partner that researches competitors before suggesting your next move. If you already have skills as .md files, here's the exact prompt to restructure them in the Anthropic approved format: "I want to restructure my Claude Code skill file. Right now my skill is a single .md file and I want to break it into a folder system following Anthropic's best practices. Read my current skill file, then restructure it into a folder with: a skill.md orchestrator, an instructions/ folder with separate files for each concern (voice, structure, scope), an examples/ folder with good and bad examples, an eval/ folder with a quality checklist, and a templates/ folder for output formatting. Keep all my existing rules and intent — just reorganize them into the modular structure." Paste that into Claude Code pointed at the folder where your skill lives. It handles the rest. A few caveats: 1. Don't add too many skills. Every skill adds context Claude has to process. 50 skills loaded means everything slows down. Start with 3-5 covering your most repeated workflows. 2. Vet skills before downloading. If you grab a skill from the internet, read what's inside first. Skills can include shell commands and scripts. Check what you're running. 3. Share what works. Build a skill that performs well, put it in a shared GitHub repo. Your marketing org gets shared skills for copywriting, SEO, ad copy — new hires invoke the skill instead of learning every playbook from scratch. Onboarding time drops dramatically. 4. Keep your skills updated. When you see output you love, add it as a good example. When you see a pattern you hate, add it as a bad example. The skill gets sharper every time. I made a full video walking through all of this — including a live build of two skills from scratch (no terminal, no code), the exact prompt I use to restructure old skills, and 5 pro tips from Anthropic's internal playbook. Share this with your non-developer friends that want to do more with AI; or bookmark it to come back to at a later time.

JJ Englert

29,322 Aufrufe • vor 5 Monaten

I solved building decks with AI agents — by giving them a CLI tool like Powerpoint or Google Slides. AI could already make a beautiful deck if you asked it to using Ant's pptx skill. The problem was working with it. If it made one alignment mistake, fixing it on one slide would break something on another, and it became a game of whack-a-mole. One time I spent two days playing AI roulette, hoping the next prompt would finally fix the thing, and ended up building the whole deck by hand because I was on a deadline. So I built Hands-on Deck. And the reason it works is that this isn't just a skill — this is PowerPoint. The actual application: PowerPoint, Google Slides, Keynote, whatever you use. This is that, but for an agent, presented as a CLI. Every gesture you make in a deck app maps to a command. Click a box and type, drag a shape from here to there, look at a slide – agent can do it all in a command. And that changes how the agent behaves. With this CLI it works and thinks like a designer — it looks, makes an edit, looks again, makes another surgical edit. Compare that to Anthropic's pptx skill, built on the idea that Claude is a great programmer: it literally writes code to manipulate the deck, hand-editing XML and hoping it doesn't break anything else in the middle. The real test isn't creating something once — it's whether it can make surgical edits like you want. That's what I did in this video walkthrough and my claude crushed it! Check it out for yourself. So decks can be built like a designer now — with real flavor and taste. If you spend hours every week on decks, this gives those hours back. You can install it as a skill in Claude Code, Codex, whatever you use. Works every harness that supports skills. Let me know if you make something cool with it.

Nityesh

70,086 Aufrufe • vor 2 Monaten

THIS GUY CONNECTED HIS AI AGENTS TO HIS OBSIDIAN AND BUILT A BRAIN THAT LEARNS ON ITS OWN. HERE'S HOW TO BUILD IT Obsidian is just markdown files sitting in a folder. That turns out to be the perfect memory for an AI agent, because an agent can read and write those files directly. He wired his agents into the vault so they pull context from it, do the work, and write what they learned back. The notes aren't the point. The loop is, and it gets sharper every cycle How to build it: 1. Point an agent at your vault. The fastest way, no plugins, no API keys: open a terminal and run npx obsidian-mcp /path/to/your/vault. That exposes your Obsidian folder to Claude as a tool it can read, search, and write to. Add it to your Claude Code or Cowork config and restart 2. Confirm it can see the brain. Ask it: "list the notes in my vault and summarize what's in them." If it reads them back, the connection is live. Now it starts every task with everything the vault already holds instead of from zero 3. Give each agent one job and a write-back rule. Tell it: "research this, then save what you found as a new note in /brain with links to related notes." One agent researches, one summarizes, one plans. Each writes its output back into the vault 4. Close the loop. Add one line to every agent's instructions: "read /brain before starting, write your result back when done." Now each task leaves the vault richer, and the next run reads that before it works. It compounds instead of resetting 5. You only steer. Review what the brain produces, point it at the next thing. The agents handle the reading, writing, and connecting The edge isn't better notes. It's a brain that feeds itself, so the work gets sharper every cycle instead of starting over Bookmark this

Yarchi

58,549 Aufrufe • vor 3 Monaten

PhD Students – How to convert your rough notes into a paper draft in 1 hour? Let’s first quickly understand the concept of rough notes. As a PhD student, you often read papers and make notes. Sometimes, you extract data from the papers you read. You record this data in an excel sheet. Irrespective of how you record your notes or data, you can convert it into a paper draft. More interesting, you can do this automatically. 𝐖𝐡𝐲 𝐭𝐨 𝐜𝐨𝐧𝐯𝐞𝐫𝐭 𝐲𝐨𝐮𝐫 𝐧𝐨𝐭𝐞𝐬 𝐢𝐧𝐭𝐨 𝐚 𝐩𝐚𝐩𝐞𝐫 𝐝𝐫𝐚𝐟𝐭? ➟ Difficult to comprehend your notes/data ➟ The notes are scattered in different places ➟ Need to synthesize a broader idea from your notes ➟ Need to write paper based on data noted 𝐇𝐨𝐰 𝐭𝐨 𝐜𝐨𝐧𝐯𝐞𝐫𝐭 𝐲𝐨𝐮𝐫 𝐧𝐨𝐭𝐞𝐬 𝐢𝐧𝐭𝐨 𝐚 𝐩𝐚𝐩𝐞𝐫 𝐝𝐫𝐚𝐟𝐭? 1. Go to and log in. 2. Open a blank document to start. 3. Click on 𝑊𝑟𝑖𝑡𝑒 on the right menu. 4. Click on 𝑢𝑝𝑙𝑜𝑎𝑑/𝑎𝑡𝑡𝑎𝑐ℎ button to upload your rough notes. 5. Use either pre-defined prompts or write your own. 6. For example, use the prompt – 𝐷𝑟𝑎𝑓𝑡 𝑎 𝑙𝑖𝑡𝑒𝑟𝑎𝑡𝑢𝑟𝑒 𝑟𝑒𝑣𝑖𝑒𝑤. 7. Paperpal will convert your notes a first draft of literature review. 8. Unlike ChatGPT, it will include real references your notes have. 9. You can give follow up instruction to modify the output. 10. For example, you can instruct – 𝑚𝑎𝑘𝑒 𝑜𝑢𝑡𝑝𝑢𝑡 𝑚𝑜𝑟𝑒 𝑐𝑜𝑛𝑐𝑖𝑠𝑒. 11. Paperpal will provide a concise alternative. 12. You can continue writing using the following options. ➝ Keep Writing ➝ Expand on ➝ Write a counter argument ➝ Write a transition sentence ➝ Write an impact statement 13. You can either accept or discard the generated text. Following this process will generate a paper draft for you. However, it is important to note that it is only a draft. You need to put your own human insight into it to polish it. You also need to carefully cross check the outputs. Please note this tutorial and tool is to facilitate you. It does not intend or even can replace you as a researcher. Try the Write 2.0 feature of Paperpal. Here is the link: Use code – FAHPP30 to get 30% off on Paperpal Prime. Anything you'd like to add?

Faheem Ullah

34,237 Aufrufe • vor 1 Jahr

this video is the CLEAREST explanation of how claude skills + AI agents work and how to use them most people set up an AI agent and wonder why it keeps disappointing them. the context window is everything context is what the model assembles before it takes any action. think of it like everything the agent needs to read before it does anything. the quality of what goes in determines the quality of what comes out. the models are genuinely really good right now. claude and gpt are exceptional. the variable is almost always the context you give them. 1. agent.md files are mostly unnecessary every single line you put in an agent.md file gets added to every single conversation you have with your agent. a 1000 line file is around 7000 tokens burning on every run. the model already knows to use react. it can read your codebase. save the agent.md for proprietary information specific to your company that the model genuinely cannot know on its own. 2. skills are the actual unlock a skill.md file works differently. what loads into context is only the name and description, around 50 tokens. the full instructions only appear when the agent recognizes it needs that skill. so instead of 7000 tokens on every run you have 50. and the agent stays sharp because the context window stays lean. the closer you get to filling the context window the worse the agent performs, same way you perform worse when someone dumps 10 things on you at once. 3. here is how to actually build a skill the right way most people identify a workflow and immediately try to write the skill. what you want to do instead is run the workflow by hand with the agent first. walk it through every single step. tell it what to check, what good looks like, what bad looks like. correct it in real time. once you have had a full successful run from start to finish, tell the agent to review everything it just did and write the skill itself. it writes a better skill than you will because it has the full context of what actually worked in practice not in theory. 4. recursively building skills is how you go from frustrated to reliable when the skill breaks, and it will break, ask the agent exactly why it failed. it will tell you specifically what went wrong. fix it together in that same conversation. then tell it to update the skill file so that failure mode never happens again. ross mike did this five times with his youtube report generator. it now pulls from eight different data sources and runs flawlessly every single time without him touching it. 5. sub agents are something you earn not something you set up on day one start with one agent. build one workflow. turn it into one skill. once that works add another. ross mike has five sub agents now covering marketing, business, personal and more. it took months to get there and every single one exists because a workflow proved it deserved to exist. the people who set up 15 sub agents on day one and wonder why nothing works skipped all the steps that make the thing actually run. 6. your workflow is the thing the model cannot get anywhere else the model has been trained on everything. it knows more than you about most things. what it does not have is your specific process, your taste, your way of doing things. that is what skills capture. that is what makes your agent actually useful versus a generic one. downloading someone else's skill means downloading their context onto your setup and it will not work the way you want it to because it was never built around how you work. this is the clearest explanation of how agents actually work i have heard. Micky runs this stuff every single day and the results show it. full episode is now live on The Startup Ideas Podcast (SIP) 🧃 where you get your pods people charge for this sorta stuff i give away the sauce for free i just want you to win watch

GREG ISENBERG

194,171 Aufrufe • vor 5 Monaten

Once you learn these three things, you can build nearly anything yourself. Skills, chains, and plugins. Learn them once and you can automate a real part of your week yourself. Here's the system: A skill is a standard operating procedure. It's one long, reusable prompt that does one thing well, like writing a newsletter, setting up a PPC campaign, triaging your inbox, or drafting a note to the board. You write it once and reuse it forever. The trick is to feed it your real work. For my writing skill, I gave Claude posts I admire and my own exported analytics with the winners marked, so it could see the patterns. Show it what good looks like and it nails your voice. Skip that step and it guesses. A chain connects skills into an automation. One skill's output feeds the next, in order. A copywriting skill writes the messaging, then hands it to a PPC-setup skill that builds the campaign. That's an automation, and you built it without writing code. A plugin is the harness that holds it all. It bundles your skills and chains into one thing you share with your team. Instead of sending 15 separate prompts around, you send one plugin, and it knows when to use each skill on its own. Skill, chain, plugin. It's one step up the ladder, and once you're up there it's easy. Now the worked example. I call it the Daily Driver. It's five skills chained together: email triage, a writer, Slack triage, a thinking partner, and a setup skill that connects my tools and personalizes everything. I chained them into one morning brief and scheduled it to run at 9am and message me the list. Two things made the biggest difference. Give it memory. I made plain docs for About Me, my Brand Voice, and my working preferences. I had Claude interview me and saved each answer as a file. Now every output sounds like me and knows my projects and my team. Connect your tools. The plugin reads my inbox, Slack, and calendar through MCP connectors for Gmail, Slack, and Google Calendar. That's what turns "summarize my morning" into a real brief instead of an empty wish. This is the highest-ROI thing an operator can set up this week. I run my YouTube channel, podcast, community, and newsletter on plugins I built myself, all on the $100 Max plan with no engineer in sight. I made a full walkthrough that shows the whole build start to finish. Want the Daily Driver plugin to start from? Comment PLUGIN below and I'll send it to you. #AI #automation #ClaudeCode

JJ Englert

53,969 Aufrufe • vor 3 Monaten

Don't use ChatGPT for academic writing. It may get flagged as AI-generated text. Instead, use Paperpal — an AI-powered personal writing assistant. Especially if your first language is not English. Think of Paperl as the elder brother of Grammarly, especially designed for academic writing. Go to and sign up. You can either start writing in Paperpal or paste a text you have already written. Paperpal will evaluate your writing and give you detailed suggestions to improve it. If English is not your first language, you can write in your own language and Paperpal will translate it for you. You can also install a Paperpal add-in in MS Word. Click on "Insert" and then "Get Add-ins." Search for the Paperpal add-in, and press "Add." And you will have Paperpal inside MS Word. Paperpal will give you helpful suggestion as you write. You can write in your own language and get Paperpal to translate it into English. Paperpal supports following languages: Bulgarian, Chinese, Czech, Danish, Dutch, Estonian, Finnish, French, German, Greek, Hungarian, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian. Please note Paperpal's give you 500 free suggestions a month after which you will have to buy a subscription. If you use it judiciously, you won't have to pay any money. ----- Found this post helpful? 1. Retweet to share it with your friends. 2. Bookmark it so you can come back to it later. 3. Follow me for regular posts on how to supercharge your academic writing with AI-powered apps.

Mushtaq Bilal, PhD

344,534 Aufrufe • vor 3 Jahren