Devin TsoOperating Portfolio

Business logic / system architecture / AI build

Beyond Complexity,Toward Capacity.

越过纷繁,终抵宏量。

Bridging Financial Rigor with System Architecture.

I turn business complexity into systems that can run, scale, and be trusted.

Order / delivery flowsVIP consumption ratiosSettlement evidenceRebate / subsidy rulesCross-border workflowsAudit-ready logic

Sanitized code fragments

The early code was not decorative. It turned reconciliation pressure into repeatable precision.

01monthly channel flow
files = glob("channel_flow_*.csv")
flow = pd.concat(
    pd.read_csv(file, encoding="gb18030")
    for file in files
)

pivot = flow.pivot_table(
    values="package_amount",
    index=["product_line", "channel"],
    aggfunc="sum"
)
02missing-order recovery
joined = pd.merge(
    dev_export,
    official_flow,
    how="left",
    left_on="order_id",
    right_on="internal_order_no"
)

unmatched = joined[joined["internal_order_no"].isna()]
03settlement output
with pd.ExcelWriter("settlement_review.xlsx") as writer:
    member_pivot.to_excel(writer, "member_flow", index=False)
    sports_pivot.to_excel(writer, "sports_flow", index=False)
    audit_result.to_excel(writer, "review_result", index=False)

Synthesis / from business reality to running systems

Business Understanding into Running Systems.

I read business through orders, contracts, roles, exceptions, workflows, data, and control points, then translate them into architecture, interfaces, permissions, and working code. Strong delivery also needs active correction: clarifying assumptions, challenging vague logic, and turning feedback into structure.

b2b-ops.local / operating-console
Business ObjectPO-OPS-0418
In use
CustomerMasked account
SupplierQualified vendor
StatusControlled flow
SKUQtyTaxStatus
VALVE-01120CheckedClear
PUMP-18240CheckedClear
SEAL-09120CheckedClear
Header + line itemsWorkflow statesPermission boundaryBusiness analytics

Current result / already in use

The Masterpiece:Custom B2B Operating System

Not a finance tool, but a full business operating system: customers, suppliers, contracts, orders, fulfillment, settlement, permissions, risks, and analytics connected through structured data. Finance-aware by design, built for the full business flow.

Future / AI build loop

AI-Driven Delivery, Human-Centric Logic.

AI accelerates generation. I define the business logic, system boundaries, data structure, trust criteria, and the correction loop that keeps the build aligned with reality.

From one mature B2B system to a growing portfolio of code-built business tools.

Contact Now

Let’s BuildWhat Lasts.

Business complexity deserves systems that can hold it.

For system work, business logic, data foundations, and AI-assisted delivery.
Email is released only after a Cloudflare check.