AccessPlan Kenya Limited

AccessPlan Kenya Limited We are a management Consulting Firm, Which specializes in;

a) Finance & Accounting
b) Audit & Taxation
c) Merger & Acquisition
d) Business Plan

07/02/2026

PRACTICE PROPOSAL NOTE FOR AUDITING THE USE OF ARTIFICIAL INTELLIGENCE (AI) IN PUBLIC FINANCE MANAGEMENT:

WHY AI STILL FLUNKS THE ACCOUNTING NUMBERS.

Artificial Intelligence (AI) is solving famously hard maths problems. So why can't it audit a simple spreadsheet? The answer reveals a deep truth about AI's struggle to master accounting.

At a glance

Generative AI struggles with the precise mathematics required for reliable accounting.
AI currently solves complex abstract maths but fails at simple, procedural business logic. Hybrid systems combining AI with deterministic rules may offer a path to automation.

For the past two years, generative AI has been on a dream run, creating new text, code, images and video. Tech companies have promised that these cheeky chatbots would automate much of white-collar work, and accounting has been near the top of the list. But a basic question still hangs in the air: can generative AI handle the mathematics of accounting yet?

It shouldn’t be too hard. Computers have been crunching calculations for decades. But as businesses start testing generative AI models on real-world finance tasks, reconciliation, forecasting, anomaly detection, they’re discovering the limits of today’s tools and are double-checking the vendors’ claims.

Some are running quiet experiments. Others, like Sales-force, are revising their strategy in public. What they’re finding could determine whether generative AI replaces the accountant, OR stays in its lane as a language model built for writing tasks.

The accountant who put AI to the test

Simon Thorne is a spreadsheet tragic. A senior lecturer in computer science at the UK’s Cardiff Metropolitan University, he was one of the first to test generative AI on real-world accounting logic.
Thorne had used various AI models before the current AI boom. He says he was “fairly astounded” by ChatGPT’s fluency once it was released to the public. He soon realised that people were using generative AI for more than just generating language and code. They were using it to fill spreadsheets.

“I noticed that there were some problems with what it would output. So I wanted to understand how well it can do certain things that are common in spreadsheets,” Thorne told Public Accountant.

In 2023, Thorne released a series of tests aimed at answering that question. They ranged from basic tasks – like error-spotting in a profit and loss statement – to abstract puzzles and multi-step calculations. Over the next two years he expanded the suite into five categories: auditing, spreadsheet logic, domain knowledge, deterministic logic and pure maths.

Each test mimicked something a real user might ask a chatbot – “audit this budget”, “build a rolling average”, “spot the error in this interest calculation”. Some came straight from financial workflows. Others were logic challenges reworded to avoid contamination from AI training data. They included the so-called “astronaut puzzle”, a classic constraint logic problem, and a punishing entropy test involving probabilities and logarithms.

The doctored profit and loss statement included typical errors: hardcoded formulas, inconsistent rounding, duplicated entries. Gemini 2.5 picked up all of them. Microsoft’s Copilot missed half. In the entropy test, models often started strong but unravelled midway. “Once you get beyond a series of steps, it seems to just break down,” Thorne says.

He also built a deliberately opaque spreadsheet using named ranges, seeded with subtle structural flaws. It was a realistic model, the kind that causes grief in every finance team.

To keep the tests clean, Thorne never published the prompts. “When you look through my paper, you won’t find the prompts that I used,” he says. “I’m trying to protect my own set of tests.” If he publishes them, he believes, they will get picked up by AI vendors who will train their algorithms specifically to defeat them.

In 2025, Thorne ran 21 models through his suite, including GPT-4, Claude, Gemini and Copilot. The results were “very fractured and inconsistent”. Some models hallucinated answers. Others guessed formulas that looked plausible but were logically wrong. Only Claude 2.5 and GPT-4 returned the correct bank interest formula, and only when prompted with exact phrasing.

