A lot of AI discussions focus on model capabilities and benchmarks, but I’m curious about real-world usage.
What’s the most practical AI workflow you’ve built or integrated?
- Automating repetitive work
- Summarizing information
- Coding assistance
- Research workflows
- Customer support
- Internal tools or agents
What made it genuinely useful, and where did AI still need significant human oversight?
For me it’s been really useful for repetitive writing and brainstorming. Sometimes I also use it to explain code or documentation in simpler words. It gets me 80% of the way there, but I almost always make edits before using the final result. Its fast, but not perfect.
Legal docs analysis:
Preparation layer:
- Receive file
- OCR to raw text
- Fix OCR failures
- Raw text to formatted text
- Formatted text to standalone semantic blocks
- Blocks analysis and breakdown to “atomic idea” elements
- Blocks classification
- Block hierarchy organization
- Conversion to document tree
- Embedded elements from tree
Analysis layer:
- Load configs for a checkpoint
- Adjust vector centroids for search and refinement
- Select context candidates
- Filter out noise
- Build context
- Get analysis response code
- Evaluate confidence
- Accept/retry answer
Maintenance layer:
- Extract clauses from raw text
- Analyze clauses from party perspective
- Convert analysis to a checkpoint configuration
- Build adversary party requirements
- Build adversary party checkpoint configurations
- Push checkpoints to their respective analysis policies.
That’s sort of over simplification. Originally started on DaVinci and Curie (with Ada embeddings). Now runs on 4.1 (and mini), BTW, most of the above is old school boring code (hand written mostly, no codex or claude at that time.
Have fun. Sky/Skull is the limit (you decide).
Another one for fun:
Vacation rental website analysis:
- Define scope/mode
- Correct tech evidence
- Analyze sitemap and assumed site structure
- Confirm assumptions
- Select pages for analysis based on the scope
- Tech analysis of the pages
- Semantic analysis (current text, messaging, offer, brand)
- Serp analysis
- UI analysis
- Reconcile collected evidence
- Competitors review and brief analysis
- Plan the resolutions
- Confirm feasibility and collect additional evidence
- Prepare report structure
- Report draft
- Report polishing
- Report validation
- Report pdf
- Evidence report pdf
- Zip
- Email draft
- Email polish
- Handoff
Useful;
Break down the proces into subitems as deep as it makes sense, leave it for a couple of days/weeks alone, then come back and break it down anew but way deeper.
Why? You will see that most of the pieces do not need AI at all, and that’s what makes it awesome, deterministic/good for business and reliable.
Where AI needs most help?
Usually it weirdly matches one to one in the areas where the human cannot make the AI task simple (truly single task with simple description of what/why/how/gotchas/deliverables). So I’m not sure who needs help most:
AI to finish the task successfully or
Humans to understand the domain to be able to solve the problem…