Code practice for journalists.
Data reporters who let AI write every scraper stop being able to read whether the script actually pulled the right rows.
Is code practice useful for journalists?
More journalism now touches code — a Python scraper for a public records site, a script to clean a leaked dataset, a quick query to filter filings. AI coding assistants will write all of it, and for a reporter that is tempting because code is a means, not the craft. But the risk is specific: if you cannot read the script, you cannot tell whether it pulled the rows you think it pulled, and a silent filtering bug becomes a wrong story. Senwitt code reps keep you able to read and reason about code, even if you never write much of it.
A code rep, for journalists
A rep shows you a short snippet — a loop that filters records, say — and asks what it actually outputs, or where the off-by-one error drops a row. No running it, no AI explainer. It is the same act as reading a generated scraper closely enough to know it kept the 2024 filings and not, quietly, only the first page of results.
What code practice covers in Senwitt
- Reading unfamiliar code
- Predicting behavior
- Spotting bugs
- Logic walk-throughs
- Trade-off reasoning
See the full Code Skill page for the deeper breakdown.
How the habit fits a journalists day
A code Set fits before you sit down to run or adapt a script for a story. Seven minutes of reading snippets and predicting their behavior keeps your eye for what a few lines actually do in practice, so when an AI assistant hands you a scraper you can audit its logic rather than trusting the output blind.
Questions journalists ask
- I am a journalist, not a programmer. Is this relevant? If you ever run an AI-written script against data you will publish, yes. The reps are reading and predicting code behavior, not writing software — the skill of looking at a snippet and knowing what it does. That is exactly what you need to trust a scraper before its output becomes a story.
- How is this different from the reasoning skill? Reasoning audits arguments in plain language. Code reps audit logic in a script — does this loop drop the last record, does this filter keep what you meant. Both are about catching a flaw before it ships, but code practice keeps you able to read the actual programs that now touch your data work.
- Will Senwitt teach me to code? It is not a coding course and makes no claim to make you a developer. The reps focus on reading unfamiliar code, predicting behavior, and spotting bugs — enough to audit what an AI tool produced. If you want to learn to build software, use a real course; Senwitt keeps the reading-and-reasoning muscle in use.
Related Senwitt pages
Sources
- 1.How AI assistance impacts the formation of coding skills — Anthropic Research (52-person RCT on a single unfamiliar Python library), 2026.
- 2.How AI coding tools silently erode developer understanding — VirtusLab, 2026.
Not brain training. Brain exercise.
Senwitt is a daily brain exercise app, not a brain training program. We do not claim to improve general cognition, prevent cognitive decline, or treat any condition. Independent scientific consensus — the 2014 Stanford Center on Longevity / Max Planck Institute statement signed by 70 neuroscientists, the 2016 Simons et al. review in Psychological Science in the Public Interest, and the FTC's 2016 settlement with Lumos Labs — has concluded that “brain training” claims are not supported by the evidence. Senwitt is built on a different premise: skills you actively practice get sharper; skills you stop practicing fade.