“They work on probability. So whatever looks like the right answer based on the input is the most probable answer. When I give it exactly the same puzzle but it’s got a different theme … it’s utterly unable to do that,” Thorne says.

The maths paradox

So if generative AI can’t reliably calculate a rolling interest formula, why is it solving unsolved maths problems?

That’s the paradox confronting researchers watching AI progress on a different front. In recent months, AI models have been quietly knocking off problems from the Erdős list – a notorious collection of unsolved mathematical puzzles compiled by the late Hungarian prodigy Paul Erdős.

The list includes more than 1,000 problems, spanning number theory, combinatorics, graph theory and geometry. Many are deceptively simple to state, but fiendishly hard to solve.

Between Christmas 2025 and mid-January 2026, 15 problems have shifted from “open” to “solved” on the official Erdős website. Eleven of those credited AI models for their role in the solution. One of the more eye-catching results came from Neel Somani, a former quant and startup founder, who fed an Erdős problem into GPT-5.2 over the holiday break. Fifteen minutes later, ChatGPT returned a proof, reported TechCrunch. It cited Legendre’s formula, Bertrand’s postulate, and the Star of David theorem.

“When I give it exactly the same puzzle but it’s got a different theme … it’s utterly unable to do that.”
Simon Thorne.

It also drew on a 2013 MathOverflow thread by Harvard mathematician Noam Elkies, but crucially, it didn’t copy. It built a different argument, producing a more complete solution to a variant of the original problem.

“I was curious to establish a baseline for when LLMs are effectively able to solve open math problems compared to where they struggle,” Somani told TechCrunch. The surprise was that the latest models are more successful at complex mathematical problems than previous algorithms.

The mathematician Terence Tao has tracked eight problems where AI models made “meaningful autonomous progress”, and six more where they rediscovered and extended existing work.

How can this paradox exist? In one context, AI is struggling to audit a spreadsheet. In another, it’s collaborating with mathematicians to extend the frontiers of human knowledge.

Why the split? Part of the answer lies in how these problems are structured.

Brilliant theory, broken practice

The breakthroughs in mathematics are impressive. But when it comes to practical business workflows, the results are less inspiring.

Business software company Salesforce was one of the earliest and loudest voices in the generative AI boom. CEO Marc Benioff even suggested renaming the company after its AI platform, Agentforce. But when Agentforce was tested in the real world, things didn’t go to plan.

One customer, home security firm Vivint, set up a basic instruction: send a customer satisfaction survey after every support call. No impressive acrobatics required, just a trigger, a task and an outcome. But in production, the surveys only went out some of the time. There was no logic to the failures. The task was simply skipped.

Salesforce’s CTO later explained the problem: LLMs struggle to follow more than eight steps in sequence. The system wasn’t broken; it just quietly dropped instructions without telling anyone.

As of early 2026, Agentforce no longer relies on language models alone. It runs on what Salesforce calls hybrid reasoning. LLMs still manage the conversation. But critical tasks are handed off to deterministic scripts, step-by-step rules that guarantee follow-through. An “Agent Script” ensures every required action happens in order, no matter how confidently the chatbot responds.

What makes finance different

The contrast between solving Erdős problems and failing survey triggers isn’t as contradictory as it first appears. In fact, it highlights the fundamental design trade-off in generative AI and suggests why it struggles in accounting.

Large language models are probabilistic engines. They’re trained to predict the most likely next word in a sequence based on vast amounts of text. That makes them surprisingly good at exploring abstract problems like spotting patterns, drawing analogies OR suggesting proofs. Mathematics research is an example of an open-ended domain which thrives on variation and creative leaps. In such fields, large language models can be genuinely useful.

But accounting isn’t just about abstract. It’s procedural. Tasks like reconciliation, auditing and compliance require determinism. Every step must follow the last. Every figure must be accurate. There is no “roughly right”.

