RESEARCHER BRIEFING · 2026
HOW CLAUDE CHANGED MY WORKFLOW
01 / 13

How Claude
Made Me a
10x Researcher

PRESENTED BY
Nimer Singh
DOMAIN
SCAM RESEARCH
RUNTIME
~15 MIN
01 / Hello

Hi, I'm
Nimer Singh.

I'm a Scam researcher - I spend my days hunting for the threats that try to reach everyday users on the internet.

Before this, I worked as a Lead Developer in an IoT and Industry 4.0 startup. I have enjoyed working with security for the past 6 years.

Researcher Cybersecurity Builder Curious by trade
Your name
[ Nimer Singh · Researcher ]
02 / What I Do

I find the
bad stuff before
you click it.

My team protects people from malicious websites — phishing pages, scams, fake stores, the lot. I research the patterns attackers use, then turn that research into signals and detections that block them at scale.

RoleScam Researcher
FocusWeb threats & URL risk
Day-to-dayHunt → Verify → Ship
OutputReports · Detections · Tools
Status● Active
03 / The Work

I turn haystacks
into answers
as fast as questions arrive.

// 01

Investigate

Pull threads on suspicious sites and clusters of attacker activity.

// 02

Build

Prototype tools, scrapers, and pipelines fast.

// 03

Query

Interrogate big datasets and surface the anomalies.

// 04

Fix Bugs

Reproduce, isolate, and patch — without losing momentum.

04 / The Bottleneck

Research is slow
by default.

Context Switching

Every investigation spans different languages, several dashboards, and a stack of half-remembered docs.

Boilerplate Tax

Most of the day is glued coding and rewriting the same query for a new data source.

Scale Problem

Manual review works for ten URLs. It collapses at ten thousand. The signal is always one zero away.

// 05 The Turning Point

Enter
Claude.

Not as a chatbot. As a research partner that codes, queries, and reasons — from a single command line.

06 / How I Think About It

Right tool, right
scale, right now.

MODE A · INTERACTIVE

Small tasks.
Live tools.

  • Quick lookups, triage, exploration
  • Live tool calls in the chat loop
  • Human-in-the-loop, low latency
  • Best for tens to hundreds of items
MODE B · AT SCALE

Big jobs.
Claude scripts.

  • Generate the analysis code, then run it
  • Batch over thousands of records
  • Reproducible, version-controlled
  • Best for one-off scripts and bulk work
07 / Four Workflows

Four ways I get
leverage.

01

Investigate

Open a research thread. Claude pulls context from our data sources, cross-references signals, and points at the interesting edges — before I even open a notebook.

02

Build

From "I need a tool that does X" to a working prototype in minutes. For bigger jobs, multiple agents work in parallel while I review at the seams.

03

Query at Scale

Plain-English to SQL across our warehouses and search clusters. When the result set is huge, Claude writes a script to process it instead of trying to do it all in chat.

04

Debug

Share a stack trace and the repo. Claude reproduces, hypothesizes, and patches — a half-day rabbit hole becomes a 20-minute conversation.

08 / The Stack

One command line
to rule them all.

Claude Code orchestrates everything below through MCP connectors and scripts.
Interface
Claude Code
The cockpit. Sub-agents for parallel work, hooks for repeatable flows.
Search Layer
AOS
OpenSearch
Where I hunt — billions of documents, queried via MCP.
Data Warehouse
Athena
Long-tail historical analysis. SQL written by Claude, verified by me.
Dashboards
Redash
Saved queries, scheduled checks, shared findings.
Browser Automation
Playwright
When a URL needs to be visited like a real human — Claude drives the browser.
Custom MCPs
Domain
Tooling
Domain-specific connectors that let Claude call our research services directly.
09 / Skills

Teach it once.
Use it forever.

Skills are reusable instruction packs that Claude loads on demand — a folder with a recipe that encodes a workflow's best practices, gotchas, and house style.

Instead of re-explaining a process every time, I write it down once. Claude reads the skill when the work matches — and follows the recipe.

Custom · Research

Threat Analysis Playbook

Encodes how I evaluate a new lead - what to check first, which dashboards to pull, and the questions that separate noise from a real campaign.

Custom · Data

Query Translator

Plain-English to SQL across our warehouses - but with our column quirks, naming conventions, and partition gotchas baked in, so Claude doesn't get them wrong.

Custom · Research

Regional Coverage Analysis

Given a geographic region, this skill pulls a representative URL sample from our data warehouse, scores each one through our reputation system, waits for enrichment to complete, re-checks for changes, and writes a structured gap-analysis report — all from a single prompt.

10 / Real Example

From signal to
shipped report — in one afternoon.

T + 0 MIN

Signal

A cluster of look-alike domains starts surfacing in our telemetry. Pattern unclear. Volume: ~12,000 URLs.

T + 15 MIN

Triage

I describe the cluster to Claude. It queries our search layer, returns the top features, and proposes a hypothesis.

T + 90 MIN

Scale

Claude writes a script to fetch and feature-extract all 12k URLs in parallel — work I'd usually push to next week.

T + 3 HRS

Ship

Findings written up, charts generated, dashboard updated. Detection logic drafted, reviewed, deployed.

11 / What I've Learned

Five rules that
compound.

01

Match the tool
to the scale.

Live tools for exploration. Scripts for scale. Don't ask a chat to chew through a million rows.

02

Write down
your workflows.

Anything you've explained twice is a skill. Capture it once and reclaim the next ten hours.

03

Run agents
in parallel.

For bigger jobs, multiple sub-agents handle independent chunks while you stay on the critical path.

04

Trust, but
verify.

Claude drafts; you review. The speedup is real, but responsibility for correctness still belongs to the researcher.

05

Stay in the
terminal.

One interface, one history, one place to debug. Your future self will thank you.

// Thank You

The job got bigger.
So did I.

Claude didn't replace the research. It removed the friction between curiosity and answer — and that's the whole game.

Questions