AI in subjective domains

I am exploring how AI can scale expert feedback in subjective domains with a hobby project.

After visiting art museums around the world, I kept coming back to a familiar challenge: how do you consistently evaluate something inherently subjective? After having created medical devices in pain, the idea was worth exploring. It’s a question that extends well beyond art—into areas like clinical assessment, training, and decision-making in healthcare.

Article content

To explore this, I built an AI-driven application that scores line drawings on a 1–10 scale across five criteria, paired with real-time, constructive feedback. I created a custom GPU server to keep it all secure, private and have unlimited tokens. I then queried that server from Miami, FL with each drawing and art, as it was being created live by hundreds of participants at a local gathering of makers.

Article content

At Maker Faire Miami (April 25–26), several hundred participants created drawings at the table, and received immediate evaluation and guidance.

Article content

What stood out:

  • High engagement with structured, actionable feedback
  • Rapid iteration and improvement within minutes (some kept modifying their art for higher scores)
  • Interest from teachers and parents in using this to accelerate skill development in schools
Article content

It reinforced a broader idea: AI can help standardize and scale feedback in areas traditionally dependent on individual expertise.

In biotech and healthcare, the implications are significant—supporting training, improving consistency, and augmenting expert judgment in subjective evaluations.

Curious how others are thinking about applying AI to standardize decision-making without losing nuance?

Similar Posts

  • Sparql tool – connect LLM to knowledge graphs

    Talk to knowledge graph – sparql-tool Use LLM.: Hallucinations (sometimes good for creativity), Outdated knowledge, no access to your data ( trained on public knowledge). Solutions: Fine tuning – retrain the model on domain data RAG – Search: look things up in real time. Claude code looks at searched doc. Vector embeddings: semantic similarity search…

  • Detection of AI created content

    As AI has progressed generating code, writing, music or other intelligent language based skills through an LLM there is a parallel growth in detection of AI generated content.  Like everything AI, it is a probability game. Trying to estimate the combination of words/tokens and comparing with what is in the model. Using a standard model…

  • |

    Open source protein models

    A company called Profluent (profluent.bio) has been developing protein models that can be used for designing new proteins (https://www.nature.com/articles/s41587-022-01618-2), modeling of new CRISPR-Cas sequences (https://www.nature.com/articles/s41586-025-09298-z) and developing LLM for protein generation (https://www.biorxiv.org/content/10.1101/2025.11.12.688125v1.article-info). What is amazing is that they have open sourced all their models and Profluent-E1 is available in GitHub to download and use. (https://github.com/Profluent-AI/E1)…

  • |

    Knowledge graphs

    Knowledge graph is a way of representing information where entities/nodes (people, places, products, concepts) are linked by relationships/edges (works, creates, has ). It is a semantic network that captures facts and context. There is also an ontology that defines different types of node/edges and defines what types exist and how they relate. These are used…

  • |

    Virtual cell

    Hani Goodrazi – Arc institute has been working on virtual cell. Drugs fail due to overfit experimental models, You need screen drugs with better models of human biology. Geneva is platfrom that brings tumor models into perturbation model – that is a transcriptomics assay that deconvolves into effect. Take multiple cell line and then treat…