This is where LLMs fall down. They don’t run calculations; they simulate what a correct answer might look like. And they can be very convincing. They cite formulas, mimic logic, and format outputs perfectly. But it’s still pattern-matching. And the longer OR more ambiguous the task, the more likely they are to drift or hallucinate.

Thorne saw this in his entropy test: models would get the first part right, then break down midway. Salesforce saw it with Agentforce: fluent conversations, broken ex*****on. Digits, a US accounting startup, benchmarked LLMs on transaction classification, and found none exceeded 70 percent accuracy without tight constraints. (Like Agentforce, Digits achieves much higher accuracy by combining LLMs with deterministic models.)

A saying allegedly popular inside Microsoft’s Excel AI group encapsulates the problem: “Ninety-nine percent correct is 100 percent wrong.”
In accounting, near enough is just not good enough.

Not if, but how

The question isn’t whether generative AI can do accounting. We know the answer to that already. On its own, it can’t.

The better question is: Can generative AI, when paired with other models and rule-based systems, do accounting accurately enough to replace humans?

That’s still not a settled question. But the theory shows it’s not impossible. Hybrid systems like those used by Salesforce and Digits use language models for context and communication, and rely on deterministic logic for critical steps. Done well, this approach could deliver automation with guardrails, and accuracy that holds up under audit.

Personally, I haven’t seen a fully autonomous AI accounting system work at scale. But given enough time, it still seems possible.

PRACTICE PROPOSAL
AUDITING THE USE OF ARTIFICIAL INTELLIGENCE (AI) IN PUBLIC FINANCE
Presented as a proposal to the Office of the Auditor-General (OAG), Kenya.

1). Purpose of the Practice Note In Contradictions With Simon Thorne's AI Perspectives

This Practice Note provides guidance to auditors within the Office of the Auditor-General on the audit of Artificial Intelligence (AI) systems used in public finance management. It establishes minimum expectations, Audit approaches, and Risk considerations where AI, including generative AI and machine learning systems, is deployed by public entities.

The Practice Note supplements existing public sector auditing standards and does not replace statutory audit requirements under the Constitution of Kenya (2010) OR the Public Finance Management Act (PFMA).

2). Scope of Application

This Practice Note applies to audits of:

• National and county government entities

• State corporations and public enterprises

• Constitutional commissions and independent offices

• Public pension funds, authorities, and agencies

• Any public entity using AI systems in financial
management, reporting, controls, OR decision support

It covers both internally developed systems and externally procured AI platforms.

3). Definition of AI for Audit Purposes

For purposes of audit, AI refers to computational systems THAT:

• Perform tasks normally requiring human judgment;
AND

• Generate outputs based on statistical inference, pattern recognition, OR model-driven reasoning
This includes, but is not limited to:

• Generative AI and large language models (LLMs)
Machine learning classification OR prediction models

• Automated decision-support systems affecting financial outcomes

4). Fundamental Audit Principle

AI systems do not replace management responsibility OR auditor judgment.

The use of AI by a public entity does not diminish:

• The accountability of accounting officers

• The responsibility of management for internal controls

• The obligation of auditors to obtain sufficient and appropriate audit evidence

AI outputs shall never be treated as audit evidence in isolation.

5). Key Audit Risks Associated with Artificial Intelligence (AI):

Auditors shall explicitly consider the following AI-related risks:

5.1 Determinism Risk

The risk that AI systems generate non-reproducible OR probabilistic outputs for financial calculations that require exactness.

5.2 Opacity & Explainability Risk

The risk that management cannot explain how AI-generated outputs were produced, limiting auditability.

5.3 Data Integrity Risk

The risk that AI systems rely on incomplete, biased, OR manipulated data, amplifying errors, OR irregularities.

5.4 Accountability Dilution Risk

The risk that responsibility for financial decisions is obscured between systems, vendors, and officers.

5.5 Silent Failure Risk

The risk that AI systems omit steps, override controls, OR fail without alerting users.

6). Audit Planning Considerations

During audit planning, auditors shall:

