AI-Assisted Writing: Our Disclosure Policy and Ethics Stance

Published: (May 28, 2026 at 12:10 AM EDT)
9 min read
Source: Dev.to

Source: Dev.to

Introduction

Every article on Pickuma is produced with AI assistance, and every article tells you so. The aiAssisted: true flag in our front‑matter is not a legal disclaimer we hope you will overlook. It is a deliberate transparency choice that represents a bet I am making about what readers will value in 2026 and beyond.


The Bet

As AI‑generated content floods the internet — which it is, at a pace that is accelerating — the premium on verifiably human‑supervised content will increase. Readers who care about accuracy will gravitate toward publications that are honest about their production process, even when that process includes AI. Readers who do not care will consume whatever ranks highest, regardless of provenance. I am building for the first group.

This article explains exactly how AI enters our workflow, exactly where it stops, and the ethical reasoning behind every line we draw.


Landscape

In the two years since GPT‑4 shipped, the economics of AI‑generated content have transformed publishing. Producing a 1,500‑word article summarizing a product category costs roughly two cents in API credits. A human writer producing the same article costs between $50 – $500, depending on expertise. The incentive structure this creates is not subtle: publishers who optimize for volume will flood every search result with AI‑generated text, and publishers who optimize for quality will be outnumbered by a factor of hundreds to one.

Current State

  • Search for “best project management software” in 2026 and the top twenty results are produced by sites that do not test project‑management software.
  • They summarize G2 ratings, reformulate marketing copy, and rank products by affiliate commission rates.
  • The content reads like a competent synthesis of other syntheses — a third‑generation summary of summaries that has never touched a real product.

Developer tools are not immune. In fact, they are a target. The search volume is significant, the affiliate commissions are high, and the average generalist publisher can produce a “best CI/CD tools” article by feeding a few landing pages into an LLM and publishing the output. The results are superficially plausible but substantively empty — reviews that recommend tools based on feature matrices copied from vendor websites, comparisons that declare every option “excellent” and refuse to pick a winner, pricing analyses that reproduce public pricing tiers without noting the hidden costs that emerge at scale.


Pickuma’s Position

This is the environment Pickuma operates in. Our response is not to reject AI — that would be performative and unsustainable for a small team — but to use it transparently, with clear boundaries, in a workflow where the human judgment is always the final and decisive step.


How AI Enters Our Process

Below is the unvarnished version of how AI enters our process. I am not going to describe this in aspirational terms like “we leverage AI to enhance our editorial capabilities.” I am going to tell you exactly what happens.

Step One: Research Synthesis

  1. After I finish testing a tool, I have notes — anywhere from ten to forty pages of observations, screenshots, error messages, configuration snippets, pricing‑table captures, and timestamps of when things worked and when they broke.
  2. The notes are messy because I write them while testing, not after.
  3. I feed these notes, the tool’s documentation pages, relevant GitHub issues, Hacker News discussions, and Reddit threads into Claude.
  4. Claude synthesizes this into a structured summary organized by topic area.
  5. I review this summary against my notes.
    • Claude catches patterns I miss — four different GitHub issues complaining about the same rate‑limiting behavior, a pricing change buried in a changelog that I skimmed past, a documentation gap that multiple community members identified.
  6. I do not publish the summary. I use it to inform the review.

Step Two: Initial Drafting

  1. Once I have the structured research summary and my testing notes organized, I create a detailed outline — my outline, written by me, organized around the questions a developer would ask when evaluating this tool.
  2. I feed the outline and the research summary to Claude and ask it to produce a rough draft.
  3. The draft is rough: the prose is generic, the transitions are formulaic, the sentences use words like “robust” and “seamless” that I would never choose.
  4. This draft is a starting point, not a finished product. It gives me a scaffold of structured claims and supporting evidence that I then rewrite, expand, sharpen, and personalize.
  5. The AI draft represents the first 5 % of the writing process, not the last 95 %.

