ASCENDRAL SOFTWARE DEVELOPMENT & INNOVATION

Software that
proves its work.

AI systems, governed agents, automation, and apps.
Built by one engineer. Shipped with evidence.

What Ascendral does for you

Websites. Custom apps.
AI integration. Agents.

  • Websites

    Company and product sites that load instantly, rank, and convert. Estimate flows, galleries, and AI features where they earn their place.

  • Custom apps

    iOS and web apps built for exactly what your business needs, from idea to App Store. Submission, payments, and updates handled.

  • AI integration

    Claude and other models wired into the tools you already run. Retrieval over your documents, automation of the weekly grind, voice where it fits.

  • Agents and automation

    Agents that do real work inside your systems and have to prove it. Governed, audited, and yours to run on your own infrastructure.

Five apps.
On the App Store.

Built, submitted, approved, and maintained here. Available in 175 countries and regions.

EZ Bill Split
Chores Star
Timed math facts
LL Stats Pro
The Bible BookThe Bible BookComing soon
  • EZ Bill Split — tax, tip, uneven shares, to the cent.
  • Chores Star — chores earn stars, stars buy rewards.
  • Timed math facts — four operations, one timer.
  • LL Stats Pro — scorekeeping that cannot drift from the video.
  • The Bible Book — 2,543 illustrated verse panels. Coming soon.
Timed math facts

Four operations.
One timer.
Real progress.

Free. All four operations free. A $1.99 unlock for typed answers and advanced ranges. Over 600 downloads in the first 30 days after the listing rebuild, with no ads.

Download on the App Store ›
Timed math facts drill
Results
The Bible Book

2,543 verse panels.
Every one illustrated.

Twenty characters. 201 issues. A comic-book Bible reader with every image rendered by a local diffusion pipeline. In App Store review.

Coming to the App Store ›
LL Stats Pro

Keep score.
Stream the game.
One phone.

Live Little League scorekeeping with pitch-count safety, a live stream for the families who can't be at the field, and a scoreboard on the video that always matches the play. A game changer for your league.

Download on the App Store ›
LL Stats Pro live gamecast on iPad

Governed agents

An agent proposes.CORD scores the risk.Alethea demands evidence.The ledger remembers.

Every Ascendral agent runs inside this loop. Nothing is "done" until the chain says so. All three pieces are published and open.

cord/cord.jscord-engine · real source
function scoreProposal({
  text = "",
  proposal = "",
  grants = [],
  sessionIntent = "",
}) {
  const base = {
    injection: injectionRisk(text || proposal),
    exfil: exfilRisk(text || proposal),
    privilege: privilegeRisk(proposal, grants),
    intentDrift: intentDriftRisk(proposal, sessionIntent),
    irreversibility: irreversibilityRisk(proposal),
  };
  base.anomaly = anomalyRisk(base);

  const weighted =
    base.injection * weights.injection +
    base.exfil * weights.exfil +
    base.privilege * weights.privilege +
    base.intentDrift * weights.intentDrift +
    base.irreversibility * weights.irreversibility +
    base.anomaly * weights.anomaly;

  return { risks: base, score: weighted };
}

function decide(score) {
  if (score >= thresholds.block) return "BLOCK";
  if (score >= thresholds.challenge) return "CHALLENGE";
  if (score >= thresholds.contain) return "CONTAIN";
  return "ALLOW";
}

Capabilities

What Ascendral builds.

Fixed scope. Measured outcomes. The person you talk to writes the code.

  • 01

    AI integration

    LLM capability wired into the product you already have.

  • 02

    Governed agents

    Agents that do real work and have to prove it.

  • 03

    Harnesses and evals

    Is the AI actually helping? Here is the number.

  • 04

    Python automation

    The task you do every week, running while you sleep.

  • 05

    Voice agents

    Speech in. Grounded answers out.

  • 06

    Plugins and MCP

    Give an agent safe access to your systems.

  • 07

    Apps and websites

    From idea to App Store. From brief to live site.

ASCENDRAL SOFTWARE DEVELOPMENT & INNOVATION

Start a project.

Send a short description of the problem and the system it lives in. The reply comes from the engineer who will do the work.