• Identify all AI systems affecting financial information

• Understand the purpose, scope, and risk profile of each system

• Assess whether AI is used in advisory, OR ex*****on roles

• Determine whether AI affects material balances, OR disclosures

Where AI affects material items, auditors shall elevate inherent risk assessments accordingly.

7). Minimum Audit Procedures for Artificial Intelligence (AI) Systems

Auditors shall, at a minimum:

7.1 Governance & Oversight Review

• Confirm existence of formal approval for AI use

• Identify responsible officers and oversight committees

• Review AI policies and risk assessments

7.2 Architecture & Controls Assessment

• Determine whether AI outputs are validated by deterministic controls

• Assess segregation of duties between AI systems and human approvers

• Confirm existence of override and escalation mechanisms

7.3 Data Review

• Test completeness, accuracy, and legality of data inputs

• Assess data provenance and change controls

• Confirm compliance with data protection and records laws

7.4 Reproducibility Testing

• Re-run AI-assisted processes using identical inputs

• Assess consistency of outputs

• Document any material variance

7.5 Audit Trail & Logging

• Verify existence of immutable logs

• Confirm traceability from input to output

• Test log integrity and retention

8). Treatment of AI Outputs as Audit Evidence

AI-generated outputs may only be used as audit evidence when:

• Independently corroborated by deterministic calculations OR external evidence; AND

• The process generating the output is fully auditable and reproducible

Uncorroborated AI outputs shall be treated as management representations.

9). High-Risk Use Cases Requiring Enhanced Scrutiny

Auditors shall apply heightened scrutiny where AI is used in:

• Payroll and pension calculations

• Tax assessments and revenue enforcement

• Public debt servicing and guarantees

• Consolidated financial statements

• Procurement evaluation, OR supplier selection

• IFMIS & ICMS ( Ingetrated Customs Management System)

In such cases, reliance on AI outputs without independent audit validation is not permitted.

10). Reporting & Disclosures

Audit reports shall:

• Disclose material use of AI systems affecting financial information

• Highlight deficiencies in AI governance, OR controls

• Report risks that may affect transparency, accountability, or reliability

Significant AI-related weaknesses shall be reported to Parliament OR County Assemblies as appropriate.

11). Capacity Building and Continuous Review

The OAG shall:

• Build internal technical capacity on AI systems

• Periodically update this Practice Note Proposal

• Engage with regulators and standard setters

Auditors are encouraged to exercise professional skepticism and seek specialist IT support system where necessary.

12). Proposed Effective Date

This Practice Note is effective for audits shall remain open for public discourse and consideration, OR after the date of issuance and implementation by the Auditor-General, and shall be applied in conjunction with applicable auditing standards.

Issued as proposal to strengthen accountability, audit integrity, and public trust in the use of AI in public finance management.

Amos Ng'ongo CPA
Management Consultant
Nairobi, Kenya.

16/01/2026

INDUSTRIAL POLICY VS. TECH-DRIVEN ECONOMY

Youth Employment, Governance, and Opportunity Costs in Kenya & Africa
A Comparative Policy Paper for Public Intellectual Discourse:

Africa, and Kenya in particular, faces a defining economic dilemma: whether to prioritize a technology-driven growth economic model OR pursue deliberate industrial policy for youth employment opportunities as the primary engine for youth employment, structural transformation, and economic sovereignty. This paper argues that while technology is an important enabler of productivity and innovation, industrialization remains irreplaceable for mass employment, skills formation, and inclusive growth.

Using a comparative lens, the paper draws parallels between United States war spending abroad often justified in the name of security and regime change, and the cost of corruption, misgovernance, and policy incoherence in African public institutions. In both cases, enormous public resources are diverted from productive domestic investment into activities that generate low OR negative social and economic returns.

