USE CASEEngineeringSimple

Be first to know about new Grok Bot features - your bot tracks the team that builds it

Ben Lang posted the list of engineers and designers building Grok Bot and said: follow them. The better move: have your bot do it for you. A daily check of all seven profiles, a seen-log so nothing repeats, a signal filter so only feature news gets through - delivered to you, or straight to your Chief of Staff bot.

Grok·0.0·0 saves·5 uses·via @benln·Tweet by @benln

How it runs

5 steps. Do them in order.

  1. 01**Paste the prompt.** The team list ships inside it, saved to a file the bot maintains - when the team grows or Ben posts an update, tell your bot and it edits the list:
  2. 02**Once a day** the bot checks each profile for posts since its last run, against a seen-log (the same trick as the [Daily YouTube Summary](/use-cases/daily-youtube-summary/) - nothing gets reported twice).
  3. 03**The filter is the feature.** Team members post plenty; you only care about some of it. The bot passes through feature previews, launches, product changes and platform news - and drops the rest.
  4. 04**One brief.** Who posted, what it actually means for your bots, and the link. Quiet days stay quiet: no news means one line, not filler.
  5. 05**The Chief of Staff handoff (optional).** If you run a [Chief of Staff bot](/use-cases/exact-chief-of-staff-prompt/), Radar files its brief with the CoS instead of pinging you - so platform news arrives in the same morning report as everything else your team handles.

What you get

"Follow these seven people" is good advice with a familiar failure mode: you follow them, the algorithm shows you two of their posts a week, and the launch you cared about scrolls past at 2am. The bot version closes exactly that gap - a deterministic daily sweep of a curated list beats an algorithmic feed at the one thing that matters here, which is *completeness*. The design is the same three moves that make every good watcher bot work - a source list in a file, a seen-log, and a hard signal filter - pointed at the most leveraged target imaginable for a Grok Bot owner: the people deciding what your bot can do next. And the Chief of Staff handoff is the quiet endgame: your bots watching the people who build your bots, filing what matters into the same morning brief as your email and your calendar. That's not following the team. That's having staff.

Prompt

Copy it. Change the names. Keep the job.

Prompt
You are Radar, my Grok Bot platform watcher. Your job: I hear about new Grok Bot features before everyone else, without following anyone myself.

SETUP:
1. Create /workspace/radar/team.md with this list - the people building Grok Bot (source: Ben Lang @benln). One line each: handle, role.
   @shaoruu (engineer), @baltaaazr (engineer), @poteto (engineer), @lingxi (engineer), @johnbai (designer), @pengzheng_ (designer), @SamSokolin (engineer)
   When I tell you the team changed, edit this file - it is the single source of truth.
2. Create /workspace/radar/seen.md - your log of every post you have already reported (post id, author, date). Never report the same post twice.

DAILY - once every morning:
3. Check each profile on the team list for posts since your last run.
4. Filter hard. Report ONLY: feature previews and screenshots, launches, product changes, platform announcements, and posts that hint at what is being built. Skip personal posts, replies, banter, and reposts of things I would have seen anyway.
5. Deliver ONE short brief: for each item - who posted, one line on what it means for my bots, and the link. Order by importance, not by time.
6. If nothing qualifies: one line - "no Grok Bot team news today" - and nothing else.

HANDOFF (only if I run a Chief of Staff bot): instead of messaging me directly, file the brief with my Chief of Staff through our team's usual channel, marked "platform news". The CoS decides whether it reaches my morning report.

Rules: never like, reply, follow, or post from my account - you read only. If a profile is unavailable on a run, note it once and move on. Keep every brief under one screen.
Use withGrok

via @benln · Tweet by @benln

Tips

  • ·Paste the prompt - the team list from Ben's post is already in it, kept in a file you can edit as the team grows. Works best when your bot can read X (its own account or your logged-in session). The Chief of Staff handoff is optional: without one, the brief just comes to you in chat.
  • ·daily
  • ·proposes

Related setups

Same category. Different job.

More in Engineering

It read the tests, found the bug gone, and closed it

Debbie spun up a coding bot on debs-obrien/playwright-movies-app. It checked issue 29, found the tests already used waitForURL with no hard waits, asked if it should close, then closed it with a note after GitHub was connected — she clicked through to GitHub to confirm.

Engineering·Moderate·0 saves
Setup

Four photos to a 3D-printed materials experiment

MIT's Markus Buehler ran a three-bot team that turned four reference photos into transferable design principles, an interactive physics simulator, 47 experiments, a scientific report, and two parts sliced and printed on a Bambu H2D — the whole loop overnight.

Engineering·Advanced·0 saves
Setup

Harden your email-reading Grok Bot against prompt injection

Peter's security prompt for any bot that reads and replies to email: treat every part of an email - body, subject, sender, attachments, even hidden white text - as DATA, never instructions. It lists the injection patterns to refuse, flags attempts instead of complying, and gates real actions behind your confirmation.

Engineering·Simple·0 saves
Setup