Step Three: Consistency Verification

  1. Before the final editing pass, I run a specific consistency check.

  2. I feed the current draft and my original testing notes to Claude with a precise instruction:

    • Identify every factual claim in the draft that cannot be verified against the testing notes.
    • Flag any pricing figure that does not match the tool’s current public pricing page.
    • Highlight any feature description that is not supported by what I observed during testing.
  3. This check surfaces mistakes that I make as a writer — misremembered version numbers, conflated observations from different testing sessions, outdated pricing that I failed to catch.

  4. The AI does not fix these issues; it flags them. I verify each flag and correct or keep the claim based on my own judgment.

Step Four: Editing and Refinement

  1. The final editing pass is done by me, with a human editor reviewing afterward when our team capacity allows.
  2. At this stage, the AI performs grammar and style consistency checks — the kind of work a copy editor would do, catching subject‑verb agreement errors, inconsistent capitalization, repetitive sentence structures.
  3. These are mechanical issues, not editorial ones, and automating them lets me spend my time on the parts of editing that matter most.

The process above reflects our commitment to transparency, accuracy, and human‑centric oversight in an AI‑augmented publishing world.

The Role of Human Testing

The testing itself — installing the tool, configuring it, running it through a real workflow, encountering real errors, and forming an informed opinion — is never done by AI. This is the irreplaceable core of the process. No language model can tell you whether a CLI tool’s error messages are helpful, whether a dashboard loads in under a second with ten thousand rows of data, or whether the documentation answers the questions that arise during actual use. That knowledge only comes from human use, and that is the part of the process where we invest our time.


Hard Boundaries (Non‑Negotiable Rules)

  1. No publishing without human testing

    • We will not publish a review of a tool that was not tested by a human. This line separates Pickuma from content mills. If the testing was not done by someone who installed the tool and used it for a real task, the review does not get published. Period.
  2. No AI‑generated testimonials, benchmarks, or community‑sentiment claims

    • If a review says “developers on Reddit have reported issues with the onboarding flow,” that means I read those Reddit threads.
    • If a review says “the tool handled 50 000 concurrent requests with p99 latency under 200 ms,” that means I ran that benchmark.
    • AI does not fabricate the evidence; it only helps organize the evidence that human testing produced.
  3. Full transparency about AI involvement

    • The aiAssisted flag appears on every article.
    • This methodology page describes the workflow.
    • The specific AI tools we use are named in the FAQ below.
    • Readers who wish to discount AI‑assisted content can do so with the information provided. I would rather lose a reader uncomfortable with any AI involvement than keep a reader who would feel deceived later.
  4. Human‑only recommendation decisions

    • The recommendation at the end of every review — the “should you use this tool?” verdict — is a human judgment informed by human testing.
    • AI does not tell me which tool to recommend; it helps me organize the information on which the recommendation is based.

Ethical Framework for AI Use

This is not a formal ethics policy; it is a set of questions I ask about every use of AI.

  1. Misleading risk

    • First: Would a reasonable reader feel misled if they knew this part of the process was automated?
    • If yes → the automation does not happen.
  2. Human review requirement

    • Second: Does the AI output pass through human judgment before it reaches the reader?
    • If no → the automation does not happen.
  3. Additive vs. substitutive automation

    • Third: Does the automation replace something a human could do, or does it enable something a human could not do at reasonable cost?
    • Examples:
      • Research synthesis replaces manual reading of dozens of GitHub issues, but enables me to do it for every review instead of sporadically.
      • Drafting replaces writing a rough draft from scratch, but frees me to focus on the parts of writing where human judgment matters most.
    • The automation is additive, not substitutive.

Why This Matters for Our Niche

The ethics of AI‑assisted content carry more weight in our niche than in most. A developer choosing a database based on a review that hallucinated features, misattributed pricing, or recommended a tool the reviewer never tested could lose months of engineering time and tens of thousands of dollars in migration costs.

The asymmetry between the low cost of producing AI‑generated content and the high cost of acting on it is what makes our approach necessary.


Closing Statement

I do not claim that our use of AI is beyond reproach. I do not claim that our process is perfect. I claim that we are honest about what we do, and I claim that if we ever stop being honest, the site will deserve every consequence that follows.

Pickuma exists because the existing review ecosystem broke trust with developers. The only way to avoid repeating that failure is to be radically transparent about how we work — including the parts where we use tools to work faster.

Originally published at pickuma.com. Subscribe to the RSS or follow @pickuma.bsky.social for new reviews.

0 views
Back to Blog

Related posts

Read more »