The central thesis is clear: Africa does not suffer from a lack of resources OR talent, but from poor allocation of capital and distorted public policy priorities. Redirecting public expenditure toward industrial policy, infrastructure, and institutional integrity offers a far higher return on investment (ROI) for youth employment and long-term development than either militarized foreign policy (in the U.S. case) OR corruption-driven governance (in the African context).

1). INTRODUCTION: THE YOUTH EMPLOYMENT IMPERATIVE

Africa is the youngest continent in the world. Kenya alone adds hundreds of thousands of young people to the labor market annually. Yet:

• Formal job creation lags far behind population growth

• Informality dominates employment

• Education systems increasingly produce graduates without matching industrial absorption capacity

• Youth unemployment is not merely an economic issue; it is a political, social, and security risk. History demonstrates that sustained youth exclusion undermines democratic stability, fuels migration pressures, and weakens state legitimacy.

2). UNDERSTANDING INDUSTRIAL POLICY vs. TECH-DRIVEN GROWTH

2.1 Industrial Policy Defined

Industrial policy refers to deliberate state action to:

• Build domestic productive capacity

• Promote manufacturing and value addition

• Coordinate investment in infrastructure, skills, finance, and technology

• Support strategic sectors with high employment multipliers

Historically, every successful late-industrializing economy from South Korea to China used industrial policy as a developmental scaffold, not as a market distortion.

2.2 The Tech-Driven Economy Model

A tech-driven model emphasizes:

• ICT, software, fintech, and digital services
Innovation hubs and startups

• Knowledge-intensive, high-productivity sectors
While attractive, this model:

• Employs relatively few people

• Requires advanced skills not widely accessible

• Concentrates wealth geographically and socially

•Technology raises productivity, but does not automatically create mass employment.

3). YOUTH EMPLOYMENT OUTCOMES: INDUSTRIALIZATION vs. TECHNOLOGY

3.1 Employment Elasticity

• Manufacturing and agro-processing generate far more jobs per unit of investment than tech startups
Industrial ecosystems absorb semi-skilled and skilled labor

• Backward and forward linkages create secondary employment

In contrast

Tech firms scale without proportional hiring
Automation limits labor absorption
Platform economies often casualize labor rather than formalize it.

3.2 Skills Development

Industrialization creates:

• Apprenticeships

• Technical and vocational skills

• On-the-job learning

This builds a broad middle-skilled workforce, critical for social stability.

4). THE U.S. WAR SPENDING ANALOGY: OPPORTUNITY COST MATTERS

4.1 War Spending and Economic (ROI) vs. Cost Benefits

Over the past decades, the United States has spent trillions of dollars on foreign military interventions. These expenditures:

• Did not create durable domestic productive assets

• Generated narrow benefits for defense contractors

• Crowded out investment in infrastructure, manufacturing, and social goods

From a development economics perspective, this represents misallocated capital.

4.2 The African Parallel: Corruption and Misgovernance

In Kenya and across Africa, corruption functions as a domestic equivalent of war spending:

• Public funds are diverted from development

• Projects are inflated, abandoned, or poorly executed

• Institutions lose credibility and capacity

The economic effect is similar:

• Reduced fiscal space

• Lower investor confidence

• Chronic underinvestment in productive sectors

5). COST OF CORRUPTION vs. DEVELOPMENT INVESTMENT

Corruption imposes costs through:

• Lost public revenue
• Higher cost of doing business
• Distorted policy priorities
• Weak enforcement of contracts and standards

Every shilling lost to corruption is a shilling not invested in:

• Industrial parks
• Power and transport infrastructure
• Skills training
• SME & MSMEs financing

The result is a stalled industrial base and a frustrated youth population.

6). REFRAMING INDUSTRIAL POLICY FOR KENYA & AFRICA

6.1 Strategic Sectors for Youth Employment

Priority sectors should include:

• Agro-processing and food systems
• Light manufacturing (textiles, assembly, construction materials)

• Renewable energy manufacturing

• Pharmaceuticals and medical supplies

These sectors combine

• High employment potential

• Domestic value addition

• Export competitiveness

