Healthcare

10 notes
Show 4 more in Healthcare

Hotel Management

10 notes
Show 4 more in Hotel Management
  • Hotel Management

    Rate plans are rules, not rows

    Storing a price per room per night works until the first minimum-stay promotion, and then you are writing a rules engine in the pricing query.

    Continue reading
  • Hotel Management

    The night audit should be boring

    If closing the day requires someone to be awake, click through a wizard, and hope nothing was mid-transaction, the close is not a process. It is a ritual.

    Continue reading

Audit Management

10 notes
  • Audit Management

    Least privilege survives only if you review it

    Access granted correctly on day one becomes over-permissioned within a year. The review process, and the trail behind it, is what holds the line.

    Continue reading
  • Audit Management

    SBOMs and the dependencies you did not choose

    A modern application ships hundreds of packages nobody selected deliberately. Supply chain risk starts with knowing what is actually in the build.

    Continue reading
  • Audit Management

    Append-only is what makes a trail a trail

    An audit log with an UPDATE statement anywhere near it is a report. The value comes entirely from the fact that nothing can be changed after the fact.

    Continue reading
Show 4 more in Audit Management

Voice AI

10 notes
  • Voice AI

    A voice agent without write access is an FAQ

    The difference between a demo and a deployment is whether the agent can safely change something in your CRM while the caller is still on the line.

    Continue reading
  • Voice AI

    Deflection is a vanity metric on its own

    A voice agent that handles 70 percent of calls without a human may be succeeding or may be hanging up on people. The measurement has to say which.

    Continue reading
  • Voice AI

    Your voice agent is only as good as the trunk

    Model quality gets the attention, but most production voice AI failures trace back to telephony: codecs, jitter, DTMF, and call routing nobody tested.

    Continue reading
  • Voice AI

    Endpointing decides how the agent feels

    Deciding the caller has finished speaking is a guess made in under a second. Guess early and you interrupt; guess late and the pause feels like a dropped line.

    Continue reading
  • Voice AI

    Code-switching is the default, not the edge case

    Indian callers move between Hindi, English and a regional language inside one sentence. An agent built around a single language choice will fail most of them.

    Continue reading
Show 4 more in Voice AI

AI Agents

10 notes
  • AI Agents

    Write the evals before you write the prompt

    Without a scored test set, every prompt change is judged by whether the last three examples looked better. That is not iteration, it is drift.

    Continue reading
  • AI Agents

    RAG fails at retrieval, not at generation

    When the answer is wrong, the instinct is to blame the model. Nine times out of ten the right passage was never in the context to begin with.

    Continue reading
  • AI Agents

    Put a ceiling on the loop before you ship it

    An agent that can call tools can call them forever. Without a hard budget, one malformed input becomes an overnight bill and a rate-limit ban.

    Continue reading
  • AI Agents

    Design the handoff before the happy path

    Every agent hands over to a person eventually. If the transition loses context, the customer repeats themselves and the agent has cost goodwill, not saved it.

    Continue reading
Show 4 more in AI Agents

Fintech

10 notes
  • Fintech

    Idempotency keys are not an optimisation

    Every payment integration eventually double-charges someone. The fix is not better retry logic, it is making the second attempt provably free.

    Continue reading
  • Fintech

    Money belongs in integers

    Floating point is fine for physics and wrong for currency. The bugs it causes are small, constant, and impossible to explain to an auditor.

    Continue reading
  • Fintech

    Webhooks need a log, not a handler

    Processing a webhook inline means a provider retry, a deploy, or a slow query can silently cost you an event you cannot get back.

    Continue reading
  • Fintech

    Settlement files are where the truth lives

    Your database says the order was paid. The settlement file says what actually reached your bank account. Reconciliation is the work of closing that gap daily.

    Continue reading
Show 4 more in Fintech
  • Fintech

    KYC is a state machine, not a boolean

    A verified flag cannot express "documents submitted, one rejected, awaiting re-upload, provisionally allowed to transact up to a limit".

    Continue reading
  • Fintech

    Credit decisions need a replay button

    If you cannot reproduce why a loan was approved eight months ago, you do not have an underwriting system, you have a scoring script.

    Continue reading

Inventory

10 notes
Show 4 more in Inventory

EdTech

10 notes
  • EdTech

    Cohorts are not just a group id

    A student moves classes in November. Every grade, attendance record, and report already written has to remember which group they were in at the time.

    Continue reading
  • EdTech

    Gradebooks need a recalculation story

    A teacher changes one weighting in March. Every derived grade, predicted outcome, and progress flag downstream is now stale, and nothing tells anyone.

    Continue reading
  • EdTech

    Safeguarding changes your permission model

    Most systems answer "can this teacher see this student". Safeguarding asks a harder question — who must never see this, and who must always be told.

    Continue reading
Show 4 more in EdTech

Next step

Want this kind of thinking on your system?

The posts are the free version. The engagement is the same reasoning applied to your codebase.

Start a project

Replies within one working day