Three paths, one system—value, quant, and subjective judgment, turning "can I buy this stock?" into a process that can be reviewed, validated, and stress-tested.
Buy a great business, wait for a fair price—know your circle of competence
Let the numbers speak—multi-factor models and data pipelines
Four investors' viewpoints, converging through debate
A state machine enforces the process—no step skippable
Verify correctness at ingestion, keep bad data out
A few CLI commands, from initialization to a report
First settle "do I understand it?", then talk about "is it expensive?".
This path answers the most fundamental question: do I truly understand this investment? How does it make money? Will this business still exist in ten years? What could kill it?
Translate subjective feel into computable signals.
Feelings are static; data is alive. This path uses a multi-factor model to turn "expensive or cheap, good or bad" into a set of comparable, back-testable numbers—not a hunch.
Qualitative analysis is never one person's say-so.
The biggest liar in investing is agreeing with yourself. FengInvest runs four AI agents in parallel, each answering independently from a different investor's stance, then a debate engine stitches their conclusions together.
From circle-of-competence confirmation to a structured report, each layer does one thing.
A state machine blocks short-cuts: without finishing L0 you can't enter M, and without finishing L3 you can't produce a report. No step gets skipped because it "feels about right".
Correctness is verified at ingestion—structural checks alone aren't enough.
A state-machine tool—a few commands run the whole analysis flow.
python tools/fengstate.py init <TICKER> — initialize analysispython tools/fengstate.py check <TICKER> <layer> — check prerequisitespython tools/fengstate.py complete <TICKER> <layer> <file> — mark completepython tools/fengstate.py status <TICKER> — view progresspython tools/fengstate.py verify <TICKER> — full verificationThe engineering realization of the investment framework starts here
Back to the Investment Framework →