6.2 The Role of Technology: Enabler, Not Substitute

Technology should:

• Improve industrial productivity

• Strengthen logistics and supply chains

• Enhance transparency and governance

But it must not replace the industrial base.

7). GOVERNANCE AND INSTITUTIONAL REFORM AS INDUSTRIAL POLICY

Effective industrialization requires:

• Predictable policy and rule of law

• Accountable public institutions

• Transparent procurement systems

• Long-term planning insulated from elite capture

• Anti-corruption is therefore not a moral slogan—it is economic policy.

8). POLICY RECOMMENDATIONS

- Adopt a Youth-Centered Industrial Strategy aligned with labor absorption goals

- Reallocate Public Spending from consumption and rent-seeking to productive investment

- Strengthen Technical and Vocational Education linked directly to industry

- Integrate Technology into Manufacturing, not as a standalone solution

- Institutionalize Accountability in public finance and procurement

- Promote Regional Value Chains within Africa to expand markets

9). KENYA’S FISCAL REALITY: CORRUPTION LOSSES vs. INDUSTRIAL INVESTMENT NEEDS

9.1 Estimated Cost of Corruption in Kenya

Multiple public audits, oversight reports, and development partner assessments consistently indicate that Kenya loses hundreds of billions of shillings annually through corruption, procurement inefficiencies, stalled projects, and revenue leakages. These losses manifest through:

• Inflated public procurement contracts

• Ghost projects and abandoned infrastructure

• Weak revenue administration and tax evasion

• Legal settlements arising from poor contracting and governance failures

While precise figures vary by methodology, conservative estimates place annual losses at a level equivalent to several percentage points of GDP. The economic implication is clear: corruption represents a systemic fiscal drain, not an abstract ethical problem.

9.2 What the Same Resources Could Finance

Redirecting even a portion of these lost resources toward productive investment would fundamentally alter Kenya’s development trajectory. By way of comparison, annual corruption losses could finance:

• Multiple fully serviced industrial parks and special economic zones across counties

• Large-scale agro-processing and cold-chain infrastructure linking farmers to markets

• Nationwide Technical and Vocational Education and Training (TVET) modernization

Reliable energy, water, and transport infrastructure critical to manufacturing competitiveness. Such investments have high employment multipliers and generate recurring economic returns rather than one-off consumption.

9.3 Employment Impact Comparison

Corruption generates no sustainable employment and actively destroys investor confidence
Industrial investment supports direct factory jobs, indirect supplier jobs, and induced local service employment. In employment terms, the opportunity cost of corruption is measured not only in shillings lost, but in millions of unrealized youth livelihoods.

9.4 Governance as Economic Strategy

Kenya’s fiscal challenge is therefore not primarily about raising new taxes OR external borrowing. It is about protecting and reallocating existing public resources toward productive uses. Anti-corruption reforms, procurement transparency, and institutional governance and accountability are thus core components of industrial policy, not parallel agendas.

10). CHOOSING PRODUCTIVITY OVER ILLUSIONS

Just as U.S. war spending failed to deliver broad domestic economic returns, Africa’s tolerance of corruption and policy incoherence has failed to generate jobs and prosperity for its youth.

The choice before Kenya and Africa is not between technology and industrialization, but between productive investment and waste, long-term planning and short-term extraction, inclusive growth and elite accumulation.

Industrial policy, supported by technology and grounded in good governance, offers the most credible pathway to employment, dignity, and democratic stability for Africa’s next generation.

Prepared for public intellectual discourse, policy engagement, and civic education.

Prepared by: Amos Ng’ongo

Focus Areas: Industrial Policy, Democratic Governance, Public Finance & Accountability, Youth Employment

Purpose: To stimulate evidence-based public discourse, inform policy engagement, and contribute to the development of inclusive, productive, and accountable economic systems in Kenya and the African Continent.

Date: January 14, 2026

24/12/2025

PERSONAL INCOME-TAX STRUCTURAL OBSERVATION

Individual - Taxes on personal income

Resident employees are taxed on worldwide earned income, in respect of any employment or services rendered in Kenya or outside Kenya. Residents are also taxed on any other income that has accrued in or is derived from Kenya.

Non-resident employees are taxable only on their income earned from within Kenya or derived from Kenya.

Personal income tax rates

Effective 1 July 2023, the tax rates applicable to taxable income are tabulated as follows:
Annual taxable income (KES)

Tax rate (%)

On the first KES. 288,000 = 10%

On the next KES. 100,000 = 25%

On the next KES 5,612,000 = 30%

On the next KES. 3,600,000= 32.5%

On all income over KES. 9,600,000 =35%

Kenyan shillings

As shown above, the maximum rate of 35% will be charged on income in excess of KES 9,600,000.
Resident individuals are entitled to a personal relief of KES 2,400 per month.

Residential rental income tax

Residential income tax is payable by any resident person who accrues OR derives income from the use or occupation of residential property in Kenya.
Effective 1 January 2016, a simplified tax on residential rental income for landlords was introduced.

The Finance Act, 2020 increased the threshold for the annual gross rental income from KES 10 million OR less to KES 15 million or less. The landlords falling under this category are required to pay residential rental income tax at a flat rate of 7.5% on the gross rental income such that no tax-deductible expenses are allowed. The Finance Act, 2023 reduced the rental income tax rate to 7.5% effective 1 January 2024.

Eligible persons are required to file monthly tax returns via the i-Tax system and pay the tax due on OR before the 20th day of the month following the rent receipt. In the context of this tax, a month means a calendar month.

Landlords who wish to continue being taxed under the old tax regime can elect in writing to the Commissioner to be taxed under the normal tax rates. Once approved by the Commissioner, such landlords shall be required to pay instalment taxes and file returns in the normal way.

The Finance Act, 2023 introduces section 42C of the Tax Procedures Act (TPA), which grants the Commissioner the authority to appoint rental income tax agents. These agents will be responsible for collecting and remitting rental income tax on behalf of taxpayers to the Commissioner.

REFORM-ORIENTED PERSONAL INCOME TAX (PIT) POLICY FRAMEWORK & BALANCING REVENUE MOBILISATION WITH LEGITIMACY AND SOCIAL CONSENT

I). POLICY OBJECTIVES

- Revenue Adequacy

- Maintain OR increase PIT contribution to national revenue without destabilising consumption, savings, OR labour markets.

- Legitimacy & Social Consent

- Ensure taxpayers perceive the system as fair, transparent, and proportionate.

- Economic Neutrality

- Minimise distortions between employment, entrepreneurship, and investment income.

- Administrative Simplicity

- Reduce compliance costs while improving enforcement quality.

CONSTITUTIONAL ALIGNMENT

Uphold equity, proportionality, and accountability under Articles 10, 201, and 210 of the Constitution of Kenya.

II. DIAGNOSIS: CURRENT PIT FAILURES

- Rapid escalation to high marginal rates
Inflation

- No automatic indexation → bracket creep
Reliefs

- Personal relief is outdated and symbolic
Compliance

- PAYE over-taxed, informal incomes under-taxed
Trust

- Perception of taxation without visible value

III. PROPOSED PIT REFORM ARCHITECTURE

1. REBALANCED PIT RATE STRUCTURE (INFLATION-AWARE)

A. Introduce Inflation Indexation (Automatic)

- Annually adjust brackets using CPI (Kenya National Bureau of Statistics)

PREVENT STEALTH TAX INCREASES

B. Revised Progressive Bands (Illustrative)
Annual Taxable Income (KES)

RATE

0 – 360,000= 0%

360,001 – 720,000= 10%

720,001 – 1,800,000= 20%

1,800,001 – 4,800,000= 25%

4,800,001 – 9,600,000= 35%

Over 9,600,000 = 35%

RATIONALE

a). Protect low-income earners
b). Smooth progression
c). Preserve top-end revenue

2. TRANSFORM PERSONAL RELIEF INTO A BASIC TAX CREDIT

CURRENT

Flat KES 2,400/month (regressive in impact)

REFORM

- Replace with a refundable basic tax credit
Indexed to minimum living costs (urban/rural weighted)

PROPOSED

KES 60,000–72,000 annually, refundable against tax liability.

IMPACT

- Stronger support for low earners
- Enhances perceived fairness
- Supports consumption without wage inflation

3. LABOUR–CAPITAL INCOME ALIGNMENT

PROBLEM

- Labour income heavily taxed
- Capital income enjoys preferential OR flat rates

REFORM MEASURES

a). Introduce progressive capital income surtax above high thresholds

b). Align dividend, interest, and rental taxation with PIT bands beyond a protected base

RESULT

- Reduces arbitrage
- Improves horizontal equity

4. SIMPLIFIED ALTERNATIVE TAX REGIME FOR SMEs, MSMEs & PROFESSIONALS

Optional Presumptive PIT Track:

- For annual income KES 1m–10m
- Flat 15–20% on gross OR adjusted turnover
- Minimal deductions
- No instalment tax

SAFEGUARDS:

- Voluntary election
- Exit allowed every 3 years
- Anti-fragmentation rules

BENEFIT

- Expands tax base without coercion
- Encourages formalisation

5. WITHHOLDING & THIRD-PARTY COLLECTION

RULE OF LAW SAFEGUARDS

- Where tax agents are appointed (PAYE, RENTAL INCOME, PLATFORMS)

MANDATORY LEGAL PROTECTIONS

- Statutory appeal mechanism
- Clear liability limits for agents
- Cash-flow protection (escrow or net-of-tax rules)
- Parliamentary oversight of delegated tax powers
- This restores procedural justice, not just efficiency.

6. TRANSPARENCY & TAX-VALUE LINKAGE (LEGITIMACY CORE)

A. Annual “Taxpayer Value Statement”

SHOWS:

- Taxes paid
- Public services funded
- County vs National Government Allocation

B. Earmarked Visibility (Not Ring-fencing)
Publish PIT contribution to:

- Health
- Education
- Judiciary
- Debt service

EFFECT:

Tax becomes participation, not extraction.

7. ENFORCEMENT REFORM: FROM PUNITIVE TO INTELLIGENT

- Shift audits from PAYE earners → high-risk non-PAYE incomes

- Use data matching, not blanket penalties
Penalty waivers for voluntary disclosure

OUTCOME:
Higher compliance with lower resistance.

IV. REVENUE IMPACT (HIGH-LEVEL)

Reform Area

- Revenue Effect
- Bracket smoothing
- Neutral
- Inflation indexation
- Short-term neutral, long-term stabilising
- Capital alignment

POSITIVE

- MSME presumptive track
- Positive (base expansion)
- Compliance trust gains

V. IMPLEMENTATION ROADMAP

YEAR 1

- Legislative amendments
- CPI indexation law
- Tax credit conversion

YEAR 2

- MSME alternative regime rollout
- Capital income alignment
- Enhanced taxpayer reporting

YEAR 3

- Review, adjust rates
- Institutionalise oversight of tax agents

VI. CONSTITUTIONAL & DEMOCRATIC TEST

This framework:

a). Respects ability-to-pay
b). Limits arbitrary state power
c). Enhances consent
b). Preserves fiscal capacity

- Without legitimacy, revenue collapses.
- Without revenue, democracy collapses.
- This framework balances both.

Prepared & Submitted By:

Amos Ng’ongo CPA

In the interest of principled fiscal reform, institutional accountability, and long-term economic stability.

Address

Maragwa

Opening Hours

09:00 - 17:00

Telephone

+254205212092

Alerts

Be the first to know and let us send you an email when AccessPlan Kenya Limited posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share