Johnbritto Kurusumuthu, the founder of Rise&Inspire—a space where his passions for law, faith, technology, and personal growth come together. His journey began in teaching, government service, and policy work, always guided by a commitment to integrity and the public good. Over time, he discovered the joy of writing—not just to explain, but to empower. What started as a small blog has now grown into a platform where he shares reflections on faith, legal literacy, technology, and daily inspiration. He believes words can transform people, and people, in turn, can transform the world. For him, faith and reason walk hand in hand, and knowledge should always be accessible and practical. Open to collaborations in writing, research, digital outreach, and social impact, he extends an invitation:let’s rise and inspire together.
Local AI: How to Run a Powerful Language Model on Your Own Computer, Offline and Free
A plain guide for bloggers, writers, lawyers, teachers and professionals who want more work done, at lower cost, with nothing leaving their machine
Most people use AI the same way. They open a browser, type into ChatGPT or Claude or Gemini, and wait for the answer to come back from a server somewhere far away. It works well. It also costs a monthly fee, needs a live internet connection, and sends everything you type to a company you do not control.
There is a second way, and it has become simple enough for anyone to use.
You can download an AI model onto your own computer and run it there. Once the model is downloaded, you can run it without internet or a recurring subscription and, with a properly configured local setup, keep your prompts and documents on your computer. It sits on your hard drive like any other program, and it answers your questions using your own processor.
This article explains what that means in plain terms, how to set it up in about twenty minutes, and, most importantly, what it actually does for people who write, teach, practise law, run a business, or publish online.
What “local AI” actually means
An AI model is a very large file. When you use ChatGPT, that file lives on a server in a data centre. When you run AI locally, you download a copy of a similar file to your own computer and run it yourself.
These downloadable models are called open-weight models. They are free. Companies such as Meta, Alibaba, Mistral, Google and Microsoft release them publicly. Anyone can use them.
They are not quite as clever as the very best cloud systems. But they are far better than most people expect, and for the routine work that fills your day, the difference is often invisible.
What you need
The most important practical constraint is memory. AI models are large, and for responsive performance most or all of the model should fit into the memory available to it. The more of it that fits, the faster it runs.
Memory is not the only factor, however. System RAM or unified memory, the capability of your graphics processor, the context length you set, the quantisation you choose and the architecture of the model itself all bear on how well a given model performs on a given machine. Two models of identical size can behave quite differently.
The figures below are a rough guide only. Actual requirements vary with the model, the quantisation and the context length you configure.
– Small models, around 3 to 8 billion parameters. Need about 8GB to 16GB. These handle summarising, editing, translating and everyday drafting well.
– Medium models, around 12 to 32 billion parameters. Need about 24GB to 32GB. Noticeably better at reasoning, tone and multilingual work. This is the tier most serious writers will want.
– Large models, 70 billion and above. Need 48GB to 64GB or more. Very capable, but slower and demanding.
Apple Silicon Macs are particularly good at this because the processor and graphics share one large pool of memory. On Windows and Linux, available GPU VRAM, system RAM and the inference software all affect what you can run and how fast it runs. A model held entirely in graphics memory runs fastest; one that spills into system memory will still run, more slowly.
If your machine has 16GB, you can start today. If it has 32GB, you will be genuinely pleased with the results.
One more term you will see: quantisation. This is compression, labelled Q4, Q5, Q8 and so on. Lower numbers mean smaller files and faster running, with a small loss of quality. As a rule of thumb, a substantially larger model at Q4 can outperform a smaller model at Q8, but the result depends on the models and task. When in doubt, choose the middle option and compare for yourself.
Will it slow down the rest of my computer?
This is the first question most people ask, and it deserves a direct answer.
On a Mac, unified memory is one shared pool. macOS itself, Safari, Word, Mail and the AI model all draw from the same 16GB or 32GB. When you load a model, it reserves roughly its file size in memory and holds it there until you unload it. Close the model, or quit the application, and that memory returns instantly. Nothing is permanent, and nothing is lost.
The working rule is to leave headroom. macOS and your normal applications need about 6GB to 8GB. Budget for that first, then spend what remains.
– 16GB machine. Keep the model under about 8GB. A 7B or 8B model at Q4 is typically 4.5GB to 5GB. Comfortable.
– 24GB machine. Up to about 15GB. A 14B model at Q4 fits well.
– 32GB machine. Up to about 22GB. A 24B to 32B model at Q4 works.
– 64GB machine. A 70B model at Q4 becomes feasible, at around 40GB.
Two refinements are worth knowing. The context window consumes memory on top of the model file, so a very large context can add several gigabytes. And macOS limits how much of the shared pool the graphics cores may claim, which is a further reason not to fill it to the brim.
If you do overshoot, nothing breaks. macOS compresses memory and then begins swapping to the SSD. But swapping is enormously slower than memory, so the model crawls, the fans spin up, and the whole machine feels unresponsive. You will know at once.
Open Activity Monitor and watch the Memory Pressure graph at the foot of the window. Green means you are fine. Sustained yellow means the model is too large for what else you are running. Red means unload it.
In practice, load the model when you need it and unload it when you are done. LM Studio provides an eject control beside the model name, and a setting to unload automatically after a period of inactivity. If you are running a heavy document, a large browser session and the model at the same time, drop one size. A smaller model that answers instantly beats a larger one that stalls the machine.
Start one tier below what your memory theoretically permits. Confirm everything runs smoothly alongside your usual applications, and only then try the next size up.
The two programs to install
LM Studio is the main one. It is a normal desktop application. You browse available models, it tells you which ones your computer can handle, you click download, and then you chat in a window that looks like any other AI chat. No coding, no commands.
AnythingLLM is the second, and for professionals it is often the more valuable of the two. It lets you drop folders of PDFs, reports, statutes, research papers or old drafts into an offline workspace, and then ask questions across the whole collection. It can retrieve information from the collection and provide source references; the precision of those citations depends on the documents and configuration. With a properly configured fully local setup, your documents can remain on your computer.
Setting up, step by step
Before you start: local AI is not automatically private or secure simply because it runs on your computer. Use a trusted application, keep your operating system and software updated, encrypt your device, and verify that the model and any connected services are genuinely running locally before processing confidential material.
1. Go to lmstudio.ai and download the version for your operating system.
2. Open it and use the search or discover panel to find a model. Look for Qwen, Llama, Mistral, Gemma or Phi. These are the main families. Do not worry about version numbers; take the current release.
3. Check the memory figure shown beside each option. If it exceeds your available memory, choose a smaller one.
4. Download, then select the model from the dropdown at the top of the chat window and wait for it to load.
5. Turn off your Wi-Fi and ask it a question. When the answer appears, you will understand the point immediately.
What this does for bloggers
This is where local AI earns its place, because blogging involves a great deal of repetitive work that is perfectly suited to a model running quietly in the background at no cost.
Unlimited drafting without watching a meter
Cloud subscriptions have message limits and token caps. A local model has none. You can generate fifteen headline variations, then thirty, then start over, without any calculation about whether it is worth it. That freedom changes how you work. Most people quietly ration their own experiments because each attempt feels as though it costs something. Remove the cost and you begin to experiment properly.
Repurposing one post into ten formats
Paste a finished article and ask for a LinkedIn version, a newsletter introduction, three social captions, a meta description, and a set of pull quotes. This is mechanical work that a small local model does perfectly well, and it is exactly the work that eats an afternoon.
Bulk SEO housekeeping
Titles, slugs, alt text for images, meta descriptions, keyword variations, FAQ blocks. None of this requires frontier intelligence. All of it takes time you would rather spend writing.
Editing passes on your own terms
Ask for a pass for repetition, then a pass for passive voice, then a pass for sentence length. Run each one separately. On a metered service you would compress these into a single request. Locally, you can afford to be thorough.
Your archive becomes searchable
Put every post you have written into AnythingLLM. You can then ask what you said about a topic three years ago, find where you have repeated yourself, and identify gaps in your coverage. For anyone with hundreds of posts, this is the single most useful application on this list.
Unpublished work stays unpublished
A draft you feed to a cloud service has been transmitted to a third party. A draft you feed to a local model has not. For book manuscripts, embargoed pieces, or anything under a publishing agreement, this matters.
What it does for other professionals
– Lawyers and legal officers. Client papers, draft pleadings, opinions and case files can be summarised, indexed and questioned without any of it crossing a network. Local processing can substantially reduce the risk of transmitting confidential material to an external AI service, but professional confidentiality, data-protection and cybersecurity requirements still apply. Load a set of judgments or reports into a local workspace and you have a searchable research assistant that, properly configured, sends nothing outward.
– Teachers and academics. Generate question banks, rubrics, lesson outlines and reading summaries in bulk. Student work, which you generally should not be uploading anywhere, can be processed locally for feedback drafts that you then review and refine.
– Doctors, counsellors and social workers.Anything containing patient or client detail is difficult to put through a cloud service. A local model can assist with letters, summaries and note tidying while keeping the material on your own equipment. Local processing can substantially reduce the risk of transmitting confidential material to an external AI service, but professional confidentiality, data-protection and cybersecurity requirements still apply.
– Accountants, consultants and analysts. Client financials, internal memoranda and proposals can be drafted and summarised offline. Confidentiality clauses in engagement letters usually make this the only sensible route.
– Researchers and authors. Large reference libraries become interrogable. A hundred PDFs in a workspace can be questioned as one body of knowledge, with citations, and without a subscription that ends when your grant does.
– Small business owners. Product descriptions, customer replies, policy documents and staff notices, produced in whatever volume you need, at no marginal cost.
– Translators and multilingual writers. Modern open models handle many languages competently. Because there is no per-use charge, you can translate an entire archive rather than only the pieces that seem worth paying for.
The productivity point, stated plainly
The gain is not that local AI is smarter. It is not.
The gain is that three frictions disappear at once.
– Cost friction disappears. You stop rationing your own experimentation.
– Upload friction disappears. You stop deciding whether a document is sensitive enough to withhold. Everything can go in.
– Availability friction disappears. It works on a flight, during an outage, in a village with no signal, and at two in the morning when a service is down.
Taken together, these change AI from something you consult occasionally into something running beside you all day. That shift, rather than any benchmark score, is where the productivity actually comes from.
What it will not do
– It does not know current events. Its knowledge stops at its training date and there is no live search.
– It can still be wrong, confidently. Local hosting protects your privacy. It does nothing for accuracy. Verify everything that matters.
– It is weaker on the hardest tasks. Complex reasoning, difficult code and delicate stylistic judgement still favour the leading cloud models.
– Local does not mean secure by itself. Encrypt your drive. A stolen laptop undoes everything otherwise.
– Check the licence if you are using it commercially. Most major models permit it. A few restrict it.
The sensible arrangement
Keep both.
Use the local model for confidential material, bulk repetitive work, document archives, and anything you would rather not upload.
Use the cloud model for live research, current facts, and the hardest thinking.
For many professionals, a practical hybrid workflow is to use local AI for private, repetitive and offline work, while using cloud AI for current information, live research and the hardest tasks.
Download it once, and you can use it without a recurring subscription for as long as the model, software and hardware remain suitable. That is the heart of the proposition.
For a visual walkthrough of installation and setup, the tutorial below shows the download, configuration and first offline session.
My honest answer is that I have never dealt with it. I have only ever germinated in it.
A seed goes into the ground knowing nothing at all, and the first thing it does is send a root downward, away from the light, deeper into the dark it is trying to escape. Whatever will hold the plant upright when the storm comes is built entirely in the dark, before there is anything to hold up.
Today’s reflection is about acting when the answers have not arrived, and about the seed that stays whole, and keeps, and remains perfectly useless.
Read it on Rise & Inspire.
The reflection’s core message is:
Uncertainty is not a temporary obstacle to living; it is the very condition in which life happens. Therefore, we should not wait for complete knowledge or certainty before acting. Like a seed, we are given enough provision for the next stage, and growth often begins in darkness before we understand what is happening.
DAILY WRITING PROMPT | 17 AUGUST 2026
What the Seed Does Not Know
On dealing with uncertainty
Somewhere this morning a farmer put a seed into the ground. The seed did not consent. It was not consulted. It did not ask for a soil report, or a rainfall forecast, or the name of the man whose hand released it. It went into the dark, and within a few days it began, without instruction and without assurance of any kind, to grow.
I have been sitting with that seed, because I have been asked how I deal with uncertainty, and the honest answer is that I have never dealt with it. I have only ever germinated in it.
I. What the Seed Does Not Know
Consider the extent of its ignorance. The seed does not know the chemistry of the soil around it. It does not know whether there is stone six inches below. It does not know whether the rain will arrive in three weeks or three months, or whether the field will be shaded out by a neighbour it will never see. It does not know whether the land is owned or leased or about to be sold. It does not know whether the hand that sowed it was generous or merely careless. It does not know whether it was intended for bread or for birds.
The list is not partial. It is total. There is no fact material to the seed’s survival that the seed possesses. If knowledge were the precondition of action, nothing would ever have grown on this earth.
I find that clarifying, and I did not expect to. We speak of uncertainty as an unusual condition, a fog that occasionally settles over a landscape otherwise clearly seen. It is not the fog. It is the landscape. The seed’s ignorance is not a defect in its situation. It is its situation, and it has been the situation of every living thing since the first one.
II. What the Seed Has
What it is given instead of knowledge is provision. Packed inside the casing is a small store of starch and oil, the cotyledon, and it is enough for a few days. It is not enough to reach harvest. In poor soil it is not even enough to reach the surface. It is enough to begin, and it is designed to be enough for nothing else.
This is the part I resisted longest. I wanted a warehouse and I was handed a lunchbox. Four decades in public service taught me to prepare, and preparation is a sound discipline; but somewhere along the way I began to mistake preparation for provision, and they are not the same instinct. Preparation asks what might happen. Provision asks only whether there is enough for the next stretch of ground. The first question has an infinite answer and is therefore useless. The second usually answers yes.
Scripture is unsentimental about this. The manna in the wilderness could not be stored; what was hoarded bred worms by morning. Bread for the day, and for the day only. I used to read that as a lesson in trust. I have come to read it as a lesson in physics. Provision sufficient for a lifetime would have to be carried, and nothing built to carry a lifetime can move.
III. What the Seed Does
It does three things, and it does them in a fixed order.
It splits. The casing that protected it, the very shell that kept it viable in the granary and the sack and the pocket, must break, and the breaking is not optional. Nothing germinates with its shell intact. Every certainty I have surrendered felt, at the time it went, like the loss of protection. It was exactly that. Protection is precisely what it had been, and it had finished its work.
It roots downward before it reaches upward. This is the detail I return to most often. The radicle emerges first, and it travels in what looks like the wrong direction: away from the light, away from the air, deeper into the very dark the seed is trying to escape. The seed’s opening act is an investment in the direction it cannot see. Only afterwards does the shoot rise. Whatever will hold the plant upright when the storm comes is built entirely in the dark, before there is anything at all to hold up.
And it grows without understanding how. Mark records something strange about the kingdom of God: a man scatters seed on the ground, and sleeps, and rises night and day, and the seed springs and grows, he knows not how. Notice who is ignorant in that sentence. Not the seed. The farmer. Even the man who sowed it cannot account for the mechanism. He does the one thing available to him, and the growth is not his contribution.
IV. What the Seed Cannot Escape
Here is the part that offers no comfort, and I would rather say it than leave it out.
Split the ripe fruit and you find seeds. The plant does not graduate out of uncertainty. It manufactures more of it. The end of the process is the beginning of the process, laid down in quantity. Whatever you are waiting for at present, the appointment, the diagnosis, the verdict, the child’s safe arrival, the letter that has not come, will not deliver you into a settled country. It will deliver you into the next field.
I do not say this gloomily. I say it because the alternative belief is far heavier. If uncertainty were a stage to be passed through, then every year that failed to produce certainty would be a wasted year, and most of my years would be waste. If uncertainty is simply the medium in which living things live, then nothing is wasted, and the governing question quietly changes. It stops being when will I know. It becomes what am I able to do while not knowing. That second question has answers. It has had answers every day of my life.
The Seed That Does Not Split
A seed that refuses to break remains a seed. This is not a failure in any dramatic sense. It is a preservation. It will keep. It will still be a seed in ten years, perfectly intact, perfectly viable, perfectly useless. There is a kind of life that is only ever storage.
He that observeth the wind shall not sow; and he that regardeth the clouds shall not reap.
Ecclesiastes 11:4
I take that less as a rebuke of caution than as a plain description of arithmetic. There is no morning on which the wind is finally right. Waiting for conditions is not a strategy that eventually succeeds. It is a strategy that never resolves, and it wears the appearance of wisdom for as long as it takes to run out of mornings.
So, how do I deal with uncertainty? I do not. I sow in the morning, and in the evening I do not withhold my hand, because I do not know which shall prosper. That last clause is not the disclaimer attached to the instruction.
“If uncertainty is the seed’s condition, then the next question is obvious: What enables it to grow despite what it does not know?”
SCHOLARLY COMPANION
The Grammar of Not Knowing
Botany, Scripture, philosophy and law behind “What the Seed Does Not Know”
This companion sets out the material on which the reflection rests. It is written for the reader who wants the substructure rather than the surface, and it may be read entirely independently of the reflection itself.
Part I — The Botany Is Not a Metaphor
1. Dormancy as a strategy, not a defect
A viable seed in dormancy is not inert by accident. Dormancy is an active, regulated state maintained by abscisic acid and broken by gibberellins, and its evolutionary function is to prevent germination at the wrong moment. The seed is not waiting because it lacks initiative. It is waiting because premature germination is fatal, and the mechanism that holds it back is as sophisticated as the mechanism that releases it.
This complicates the popular reading in which delay is always cowardice. Botanically, there is a real distinction between dormancy, which is internally governed and purposeful, and quiescence, which is simply the absence of water. The reflection’s closing section concerns the seed that never breaks at all; it is worth noting that in nature this is a minority outcome, not the norm, and that seed banks such as the Svalbard Global Seed Vault exist precisely to institutionalise indefinite non-germination for a public purpose.
2. Imbibition and the irreversible threshold
Germination begins with imbibition, the intake of water, which swells the seed and ruptures the testa. What matters for the argument is that imbibition past a certain point is irreversible. A seed that has taken up water and begun mobilising reserves cannot return to dormancy; it germinates or it dies. There is no third path. The reflection’s claim that “the breaking is not optional” is literally accurate, not rhetorically convenient.
3. Radicle before plumule
In the overwhelming majority of angiosperms the radicle, the embryonic root, emerges before the plumule, the embryonic shoot. The sequence is not arbitrary. Water acquisition and anchorage must precede photosynthesis, because the seedling cannot support aerial growth it cannot supply or hold upright. The downward movement is therefore not a detour before the real work. It is the enabling condition of the real work.
The distinction between epigeal germination, in which the cotyledons are carried above the soil, and hypogeal germination, in which they remain below, adds a further point: in the hypogeal pattern the reserve organ never sees light at all. Its entire contribution is made underground and is never visible in the mature plant.
4. The finiteness of the reserve
Cotyledon or endosperm reserves are measured in days, not seasons. The seedling reaches photosynthetic independence or it exhausts its store. This is the biological basis for the reflection’s distinction between preparation and provision: the seed is not underequipped by oversight. Carrying a larger reserve would impose dispersal and predation costs that outweigh the benefit. The lunchbox is an optimisation, not a shortfall.
5. Longevity, for the record
Seed viability across long intervals is well documented. A Judean date palm was raised from seed recovered at Masada and radiocarbon-dated to roughly the first century. Silene stenophylla was regenerated from tissue preserved in Siberian permafrost estimated at some thirty thousand years. These cases matter because they establish that intact preservation and eventual fruitfulness are not mutually exclusive across any timescale a human being will experience. The seed that has not yet split is not thereby disqualified.
Part II — The Scriptural Field
6. Mark 4:26–29 — the seed growing secretly
This parable is unique to Mark and is the hinge of the reflection’s third movement. The decisive phrase is that the farmer sleeps and rises, night and day, and the seed sprouts and lengthens, and he does not know how. Verse 28 supplies the term automate, from which the English “automatic” derives: the earth bears fruit of itself. The parable does not describe divine action arriving to compensate for human ignorance. It describes a process already running, in which human ignorance is simply not an obstacle.
The pastoral consequence is considerable. The farmer’s sleep is not negligence. It is the correct response to a process that does not require his supervision and would not be improved by his anxiety.
7. Ecclesiastes 11:1–6 — the arithmetic of sowing
Qoheleth’s counsel in this passage is the most direct scriptural treatment of decision-making under irreducible uncertainty. The structure is worth noticing. Verse 2 counsels distribution across seven or eight portions, which is diversification. Verse 4 observes that the one who watches the wind will not sow, which is the paralysis case. Verse 5 grounds the whole in ignorance of the way of the spirit and of the formation of bones in the womb. Verse 6 issues the operative instruction: sow in the morning, do not withhold the hand in the evening, for you do not know which will prosper.
The logical move in verse 6 is the one most often missed. Ignorance is not offered as a caveat softening the instruction. It is offered as the premise from which the instruction follows. Because you cannot know which will succeed, you must act on more than one front, and you must act now.
8. John 12:24 and 1 Corinthians 15:35–38
John’s grain of wheat supplies the theology of the split casing: unless it falls into the earth and dies, it abides alone. Paul’s treatment in 1 Corinthians is the more technically interesting for present purposes. He argues that what is sown is not the body that shall be, and that God gives it a body as it has pleased him. The point is discontinuity of appearance alongside continuity of identity. The seed cannot be read off the plant, nor the plant off the seed. Applied to uncertainty, this is a caution against inferring the outcome from the present form of things, in either direction.
9. Isaiah 55:10–11
The rain does not return void but accomplishes what it was sent to do. The passage is frequently cited for the efficacy of the word; less often noticed is that the mechanism described is agricultural and time-lagged. Efficacy is asserted across an interval in which nothing is visible. The claim is not that results are immediate. It is that the absence of visible result is not evidence of failure.
Part III — The Philosophical and Economic Frame
10. Knight’s distinction: risk and uncertainty
Frank Knight, in Risk, Uncertainty and Profit (1921), drew the line that governs all serious modern discussion. Risk is measurable: the distribution of outcomes is known or knowable, and can be insured against. Uncertainty proper is unmeasurable: the distribution itself is unknown, and no premium can be calculated. Knight’s further claim is the striking one. Profit, in his account, is the reward not for bearing risk, which is priced, but for bearing true uncertainty, which is not.
Translated into the reflection’s terms: the seed does not face a probability distribution. It faces Knightian uncertainty, and its germination is not a calculation.
11. Keynes and the honest sentence
Keynes developed the same distinction in Chapter 12 of the General Theory (1936) and, more bluntly, in his 1937 Quarterly Journal of Economics reply, where, of the prospect of a European war or the price of copper twenty years hence, he wrote that about these matters there is no scientific basis on which to form any calculable probability whatever, and that we simply do not know. His account of animal spirits follows directly: since calculation cannot ground action, action must be grounded elsewhere, in a spontaneous urge to activity rather than inaction.
12. Keats and negative capability
In a letter to his brothers George and Thomas dated 21 December 1817, Keats described the quality he found in Shakespeare: being capable of remaining in uncertainties, mysteries and doubts, without any irritable reaching after fact and reason. The phrase is often sentimentalised. Read precisely, it identifies the reaching as the problem, and specifically its irritability. The failure mode is not ignorance. It is the compulsive intolerance of ignorance.
13. The apophatic tradition
The Cloud of Unknowing, anonymous, fourteenth century, and behind it Pseudo-Dionysius, hold that God is approached through unknowing rather than through comprehension, and that the cloud between the seeker and God is not a temporary obstacle to be cleared but the condition of the encounter itself. This is the strongest theological form of the reflection’s central claim that uncertainty is the medium rather than the interference.
14. Bounded rationality and satisficing
Herbert Simon’s work from the 1950s onward supplies the practical bridge. Given limited information and limited computational capacity, optimisation is unattainable; agents satisfice, selecting the first option that meets a threshold of adequacy. This is not a counsel of mediocrity but a description of how competent decisions are actually made in the world. It corresponds closely to the reflection’s distinction between preparation, which seeks to optimise against all futures, and provision, which asks only for sufficiency for the next stage.
Part IV — The Legal Analogue
Law is the discipline that has thought hardest about acting under irreducible uncertainty, because it has no option to postpone. A court cannot decline to decide on the ground that the facts are unknowable, and the machinery it has developed in response is instructive.
Standards of proof. The law does not require certainty and never has. It requires proof beyond reasonable doubt in criminal matters and a preponderance of probabilities in civil ones. Both are explicit concessions that decision must proceed on incomplete information, and both allocate the cost of error deliberately rather than pretending it away.
Burden of proof. The rule that he who asserts must prove is, functionally, a tie-breaking device for irresolvable uncertainty. It does not discover the truth. It determines who loses when the truth cannot be discovered.
Presumptions. Statutory and common law presumptions permit a court to proceed as though a fact were established, subject to rebuttal. They are formal instruments for converting unknowns into workable premises.
Interim relief. The tests of prima facie case, balance of convenience and irreparable injury allow decisive action precisely without determining the merits. Provisional certainty is treated as sufficient for present purposes, and revision is built into the design.
Limitation and finality. Statutes of limitation and the doctrine of res judicata close matters that could always, in principle, be reopened by fresh material. The legal system accepts a known risk of error as the price of allowing life to proceed.
Read together, these devices amount to a single institutional admission: certainty is not available, decision is not optional, and the mature response is to build correction into the system rather than delay until correction is unnecessary.
Working Bibliography
Bewley, J.D., Bradford, K.J., Hilhorst, H.W.M. and Nonogaki, H., Seeds: Physiology of Development, Germination and Dormancy, 3rd edn (Springer, 2013).
Finch-Savage, W.E. and Leubner-Metzger, G., “Seed dormancy and the control of germination”, New Phytologist, vol. 171 (2006).
Knight, F.H., Risk, Uncertainty and Profit (Houghton Mifflin, 1921).
Keynes, J.M., The General Theory of Employment, Interest and Money (Macmillan, 1936), ch. 12; and “The General Theory of Employment”, Quarterly Journal of Economics, vol. 51 (1937).
Keats, J., Letter to George and Thomas Keats, 21 December 1817, in The Letters of John Keats, ed. H.E. Rollins (Cambridge University Press, 1958).
The Cloud of Unknowing, anonymous, 14th century, ed. P. Hodgson (Early English Text Society, 1944).
Simon, H.A., “A Behavioral Model of Rational Choice”, Quarterly Journal of Economics, vol. 69 (1955).
Taleb, N.N., Antifragile: Things That Gain from Disorder (Random House, 2012).
Sallon, S. et al., “Germination, Genetics, and Growth of an Ancient Date Seed”, Science, vol. 320 (2008).
Yashina, S. et al., “Regeneration of whole fertile plants from 30,000-year-old fruit tissue”, Proceedings of the National Academy of Sciences, vol. 109 (2012).
“Provision alone does not produce growth. The seed must also respond to what it has been given.”
CONNECTING BRIDGE
From Substructure to Surface
How the scholarship became the reflection, and what was left out
The bridge exists to make the seams visible. A reflection that shows its research becomes an essay; a reflection that hides it becomes sentiment. This document records the choices made between the two.
The Governing Decision
The seed image is the most heavily used metaphor in devotional writing, and that was the principal risk in choosing it. The usual treatment runs: the seed is small, the harvest is large, therefore have faith. That reading is warm, true in a limited way, and entirely exhausted.
The reflection avoids it by inverting the axis of interest. It is not concerned with the seed’s size but with its ignorance, and ignorance is a subject on which the botany happens to be unusually precise. Once the question became what the seed does not know, the familiar material stopped being familiar, because nobody writes about the epistemic position of a seed. The metaphor was rescued by asking it a question it is not usually asked.
Movement by Movement
Section I rests on the totality of the deficit
The catalogue of what the seed does not know is deliberately long and deliberately unrelieved, because the argument turns on the deficit being total rather than partial. Section 2 of the companion supplies the technical basis: there is no informational input the seed possesses that bears on its survival prospects. This licenses the reflection’s central reversal, that uncertainty is the landscape rather than the fog. Knight and Keynes stand behind the sentence without being named in it.
Section II rests on the finiteness of the reserve
The preparation-and-provision distinction is the reflection’s only piece of original conceptual work, and it needed the botany of paragraph 4 to be more than wordplay. The load-bearing fact is that the cotyledon reserve is small by optimisation and not by oversight. Without that, “I wanted a warehouse and was handed a lunchbox” is a complaint. With it, the lunchbox is the correct engineering answer, and the complaint dissolves.
The manna passage was chosen over the more obvious lilies of the field because manna carries the additional detail of hoarded provision spoiling. That detail converts a devotional point into a mechanical one, which is the register the reflection wanted at that moment.
Section III rests on the sequence
Three actions, in the order the botany actually gives them. The split comes first because imbibition is irreversible, as paragraph 2 sets out. The downward root comes second because the radicle genuinely precedes the plumule, as paragraph 3 establishes; had the sequence been the other way, the paragraph on building in the dark would have been a pleasing falsehood, and would have had to go.
The turn on Mark 4:27 is the section’s pivot and the whole reason the parable was selected over the mustard seed. The Greek automate, discussed at paragraph 6 of the companion, establishes that the ignorance in the passage belongs to the farmer and not to the process. This permits the reflection to observe that the person who does not understand the mechanism is nevertheless the person acting, which is the entire consolation being offered.
Section IV rests on recursion
This is the section most readers will not expect, and it is the reason the piece is not merely encouraging. Paul’s discontinuity argument at 1 Corinthians 15:37 underwrites the refusal to promise a settled outcome. The fruit contains seeds; the process regenerates its own starting conditions.
The paragraph beginning “I do not say this gloomily” carries the ethical weight of the whole reflection. The argument is that the recursive reading is the kinder one, because the alternative silently condemns every unresolved year as wasted. That inference is the piece’s real gift to a reader in difficulty, and it is offered as reasoning rather than as reassurance.
What Was Deliberately Excluded
Frank Knight, John Maynard Keynes, Herbert Simon and John Keats are all present as structure and absent as names. Naming any of them would have shifted the register from reflection to essay within a sentence.
The entire legal analogue in Part IV of the companion was cut from the reflection. It is the material closest to my own working life and it was the hardest omission, but interim relief and burdens of proof would have narrowed a global readership to a professional one.
The Judean date palm and the Siberian Silene were held back from the reflection, though either would have been a striking paragraph. They belong to the seed that has not yet split, and introducing them at the close would have softened that section into consolation when it needed to remain honest.
No resolution was written. There is no final paragraph in which uncertainty is defeated, because the argument does not permit one, and supplying one would have contradicted section IV three paragraphs after making it.
A Note on the Closing
The reflection ends by quoting the second half of Ecclesiastes 11:6 and then commenting on its grammar: that the ignorance clause is the reason for the instruction and not a qualification of it. That single observation is the thesis of the entire piece compressed into one sentence about syntax, and it was placed last because it is the only line a reader is likely to carry away intact.
The habit of reading a proposition closely enough to notice which clause is doing the work is not a devotional habit. It is a drafting habit, and it is the one instrument I have carried across from a life of statutory work into a life of writing about faith. It is, I think, the most useful thing I brought with me.
In response to the WordPress Daily Prompt: 17 August 2026.
Explore more at the Rise & Inspire archive | Daily Prompts
What’s a moment when you realized you were officially an adult?
The Ledger of Candidates
When did I actually become an adult?
John Britto Kurusumuthu
In the law there is a useful habit. When several claimants come forward for the same title, we do not argue about them all at once and in a heap. We enter each claim in its turn, examine it on its own merits, and either allow it or strike it off with the reasons recorded. It is a slow method. Its virtue is that nothing is lost. Even a rejected claim leaves behind a line of writing that tells you why it failed, and there are days when the reasons for failure teach more than the eventual success.
I have applied that method to a question the calendar cannot answer.
When did I become an adult?
There is a legal answer, and it is worthless. The law fixes a day. On that day a person who could not do a hundred things becomes a person who may do them, and nothing whatever has happened to him overnight. I have drafted such provisions myself. They are necessary, and they are fictions, and everyone who drafts them knows it.
So I opened a ledger instead, and entered the candidates one by one.
Entry the First: The Purple Finger
The first vote. The queue in the morning, the register turned towards me, the officer taking my hand almost absently and drawing the line of indelible ink across the nail. I walked home holding that hand a little apart from my body so that the mark would be seen.
The claim was a strong one. The State had stopped and asked my opinion about who should govern it. Surely that is adulthood.
Struck off. The ink faded within the week, and so did the feeling. What I felt that morning was not the gravity of a man carrying a burden; it was the delight of a boy who had been given a badge. I had been enrolled, not entrusted. Every person born on my day was enrolled alongside me, the wise and the foolish without distinction, and no quality of mine had been tested to earn it. A capacity conferred by the calendar is a capacity nobody has deserved.
Entry the Second: The First Salary
Money of my own, counted twice, and then a third time. The claim here is that a man who earns is a man grown.
Struck off, and the reason is embarrassing. I remember exactly what I did with that money, and it was the conduct of a thoroughly delighted child. Earning proves that somebody has found your labour useful. It does not prove that you have become answerable for anything. And the pleasure of it lay entirely in what it could buy for me. Adulthood, as I came to understand very much later, has less to do with what your money buys for you and rather more to do with what it quietly buys for other people, without announcement and without being mentioned again.
Entry the Third: The Key
The first room that was mine, at the first posting, and a key of which no other person in the world held a copy. I locked the door behind me and sat on the edge of the cot in a silence I had never owned before.
Struck off. Solitude is not responsibility. Nothing in the world depended on whether that door was locked or open. Had I lost the key, exactly one person would have been inconvenienced, and he was me. Independence and adulthood are different things, though the young confuse them constantly, and I have met men who managed to confuse them for forty years.
Entry the Fourth: The Day I Was First Called Sir
It came from the doorway, unremarkable, in the middle of an ordinary afternoon, and it rearranged something in my chest.
Struck off, and firmly. That word was addressed to the chair and not to the man sitting in it. Offices arrive with a vocabulary already attached, and the vocabulary stays behind when you leave. I have since watched that same courtesy travel from one occupant to the next without pausing for breath at the handover. To mistake the deference owed to a post for the weight of a person is the commonest error in public life, and in the long run the most expensive one.
Entry the Fifth: The First Draft That Left My Hand
This is the nearest of the five, and I part with it reluctantly. A provision I had written myself, in words I had chosen, going out into the world to do work among strangers who would never know my name. I can still recall the particular quiet of that feeling.
Struck off, and the reason took me years to see. Above my initials there were other initials. Someone senior would read it. Someone senior would correct it. I was permitted to be wrong. A man who can be corrected before the consequences arrive is still, in the only sense that finally matters, being looked after. The net was there beneath me. I could not see it, and that is precisely why I mistook the height for danger.
It has the form of adulthood. It does not have the substance.
Entry the Sixth: The Question
And then the entry that stands.
There was no ceremony attached to it, which I have come to think is the whole point.
My father asked me what should be done.
Not as a test. Not to draw out an opinion so that he might improve upon it afterwards, which is how fathers have taught their sons since the beginning of the world. He asked because he did not know, and because he had decided, somewhere out of my sight, that I might.
I waited for the correction that had always followed. It did not come. I looked behind me for the senior initials and found only the wall.
That was it. That was the entire event. No purple ink, no salary counted three times, no key, no courteous word from a doorway, no sentence of mine going out to do its work. There was only a silence into which I was now expected to speak, and nobody standing behind me to speak instead.
Adulthood is not conferred and it is not achieved. It is handed over, quietly, at the moment the person who used to carry it turns and discovers that his own hands are full.
The Closing of the Ledger
Reading back over the entries, I notice something I did not intend. The first five were all about acquisition: rights, money, privacy, standing, authorship. Each of them added something to me. The sixth added nothing at all. The sixth was a transfer, something set down by one person because it had grown heavy, and taken up by another because there was no one else in the room.
We imagine we are climbing towards adulthood. A good deal of the time we are simply being handed things by people who are getting tired.
And so the ledger closes without a closing balance, because there is not one. Adulthood does not arrive in a single instalment. It comes in the particular moments when somebody needs an answer and there is nobody else to give it, and each such moment adds a little to the account. If you are waiting for the ceremony, I can tell you there is none. If you are waiting to feel ready, that feeling was never on the syllabus.
There is an old wisdom that we are never given a thing before the day we need it. I have found that to be reliably true of strength. On the morning my father asked, I did not have the answer he required. By that evening I had given him one. Where it came from I could not tell you with certainty even now, but I have my suspicions, and I have not since assumed that I was working alone.
So I put the question to you, and I would genuinely like to know the answer. What is in your ledger? Which candidates have you entered over the years, and which one of them, when you examined it honestly, is the entry that stands?
In response to the WordPress Daily Prompt: 16 August 2026.
Explore more at the Rise & Inspire archive | Daily Prompts
Here is a question worth sitting with. How many hours last month did you spend renaming files, resizing images, or building the same folder structure for the fourth time? None of that is difficult work. It is simply repetitive, and repetitive work quietly eats the hours you meant to spend writing.
This week on Rise and Inspire we look at what it actually means to become a power user, and why it has far less to do with coding than most people assume. Six safe Terminal commands. Six gradual stages. One habit of mind that changes everything. Do read it, and tell me which repetitive task you would automate first.
RISE & INSPIRE | TECHINSIGHTS
Could You Become a Power User Without Becoming a Programmer?
Why working wisely matters more than knowing how to code
John Britto Kurusumuthu
Technology draws a quiet line through most of our working lives.
On one side stand ordinary users. They open applications, click through menus, drag files from one place to another, adjust a setting now and then, and use the machine very much as it arrived from the factory.
On the other side stand the power users. They seem to make the computer obey them, rather than the other way about.
For writers, teachers, and other thoughtful people who have never regarded themselves as technical, that divide can feel discouraging. It need not be.
You do not have to become a programmer in order to become a more capable user of your own computer.
A power user is simply someone who has learnt to use advanced features, shortcuts, automation, and system controls to work faster and more precisely. The distinguishing mark is not technical erudition. It is efficiency, thoughtful customisation, and a steady unwillingness to repeat unnecessary labour.
What Actually Makes Someone a Power User
Consider two writers preparing ten posts.
The first creates every document by hand, types every title, builds every folder, renames every image, and repeats the same sequence of actions ten times over.
The second pauses and asks whether some part of that sequence might be handed to the machine.
That second habit of mind is where power use begins.
Four characteristics are generally observed in such users:
— Command-line and automation: using the Terminal, scripts, or automation tools for tasks that are repetitive or intricate.
— Keyboard-centred navigation: relying on shortcuts and quick launchers rather than the mouse.
— Awareness of what lies beneath: knowing where files actually live, and having some sense of permissions, processes, and system performance.
— Workflow customisation: shaping the computer to the way one works, instead of accepting every default as though it were law.
Observe what is absent from that list. Not one of these qualities requires a professional programmer.
The real question is a far humbler one: can you persuade the machine to take on more of the repetitive work, so that you may attend to the work only you can do?
What Is the Terminal, and Why Should a Writer Care?
For many people the word Terminal carries an air of menace. It should not.
The Terminal is nothing more than a way of speaking to your computer by typing instructions instead of clicking buttons.
On a Mac, press Command and Space to open Spotlight, type the word Terminal, and press Return. A prompt appears, waiting. You type an instruction, press Return, and the computer carries it out.
It is very like handing a short written note to a diligent assistant.
A few examples:
pwd
asks the computer to show which folder you are presently standing in.
ls
lists the files and folders there.
cd Desktop
moves you into the Desktop folder.
cd ..
moves you back one level.
clear
clears the screen.
exit
ends the session.
For a beginner, the commands themselves matter far less than the idea behind them: instead of performing every action by hand, you may sometimes simply tell the computer precisely what you want done.
A Word of Caution
The Terminal is not a separate engine of power. It is a direct line to the tools your operating system already possesses, and it is that directness which grants you greater control. Greater control also means that mistakes carry greater consequence.
Commands are case-sensitive. The instruction cd Desktop and the instruction cd desktop are not necessarily read as the same thing.
There is a graver warning still. Be exceedingly careful with any command involving rm or sudo. A beginner should not use such commands at all until he understands entirely what they do, because deletion through the Terminal can bypass the ordinary safety of the Trash.
So the lesson is not: begin typing mysterious commands and see what happens.
The lesson is: understand what a command does before you execute it.
That single discipline is the foundation of responsible power use, and it is not so different from the discipline of reading a document twice before signing it.
Why Automation Matters to Anyone Who Writes Regularly
Here the subject becomes genuinely interesting.
Writing involves a surprising quantity of work that is not writing at all. The creative heart of the matter is the composition; but gathered around it are the administrative tasks:
— creating files;
— naming documents;
— organising folders;
— preparing templates;
— formatting content;
— processing images;
— maintaining consistent metadata;
— preparing successive drafts;
— publishing and scheduling posts.
Scripts and automation can absorb a great deal of that administrative burden, while the creative and personal aspects of the writing remain firmly in human hands.
That distinction deserves emphasis. Automation need not replace the writer. It simply returns to the writer the hours in which he may be a writer.
Imagine preparing a month of posts
Suppose you publish a daily reflection.
Creating thirty individual files by hand is not intellectually demanding. It is merely repetitive, which is a different sort of burden and in some ways a heavier one.
A single Terminal instruction can generate a series of properly named and dated files for the whole month.
The significance lies not in the command but in the change of mind. Instead of thinking, I must create these thirty files, the power user thinks, how do I have the computer create these thirty files for me?
From one post to many
The possibilities widen when automation is joined to other tools.
A script may read topics or dates from a spreadsheet and generate multiple draft files, each carrying its title, date, metadata, and a consistent outline. A script may also be connected to an artificial intelligence model through its API, so that a series of prompts is processed and each resulting draft or outline is saved separately.
For a writer this means moving from one sequence to another.
From: idea, then manual preparation, then repetitive formatting.
To: ideas, then automated preparation, then human review, then publication.
Judgment, accuracy, voice, originality, and meaning remain the responsibility of the person. The machine handles only the mechanics.
The WordPress question
The idea extends further. WordPress offers a command-line tool, WP-CLI, by which posts may be created, imported, scheduled, or published without repeatedly opening the web dashboard.
This does not mean that every writer should hasten to install it. For most, the ordinary editor is entirely sufficient.
But knowing that such possibilities exist alters the way one regards one’s own workflow. The power user asks whether there is a better way of doing this, rather than accepting that this is how it has always been done.
Images, and the quiet tyranny of repetition
Images impose their own layer of repetitive labour. A single article may require several pictures to be resized, compressed, converted, and prepared for the web.
Command-line image tools such as ImageMagick can process an entire folder at once, rather than demanding that each file be handled separately.
Again, the point is not that every writer needs ImageMagick. The point is that repetitive work is almost always a candidate for automation.
Six Stages, Not One Leap
There is no need to pass from clicking icons to writing elaborate scripts overnight. A sensible progression might run as follows.
— Stage one: learn keyboard shortcuts, and reduce your dependence upon the mouse.
— Stage two: organise your files, and understand where your documents actually reside.
— Stage three: learn a few safe Terminal commands, beginning with pwd, ls, cd, clear, and exit.
— Stage four: identify the tasks you perform again and again.
— Stage five: automate one small task, perhaps the creation of folders or the preparation of filenames.
— Stage six: only then explore scripts, APIs, WP-CLI, and the wider apparatus of automation.
Approached in this way, the whole subject loses its power to intimidate.
The Real Power Is Not the Terminal
This may be the most important lesson of all.
A power user is not necessarily the person who knows the greatest number of commands. A power user is the person who recognises where work may be done more intelligently.
A writer who uses ten keyboard shortcuts well is already a power user in practice. A writer who builds one simple automated routine for a repetitive task is further along still.
And a writer who knows when not to automate something may show the soundest judgment of all.
Technology ought to serve creativity, not bury it beneath complexity.
The Writer’s Advantage
Those who write already possess something automation cannot easily supply: a human point of view.
A computer can create files. A script can arrange information. An artificial intelligence can generate text. An image tool can process photographs. An automation can repeat a workflow without complaint or fatigue.
But it is the writer who decides:
— What is worth saying?
— Why does it matter?
— Is it true?
— Is it helpful?
— Does it sound like a real person?
— Does it carry the weight of lived experience?
— Does it deserve to be published at all?
Those questions remain wholly human, and they are the questions upon which everything finally rests.
The wisest approach, therefore, is not humanity set against technology. It is human creativity joined to technological efficiency.
A Word on the Stewardship of Hours
There is a deeper reason to care about any of this, and it has little to do with computers.
Every hour spent renaming a file is an hour not spent thinking, reading, praying, teaching, or listening to another person. Time is the one resource that is issued to us without renewal, and we are answerable for how it is spent.
Learning to work more efficiently is therefore not a matter of technical vanity. It is a small act of stewardship. The talent entrusted to us is not to be buried under digital housekeeping.
Used rightly, these tools do not make us less human. They give us back the hours in which we may be more fully so.
From Clicking to Thinking
If you have never once opened a Terminal window, do not imagine that you have been left behind. You may begin somewhere far simpler than that.
The next time you find yourself performing the same task for the fourth time, pause and ask a single question.
Must I really do this by hand every time?
That is already a power-user question.
Perhaps the answer will be yes. Perhaps you will uncover a keyboard shortcut. Perhaps a built-in automation exists that you had never noticed. Perhaps an artificial intelligence tool can assist. Perhaps, in time, a small script will handle the whole thing.
What matters is that you have begun to look for the wiser way.
An ordinary workflow says: tell me where to click.
A power-user mindset says: tell the computer what I want, and let it help me reach it.
For anyone who writes, that shift can mean less time given to digital housekeeping and more time given to writing, reflecting, creating, and meeting readers where they are.
And perhaps that is the true meaning of becoming a power user: not mastering the machine, but making the machine work better for you.
RISE & INSPIRE | TECHINSIGHTS
Inspiration, faith, education, technology, and personal development.
If understanding is given, why study at all? The passage answers its own question, and the answer is uncomfortable for both kinds of reader: the one who wants permission to stop working, and the one who suspects all this work has been wasted.
WAKE-UP CALL:
BEYOND THE VERSE :THE SUNDAY SERIES
The Third Thing He Opened That Day
Rise & Inspire | Sunday, 16 August 2026 | Reflection One | Post Streak One
Then he opened their minds to understand the scriptures.
On the evening of the resurrection, the risen Christ does something to his disciples before he says anything further to them. He opens their minds. The verse does not report that he taught them more material, or that they finally concentrated. It reports an act performed upon them, which enabled them to understand writings they already possessed and had heard read all their lives.
CONTEXT
Luke is writing the closing scene of his Gospel. The whole of chapter 24 takes place on a single day, the first day of the week. Earlier that day two disciples had walked to Emmaus and had the Scriptures expounded to them by a stranger they did not recognise. Now the group is gathered in Jerusalem, frightened and unsettled, and Jesus stands among them. Verse 45 sits between his statement that everything written about him must be fulfilled (verse 44) and his commission to preach repentance and forgiveness to all nations (verses 46 to 47).
In This Reflection
• Part One: The Sunday Reflection
• Part Two: Scholarly Companion, notes on dianoigo and nous
• Part Three: The Connecting Bridge, carrying the passage into the week
Part One is complete in itself. The two companions that follow are for readers who wish to go further, and for those preparing to teach the passage.
Part One: The Sunday Reflection
Three things were opened that day. Only the last of them was a mind.
This is not a devotional flourish. It is Luke’s own design. He uses the same Greek verb three times within the space of one chapter, all of it occurring on one Sunday, and he uses it at three distinct moments, on three distinct objects. The verb is dianoigo. It means to open thoroughly, to open something that was properly shut and required force or authority to unclose. In the Greek Old Testament it is used of the womb being opened, and in Mark’s Gospel a form of it is the word spoken over a deaf man’s ears at Decapolis: Ephphatha, be opened.
It is not a gentle word. It is not the word for turning a page.
Watch where Luke places it.
The First Opening: The Book
The earliest of the three happens on the road, though Luke reports it to us afterwards, in retrospect, through the memory of the two who experienced it.
They were walking to a village called Emmaus, about sixty stadia from Jerusalem, which is roughly seven miles or eleven kilometres. The site is genuinely uncertain. Several candidates have been proposed over the centuries and scholars remain divided; we do not know where these men were going. What Luke tells us is what happened on the way. A stranger joined them, listened to their grief, called them slow of heart, and then, beginning with Moses and all the prophets, interpreted to them the things concerning himself throughout the Scriptures.
Only later, after he had vanished, do they name what had been done. Were not our hearts burning within us while he opened the Scriptures to us on the road?
Opened the Scriptures. The same verb.
Notice what this means. The text had not changed. Not a word of Moses had been rewritten and not a line of the prophets had been added. These were men who had grown up in the synagogue, who had heard these passages read aloud from childhood, who could very likely recite portions of them from memory. The book had always been available to them. What they had never had was the book opened.
There is a difference between possessing Scripture and having it opened, and the difference is not literacy. It is not even diligence. In the eighth chapter of Acts an Ethiopian official is found reading Isaiah aloud in his chariot, and when asked whether he understands what he is reading, he answers with a question that ought to be more famous than it is: how can I, unless someone guides me? He had the scroll. He had the education, the leisure and the seriousness. He did not have the opening.
The Second Opening: The Eyes
The second use comes a few verses later, at a table.
The stranger accepts their invitation to stay, and at supper he takes bread, blesses it, breaks it and gives it to them. And their eyes were opened, and they recognised him.
Luke has been preparing this from the start of the episode. When the two men first met the stranger, he wrote that their eyes were held, restrained, kept from recognising him. Now the restraint is lifted, and the same verb that will later be used of their minds is used here of their sight.
This is the plainest of the three, and the most humbling. These men had been walking beside the risen Christ for seven miles. He was not concealed behind a wall or a veil. He was at conversational distance, close enough to be interrupted, close enough that they could tell him he must be the only person in Jerusalem who had not heard the news. Proximity was never the problem. Duration was never the problem. They had every advantage that access can give and they still did not see.
We should be careful not to soften what Luke is saying. He is not telling us that the disciples were unobservant. He is telling us that recognition is a gift, and that it can be withheld and then given, and that it was given here at a specific moment and in a specific act.
The Third Opening: The Mind
Which brings us to the evening, to the room in Jerusalem, and to the verse before us.
By now the two from Emmaus have run back to the city and told their story. Others have reported an empty tomb. The room is full of people who have heard testimony, who have seen an empty grave, and who have just been given a first-class exposition of the messianic Scriptures at second hand. And Jesus stands among them, shows his hands and feet, eats a piece of fish to prove he is not a ghost, reminds them that everything written about him in the Law of Moses, the Prophets and the Psalms had to be fulfilled, that threefold phrase being the standard Jewish way of naming the entire Hebrew Bible, with Psalms standing for the whole third division of the Writings, and then this.
Then he opened their minds to understand the Scriptures.
The Greek word for mind here is nous. It is broader than the English word intellect. The nous is the faculty by which a person perceives, comprehends and judges, closer to understanding itself than to cleverness. It is the same word Paul uses when he tells the Romans not to be conformed to this age but transformed by the renewing of the nous. It is not a compliment to the disciples’ intelligence and it is not an insult to it. It is a statement about a faculty that was not working, and that was made to work by someone else.
And here is the grammatical detail on which the whole verse turns.
There is only one actor in this sentence. He opened. The disciples appear in the verse, but they appear as an object. They are not the subject of a single verb. Nothing in the sentence is something they did. Luke, who has just narrated an entire day of disciples walking, reasoning, remembering, running, reporting and doubting, writes the decisive moment of his Gospel with every one of them grammatically passive.
What the Three Openings Tell Us Together
Set them side by side and a pattern emerges that no single verse would have given us.
The book was opened. The eyes were opened. The mind was opened. In each case the object opened was already present and already in working order in the ordinary sense. The Scriptures existed. The eyes could see. The minds could think. And in each case what was needed was not more material, better faculties or greater effort, but an act from outside.
In each case, also, the same person performs it. Not one of the three is self-administered. Nowhere does Luke write that they opened their own minds, applied themselves more rigorously, or reasoned their way through to the answer. This is the honest and slightly uncomfortable centre of the passage: the disciples had already done everything that could be done from their side, and it was not enough.
Scripture is consistent on this. The psalmist who loves the law of God more than anyone in the Psalter still has to pray, open my eyes, that I may behold wondrous things out of your law, and he prays it in the middle of the longest and most devoted meditation on Scripture in the Bible. Paul writes to Corinth that a veil lies over the mind when Moses is read, and that it is removed in Christ. In Acts, when Lydia listens to Paul by the river at Philippi, Luke does not write that she was persuaded. He writes that the Lord opened her heart to attend to what was said.
There is a real tension here that should not be resolved too quickly. If understanding is given, why study? The answer the passage itself supplies is this: the same Christ who opens minds spent seven miles teaching. He did not open their minds instead of expounding the Scriptures to them. He expounded the Scriptures to them and opened their minds. The two are not rivals. The work is ours to do and the opening is not ours to perform, and the person who abandons either half has misread the chapter.
Why the Opening Happens
Then look at what immediately follows.
Thus it is written, that the Christ should suffer and rise from the dead on the third day, and that repentance and forgiveness of sins should be preached in his name to all nations, beginning from Jerusalem. You are witnesses of these things.
The opening of the mind is not the destination. It is a doorway. Verse 45 is the hinge between everything that was written and everything that must now be said, and Luke’s second volume, the Acts of the Apostles, begins on the other side of it. Men who could not understand a text on Sunday afternoon are preaching it publicly within weeks. Nothing had happened to their education in the interval. Something had happened to their minds.
This matters for how we read the verse. An opened mind in Luke is not given for private illumination or the quiet pleasure of insight. It is given for witness. Understanding is entrusted, and it is entrusted so that it can be carried to people who do not yet have it.
Questions to Carry into the Week
What have I been reading for years and never once asked to be opened to me? There is a particular danger in familiarity with Scripture: the passage we know best is often the passage we have stopped listening to.
Which parts of my believing life have I quietly reclassified as my own achievement? These men had walked with Jesus for three years, and it did not save them from needing this.
If understanding is given for witness, what have I done with what I have already been given? The verse before us is followed within two sentences by a commission. Insight held privately is insight half received.
Where am I slow of heart rather than short of information? It is the more painful diagnosis, and Christ makes it of his own friends before he makes it of anyone else.
What This Asks of Us This Week
Something concrete. Before you next open Scripture, pray one sentence asking to be opened, and mean it as a request rather than a formality. Then read anyway, carefully, with whatever help is available to you. Both halves. The prayer without the reading is presumption, and the reading without the prayer is what these disciples had been doing all their lives.
And when something in the text does open, take it to one person before the week ends. That is what verse 46 is for.
A Prayer
Lord Jesus Christ, risen and standing among us, you did not scold your friends for failing to understand. You opened them. I bring you a mind that is closed in places I cannot see, and a familiarity with your Word that has become its own kind of blindness. Open the Scriptures to me. Open my eyes to recognise you where I have walked beside you unknowing. Open my mind, not for my own satisfaction, but so that I may carry what you give to someone who is still waiting for it. I ask this not because I have earned it, but because you have never yet been asked and refused. Amen.
The Takeaway
A book can be opened by hands. A mind cannot. Ask him for the one you cannot do yourself, and then do the part you can.
Part Two: Scholarly Companion
Dianoigo: notes on Luke 24:45
These notes support the reflection above without repeating it. They set out the lexical, grammatical, literary and historical material behind the reading, and mark clearly where the evidence is firm and where scholars genuinely differ. Nothing here is required in order to profit from the passage. It is offered for readers who wish to go further, and for those preparing to teach it.
I. The Verb: Dianoigo
The word is a compound: the preposition dia joined to the common verb anoigo, to open. In Greek, dia in composition frequently carries a thoroughgoing or completive force, so the compound is stronger than the simple verb. The sense is to open fully, to open what was properly closed, sometimes with the implication of force.
Its background in the Greek Old Testament, the Septuagint, is worth noting. It renders the Hebrew idiom for opening the womb, as in the consecration law of Exodus 13, and Luke himself quotes that law at Luke 2:23 using this very verb. The word therefore enters Luke’s Gospel long before chapter 24, in a context of firstborn sons set apart for God.
Mark uses a form of the same verb at the healing in the region of the Decapolis, where the Aramaic word Ephphatha is given and translated as be opened, and the man’s ears are opened and his tongue released. Readers should note that manuscripts vary between the simple and compound forms at points in that passage, so the connection is real but should not be pressed as though it were a fixed technical term.
Distribution
The verb occurs only a small number of times in the New Testament, and the striking fact is that the majority of those occurrences are in Luke and Acts. Alongside Luke 2:23, Luke uses it at 24:31 of the eyes, at 24:32 of the Scriptures, and at 24:45 of the mind. In Acts it appears of Stephen’s vision of the heavens, of the Lord opening Lydia’s heart at Philippi, and of Paul’s manner of expounding, or opening up, the Scriptures at Thessalonica.
That last instance repays attention. In Acts 17, Paul does with the Scriptures in the synagogue what Christ did on the road in Luke 24. The vocabulary is continuous. Luke appears to regard apostolic preaching as a continuation of what the risen Christ began that afternoon, and this is an inference from his word choice rather than a claim he states outright.
II. The Grammar of Verse 45
The Greek reads, in transliteration: tote dienoixen auton ton noun tou synienai tas graphas.
Three features carry the sense. The verb dienoixen is aorist indicative active, third person singular: a single completed act with a single agent. The pronoun auton and the noun ton noun form the object: their mind. And tou synienai is an articular infinitive in the genitive, expressing purpose or result, so that they might understand, or with the result that they understood.
The observation made in the reflection follows from this and not from any devotional reading: the disciples occur in the sentence only as an object. They perform no action in it. Luke, who has filled the preceding forty-four verses with disciples doing things, constructs the decisive sentence so that they do nothing.
A note of caution. The passage does not teach that human effort in Scripture is worthless, and it should not be enlisted for that conclusion. Luke 24:27 shows Christ himself giving a sustained exposition, and Acts 17:11 commends the Bereans for examining the Scriptures daily. What verse 45 establishes is the necessity of divine action, not the futility of human study.
III. Nous: The Word for Mind
The noun nous denotes the faculty of perception and comprehension, the seat of understanding and judgement. It is not narrowly intellectual in the modern sense; in Greek usage it can approach the whole inner orientation of a person.
Paul’s uses are instructive for the semantic range. In Romans 12 he calls for transformation by the renewing of the nous, which assumes the faculty can be in a defective state and can be renewed. In 1 Corinthians 14 he distinguishes praying with the spirit from praying with the nous, where the sense is close to comprehension. In Philippians 4 he says the peace of God surpasses all nous, meaning it exceeds what the understanding can compass.
The theological point in Luke 24:45 is therefore not that the disciples were unintelligent. It is that a faculty which was intact was nevertheless not functioning for this purpose, and that it required an act of Christ to function.
IV. The Threefold Canon in Verse 44
Jesus refers to the Law of Moses, the Prophets and the Psalms. Elsewhere in the Gospels the customary formula is bipartite, the Law and the Prophets, as at Matthew 5:17 and Luke 16:16. The tripartite formula here is the more unusual.
A threefold division of the Hebrew Scriptures is attested well before the New Testament: the prologue to the book of Sirach, written in the second century before Christ, refers to the Law, the Prophets and the other books that followed them. Scholars differ, however, on precisely what Luke means by Psalms in verse 44. Some take it as shorthand for the entire third division, the Writings; others take it more narrowly as the Psalter itself, which Luke and Acts cite heavily in messianic argument. The evidence permits both readings and the reflection does not depend on either.
V. Emmaus: What Is Known and What Is Not
Luke gives a distance of sixty stadia, approximately eleven kilometres or seven miles. There is a genuine textual variant here: some manuscripts read one hundred and sixty stadia, which would place the village considerably further out and has been used to argue for particular sites. The shorter reading is the better attested and is adopted by most modern editions.
The location itself is disputed and has been for many centuries. Candidates proposed over time include Amwas, also known as Nicopolis, on the Jerusalem to Jaffa road; el-Qubeibeh, north-west of Jerusalem; Abu Ghosh; and Motza, which Josephus mentions under a similar name. No identification commands consensus, and honesty requires saying that we do not know where the two disciples were walking. The theological force of the episode does not depend on locating it.
VI. The Breaking of Bread: A Disputed Allusion
At Luke 24:30 the risen Christ takes bread, blesses, breaks and gives. The same four actions in the same order appear at the Last Supper in Luke 22:19, and again in the feeding of the five thousand at Luke 9:16.
Many interpreters, particularly in the Catholic and Orthodox traditions, read the Emmaus meal as carrying eucharistic resonance, and the pattern of word followed by table has shaped Christian liturgy for centuries. Other scholars caution that the four verbs also describe ordinary Jewish table practice at the head of a meal, and that Luke may simply be reporting a customary sequence. The verbal parallel is real; how much weight it will bear is a matter on which readers should know that traditions differ.
VII. The Wider Biblical Pattern of Opening
The idea that Scripture requires an act of God to be understood is not confined to Luke. Psalm 119:18 asks God to uncover the eyes so that wonders may be seen in the law; the Hebrew verb there carries the sense of uncovering or removing what conceals. Paul in 2 Corinthians 3 describes a veil lying over the mind at the reading of Moses, removed only in Christ. Acts 16:14 attributes Lydia’s response to the Lord opening her heart, and the verb is again dianoigo.
These passages should be read together rather than harmonised into a system. They agree on the direction of the action, from God towards the reader, and they differ in what is opened: eyes, heart, mind, the text itself.
VIII. Verse 45 in the Structure of Luke and Acts
Verse 45 is positioned at a hinge. Verse 44 looks backwards to everything written; verses 46 to 48 look forward to suffering, resurrection, repentance, forgiveness, all nations, and the disciples as witnesses. Verse 49 promises the power from on high which Acts 2 will narrate.
The consequence is that in Luke’s construction, understanding is not terminal. It is instrumental. Men who cannot follow an argument on Sunday evening are its public exponents within weeks, and Luke attributes the change to what happened in that room and at Pentecost rather than to any development in their learning.
Scripture cited
Exodus 13:2; Psalm 119:18; Luke 2:23; 9:16; 16:16; 22:19; 24:16, 24:25 to 24:49; Acts 7:56; 8:30 to 8:31; 16:14; 17:3; 17:11; Romans 12:2; 1 Corinthians 14:14 to 14:15; 2 Corinthians 3:14 to 3:16; Philippians 4:7; Matthew 5:17; Mark 7:34 to 7:35; prologue to Sirach.
Where this companion reports scholarly disagreement, it does so because the disagreement is real. Readers preparing to teach this passage should represent the alternatives rather than present one as settled.
Part Three: The Connecting Bridge
From the upper room to Monday morning
A reflection ends. The week does not. This section takes the single claim of Luke 24:45, that understanding is opened rather than achieved, and follows it into the places where most of us actually spend our days. It is written for use rather than for admiration, and it can be read in sections across the week.
For the Reader of Scripture
The most practical consequence of this verse is the smallest. It changes the first thirty seconds of Bible reading, from beginning by reading to beginning by asking.
A caution belongs here. Some readers will take this verse as permission to stop working. That is the opposite of what the chapter shows. Others, more often the diligent, will take it as an accusation that their study has been worthless. It has not been. The passage removes the burden of self-sufficiency; it does not remove the duty of attention.
For Anyone Who Teaches
Teachers of any subject know the experience of explaining something correctly and watching it fail to land. The road to Emmaus is the definitive account of this. The exposition was flawless. The listeners were willing. Their hearts burned. And they still did not arrive until something else happened.
For those who teach Scripture, in a pulpit, a classroom, a catechism group or a family, this is both liberating and sobering. Liberating, because the outcome was never in your hands and no amount of preparation could have secured it. Sobering, because it removes the excuse that a poor response is evidence of a poor audience. The honest posture is to prepare as though everything depended on the preparation, and to pray as though nothing did.
For the Expert and the Professional
There is a specific hazard in competence, and this passage names it precisely. The men who needed their minds opened were not outsiders or sceptics. They were the closest associates of Jesus, scripturally literate, three years into an apprenticeship. Familiarity had not produced understanding; in some respects it had substituted for it.
Anyone who has worked long in a field will recognise the pattern. The document you have read a hundred times is the one you no longer read. The procedure you know best is the one you stop examining. The passage you can quote is the passage you have stopped hearing. Expertise is not the enemy of understanding, but it is capable of impersonating it.
The practical test is uncomfortable and simple: name the text, the task, or the relationship in your own field that you believe you have fully understood. That is the likeliest place where you have stopped looking.
For Those in a Season of Confusion
Read the chapter for its emotional register and not only its argument. These disciples were not calm. They were grieving, frightened, disillusioned and, by their own account, had hoped for something that had not happened. Luke does not rebuke them for the confusion; Christ addresses it by opening rather than by scolding.
If you are in a stretch where Scripture has gone flat, where prayer feels procedural, where what you once found obvious has become opaque, the passage does not tell you that you have failed. It tells you that you are in the position everyone in that room was in, and that the remedy was not something they generated. It is legitimate simply to ask for it, and to keep asking.
It should be said plainly that Scripture does not promise the opening on a timetable. Luke reports one afternoon; he does not offer a formula. Anyone who tells you the light comes on schedule is going beyond the text.
For the Week’s Work
The verse is followed within two sentences by a commission. Whatever is opened is opened for someone else’s benefit as well as your own.
This gives a concrete measure for the week. If something in Scripture opens to you between now and next Sunday, do not let it terminate in you. Say it to one person. Not as instruction and not as a performance, but in the ordinary way one person tells another something that helped. That is the whole shape of Acts, and it began in a room with people who had been unable to understand a text a few hours earlier.
A Practice for the Coming Week
Monday. Read Luke 24 in full, in one sitting, noticing every time something is opened, held back, recognised or missed.
Tuesday. Choose the passage of Scripture you believe you know best. Read it as though for the first time, and write one question about it you have never asked.
Wednesday. Pray the sentence of Psalm 119:18 before reading anything, and read for ten minutes only.
Thursday. Identify one area of your work or family life where familiarity has replaced attention.
Friday. Read Acts 16:13 to 16:15, and notice who opens Lydia’s heart and who is doing the speaking.
Saturday. Take one thing that has opened to you this week and tell it to a single person.
Sunday. Return to Luke 24:45 and read it slowly, noticing who is doing the verb.
One Sentence to Keep
The part you cannot do is the part you were always meant to ask for.
Before You Close the Page
The verb Luke uses three times in a single chapter does not stop when the chapter ends. It surfaces wherever Scripture describes something being done for a person that they could not do for themselves. Three earlier reflections walked this same ground before it had a name.
David, looking back over a lifetime of warfare, failure and heavy office, refused the credit for any of it. You gave. You helped. You made me great. That reflection asks in another key the question this one asks: not whether you worked hard, but whether you believe you worked alone.
Have You Been Taking Credit for a Shield You Never Lifted?
Paul opens his most difficult letter with a sentence about faithfulness, and the faithfulness is not the readers’. God is the subject. He does the calling. The grammar carries the theology there exactly as it carries it here, and the two verses are worth setting side by side.
And from inside the fish, with no address to give and nothing left to offer, Jonah arrives at the four words that settle the matter. Deliverance belongs to the Lord. Not to his planning, not to his repentance, not to his swimming.
What Do You Offer God When You Have Nothing Left to Give?
This is the first reflection of the Sunday series. If you have come here without knowing why the rhythm changed after eleven hundred and seventeen mornings, the explanation is here.
Why Did I Move My Bible Reflections to Sunday After 1117 Days?
One passage, given the time it asks for. Come back next Sunday.
Which passage of Scripture, or which long-held conviction, have you held so long that you have stopped asking for it to be opened to you? Tell me in the comments.
Today’s reflection is written by John Britto Kurusumuthu, inspired by the verse shared this morning, 16 August 2026, by His Excellency, the Rt. Rev. Dr Selvister Ponnumuthan, Bishop of the Diocese of Punalur, a cherished practice he faithfully continued for over three years. That daily gift now becomes the seed of this Sunday series, and the gratitude behind it belongs at the beginning of it.
Blog: Rise & Inspire
Series: Wake-Up Call: Beyond the Verse, The Sunday Series
Category: Wake-up Calls
Theme: Biblical Reflection / Faith
Reflection Number: One | Post Streak: One | Date: 16 August 2026
There is a place in my city with mismatched chairs, one repaired with wire, and a calendar still showing a month that has passed. It is the best restaurant I know, and the reason has nothing to do with the food.
The Best Restaurant in My City: A Review
Rise and Inspire | WordPress Daily Writing Prompt | 15 August 2026
John Britto Kurusumuthu
I have been asked to name the best restaurant in my city, and I am going to answer the question properly, with the seriousness a good meal deserves. What follows is a review in the conventional form: establishment, ambience, service, menu, value, verdict. I will hold nothing back, and I will name my choice at the end.
Thiruvananthapuram is not a city short of candidates. There is the Indian Coffee House near the Central Station, that famous red spiral of brick that Laurie Baker wound upward like a conch shell, where the coffee is strong and the waiters wear turbans and the whole building seems to be climbing towards something. There are the beach restaurants at Kovalam where the fish is chosen while it is still looking at you. There are the vegetarian halls where the sadya arrives on a plantain leaf in twenty-four instalments and you surrender somewhere around the eighteenth. There are the small biryani places near Chalai that have no reputation beyond a two-street radius and need none.
I have eaten in all of them. None of them is the best restaurant in my city.
The Establishment
The place I am reviewing has no signboard. It is not listed on any application on your telephone, it does not appear in any guide to the city, and it has never been visited by an inspector, a food blogger, or a man with a camera and a ring light. It has no star rating because no one has thought to give it one, and it would not know what to do with a star if it received one.
It does not accept bookings. It accepts arrivals.
Ambience
Modest, and unimprovable.
The chairs do not match. One of them has been repaired at the joint with a length of wire and everyone knows which one it is and nobody mentions it. There is a ceiling fan that turns at a speed slightly below the speed at which it was designed to turn, and a calendar on the wall from a jewellery shop, still showing a month that has passed.
The sound design is unusual. You will hear, in no particular order: a pressure cooker counting out its whistles like a small impatient conscience, an autorickshaw negotiating the lane outside, someone in the next room watching the news at a volume that assumes deafness, and a great deal of talking that has no informational purpose whatsoever.
The lighting is a tube light. It is not flattering. Nobody present has any interest in being flattered.
Service
There is no waiter. The host serves, and the host is also the cook, and the host will not sit down.
This is the first thing you notice and the last thing you forget. You will be asked to sit. You will then be served by a person who remains standing, who eats last if at all, and who spends the entire meal watching your plate rather than their own. Every request you make to this person to sit down and eat will be received warmly, agreed with entirely, and ignored completely.
Nobody asks what you would like. This is not a failure of service. It is the opposite. They already know. They know that you leave the coconut, that you take your rice with more curry than is decent, that you say you have had enough approximately one and a half helpings before you have actually had enough. Second helpings therefore arrive without being requested, and arrive over your objection, and your objection is understood by both parties to be ceremonial.
The Menu
There is no menu. There is what there is.
Rice. A fish curry the colour of a brick, in which the fish has been cooked long enough to stop being an ingredient and start being an argument. Kappa, if the day has gone well. A thoran of whatever the garden or the market produced without being asked. Pappadam, broken by hand over the rice with a small crunch that is the closest thing this establishment has to a fanfare. Buttermilk. A banana.
The range is narrow. The quality is not in dispute.
I want to be precise about something, because I think the point is often missed. This kitchen is limited. It is limited by money, by season, by what was available at seven in the morning at a particular stall. Every dish here is shaped by a constraint. And yet nothing on this table tastes like a compromise, because the constraint was absorbed by the cook rather than passed on to the guest. That is not a culinary technique. That is a moral one.
Value for Money
There is no bill.
I have tried, on several occasions and in several such establishments, to leave money. It has never once succeeded. The attempt is treated as a small breach of manners, forgiven immediately, and never referred to again.
So the value cannot be calculated in the ordinary way, and this is where the reviewer’s vocabulary breaks down entirely. Every restaurant in the world exists to convert your money into your satisfaction. The transaction is honest and I have no complaint against it. But it means that in a restaurant you are, finally, a customer, a person whose welcome is renewed each month by your continued ability to pay for it.
Here you are not a customer. You are expected. The welcome was extended before you arrived and does not depend on anything you brought with you.
The Verdict
The best restaurant in my city is not a restaurant. It is a home, and not only mine. It is any of the tens of thousands of houses in this city, on any given day, where a person who did not have to feed you fed you anyway, and stood while you sat, and asked nothing.
I am aware that this is a cheat of an answer to the question I was set. I offer it anyway, because I think it is the true one, and because the day on which I am writing it will not let me offer any other.
Today is the fifteenth of August. In my country it is Independence Day, and I notice that the image we reach for when we want to describe a nation at its best is almost never a parade. It is a table with too many people around it and enough food for all of them.
And in my Church it is the feast of the Assumption of Our Lady, which sends me back to the only restaurant review in Scripture. There was a wedding at Cana and the wine ran out, which is the oldest humiliation in the hospitality trade. His mother noticed before anyone else did. She said only that they had no wine, which is a complete sentence and an entire theology. And the master of the feast, tasting what came next, delivered his verdict without knowing what he was reviewing: you have kept the good wine until now.
Every critic writes his review in that man’s shadow. We taste, we score, we rank, and we are usually eating something whose origin we have not troubled to ask about.
So: the best restaurant in my city has no name, no bill, and no chair for the one who cooks. It has kept the good wine until now. And the reservation, should you want it, was made for you a long time ago and has never once been cancelled.
Who is the person who has fed you without ever letting you pay, and have you told them?
Core message: The greatest meals are not measured by money or culinary excellence, but by the love and generosity with which they are given.
If reflections like this resonate with you, join the Rise & Inspire community here.
In response to the WordPress Daily Prompt: 15 August 2026.
Explore more at the Rise & Inspire archive | Daily Prompts
For one thousand one hundred and seventeen mornings, something arrived before the writing began. This morning, nothing did. What follows is not an apology. It is an explanation, and I think it is a better one than you expect.
A New Rhythm:
Why Sunday Will Now Carry the Deeper Word
An open letter to every reader who opens this page in the morning
One thousand one hundred and seventeen mornings
Yesterday I published Reflection 221 of 2026. It was the one thousand one hundred and seventeenth consecutive post on Rise and Inspire. Not one day has been missed. Not in illness, not in travel, not in the middle of committee work that ran past midnight, not on days when the words came slowly and had to be coaxed out one sentence at a time.
I say this not to boast, because the streak was never mine alone. Every morning for more than three years, a verse arrived before the writing began. It came from His Excellency, the Rt. Rev. Dr. Selvister Ponnumuthan, Bishop of the Diocese of Punalur. A single verse, faithfully forwarded, day after day, without fail and without fanfare. He know that a reflection would be built on it. He did not ask for credit. He simply kept sending the Word.
That is what an unbroken streak actually looks like from the inside: one man quietly sowing, and another gathering.
A word about the hand that held the thread
His Excellency is advancing in years. A daily obligation, however lovingly undertaken, is still a daily obligation, and it presses upon a shoulder that already carries the weight of a diocese. This morning, for the first time in a long while, no verse arrived.
I want to be very clear about how I receive that silence. I do not receive it as a failure. I receive it as a signal, and as an occasion for gratitude rather than anxiety.
Three years of unbroken daily faithfulness is a gift of extraordinary magnitude. It would be an ungracious kind of love that took such a gift and turned it into an expectation, and then turned the expectation into a burden. Whatever change comes now, it must come in the direction of relieving that burden, not renewing it.
The arithmetic that quietly changed my mind
There is another consideration, and it is a humbling one.
The Bible contains somewhere between thirty one thousand and thirty five thousand five hundred verses, depending on the canon and the verse numbering system followed. The seventy three book Catholic Bible carries roughly thirty five thousand five hundred and twenty six verses, some twenty seven thousand five hundred and seventy in the Old Testament and seven thousand nine hundred and fifty six in the New. The sixty six book Protestant Bible carries roughly thirty one thousand one hundred and two.
Now set that against my own pace. One verse a day. In eleven hundred and seventeen days I have covered a little over eleven hundred verses. At that rate, to walk through the whole of Scripture would take somewhere in the region of ninety years of unbroken daily writing.
I will not finish. No one writing one verse a day will finish. And once that becomes clear, a quieter question surfaces: if completion was never the point, what was?
The answer, I think, is depth. Scripture was never given to be consumed at speed. It was given to be dwelt in.
What I have decided
Beginning now, the centre of gravity of this ministry moves to Sunday.
Every Sunday, Rise and Inspire will carry a single, substantial, carefully worked exploration of one biblical passage. Not a short devotional thought, but a full study, written for readers who want to understand the text and not merely be moved by it. Each Sunday post will include:
Detailed Biblical Context. The historical setting, the literary shape, the cultural world, and the theological background against which the passage was written.
Lexical Notes. The significant Hebrew or Greek words, their roots, their range of meaning, the nuances that translation cannot fully carry, and how each of these shapes our reading.
Scriptural Connections. The passage placed alongside related verses and themes across the whole of Scripture, so that the single text is heard within the larger symphony.
Interpretive Insights. The images, metaphors, idioms and theological ideas unpacked, so that what was obscure becomes luminous.
Practical Application. The message translated into concrete guidance for Christian living, for work, for relationships, and for the ordinary difficulties of an ordinary week.
Personal Reflection. Honest questions that invite you to hold the passage against your own circumstances, choices, struggles and spiritual journey.
Prayerful Response. A prayer drawn out of the central message of the text, so that study ends where it should, in conversation with God.
Key Takeaway. One memorable, life giving truth to carry into the week ahead.
This is scholarship placed at the service of devotion. It is written for the reader in Kerala and the reader in Toronto, for the seminarian and for the software engineer, for the person who has read Scripture for fifty years and for the person opening it seriously for the first time.
What this means for you who come here daily
I know that many of you have built these posts into your morning. You read before the household wakes, on the commute, at the desk before the first meeting. I have never taken that lightly.
So let me say plainly what changes and what does not.
The daily presence of Rise and Inspire continues. This platform has never been only a devotional page. It has always spoken across faith, education, technology, personal development and the life of the mind, and it will continue to meet you through the week.
What changes is that the deep Scripture study now has a dedicated day and the room it deserves. Instead of one verse hurried through before dawn, one passage will be given the time, the research, the lexical care and the prayer that a text of eternal weight actually requires.
Less frequency in that particular stream. Far greater depth. I believe you will find it a good exchange.
A word of thanks, which is really the whole point
To His Excellency, Rt. Rev. Dr. Selvister Ponnumuthan: three years of verses, faithfully sent, have become eleven hundred reflections read across the world by people you will never meet. Whatever good has come of it belongs first to you. May the years ahead be lighter, and may they be honoured.
To every reader: thank you for the streak. It was never a solitary discipline. A writer who is not read is only keeping a diary. You made it a ministry.
And so we begin again, on a new rhythm, with the same Word.
Which passage of Scripture have you always wanted to understand properly, rather than merely read? Tell me, and it may well become a Sunday.
JohnBritto Kurusumuthu
Founder, Rise and Inspire
Explore more at the Rise & Inspire archive | Wake-Up Calls
Seven Things I Would Tell My Younger Self — and One Thing I Would Not
John Britto Kurusumuthu
The prompt arrives with a machine attached. If you had a time machine and could send just one message to your past self, what would it say?
I notice that the question does not ask me to travel. It asks me to send. There is a difference, and it matters. Travelling back would make me a participant in my own history; sending back makes me only a voice arriving in a room I have already left. One message. No follow-up, no clarification, no chance to explain what I meant. Anyone who has spent a working life drafting law will recognise the difficulty immediately. A single provision, dispatched without a proviso, into a situation whose full facts you can no longer amend.
And there is a further trouble beneath it. A message that genuinely changed the past would produce a different man at this end of the line — a man who never learned what he learned, and who therefore would never have had cause to send the message at all. The machine, if it worked, would erase its own operator. So I have written this as I would write anything I intended to survive scrutiny: knowing that most of it will be ignored, and that the one line which is heeded may do more damage than good.
Here, then, is what I would say. Seven things, in the order I would have needed them.
1. The draft is not the enemy
You will spend your early years believing that a first attempt which needs correction is evidence of inadequacy. It is not. It is evidence of work having begun. Every statute that ever governed a people passed through a version that was clumsy, over-long and wrong in three places. The finished law does not remember its own drafts, and neither will your life.
You are going to lose whole weeks to the fear of putting down a sentence you might have to change. Put it down. The page cannot be edited until something is on it, and neither can you.
2. Precision is a form of kindness
You will be told, more than once, that your attention to a comma is fussiness. It is not fussiness. Somewhere at the far end of a badly drafted clause there is a person — a tenant, a widow, a labourer, a student — who will be told that the law does not cover their case because of a word nobody troubled over.
Care about the exact word. It is the only protection you can offer to people you will never meet.
This will hold outside the statute book too. The sentence you choose when someone is grieving, the phrasing of a letter that carries bad news, the name you use for a person who is not in the room — these are all drafting, and they all have consequences you will not see.
3. The posting you did not want will teach you the most
There will be a transfer you resent, a file you consider beneath you, an office you enter with your jaw set. Go quietly. The years I would now describe as formative were not the years I would then have described as good. What felt like being set aside was, in fact, being given the time and the obscurity in which to learn a craft properly, without an audience.
You will not be able to tell, from inside a difficult season, whether it is a punishment or an apprenticeship. Assume the second. You lose very little by being wrong, and you lose a great deal by being bitter.
4. Begin writing before you feel qualified
You will wait a long time to write publicly, because you will believe that a man ought first to have something settled to say. This is exactly backwards. Writing is not the report of a conclusion already reached; it is the instrument by which the conclusion is reached at all. I did not know what I thought about faith, or law, or the relation between them, until I was made to put it into paragraphs that a stranger could follow.
Start earlier. Not because the early work will be good, but because the good work is on the far side of it, and there is no route around.
5. Keep the small promise
You will be impressed, as young men are, by large undertakings. Learn instead to be impressed by small ones repeated. A thing done once is an event. A thing done daily for three years is a character.
I have watched a bishop send a single verse of scripture, every morning, for years without a break — no announcement, no anniversary, no expectation of thanks. That quiet regularity has shaped more people than any address from a platform ever did. The habit you keep when nobody is counting is the one that eventually builds something.
6. People outlast the file
Every matter you touch will one day be closed, initialled, indexed and shelved. Not one of them will ask after you afterwards. The colleague you were patient with will. The junior you took ten minutes to explain something to will. The family who waited at home while you finished a note that could have waited until morning will remember both the finishing and the waiting.
Do the work well — that is not in question. But do not confuse the urgency of a deadline with the importance of a life. The deadline is loud and the life is quiet, and the loud thing wins far too often.
7. Faith will not agree to be one compartment among several
You will try, for a while, to keep it tidy: belief on Sunday, statute on Monday, family in the evening, each in its own drawer. It will not hold, and you should stop trying to make it hold. What you believe about the dignity of a person will show up in how you draft a penal clause. What you believe about mercy will show up in how you treat a subordinate who has made an expensive mistake.
The integration you are resisting is not a loss of professional seriousness. It is the beginning of it.
And one thing I would not say
There is a stretch of years I could describe to you in a sentence, and I will not.
You know the one. The long uncertainty in the middle — the period when nothing was resolved, when the work was not recognised, when you could not tell whether the road you were on led anywhere, and when prayer felt less like conversation than like leaving messages at an address you were no longer sure was occupied.
I could send back the resolution. I could tell you how it ends, and spare you every night of it.
I will not, and here is why. Everything above — every one of the seven — was made in that stretch. Patience is not a lesson you can be told; it is a residue left behind by waiting. The precision, the willingness to take the unwanted posting, the ability to keep a small promise without applause — none of these were taught to me in the good years. They were pressed into me in the years I would most like to have skipped.
To remove the suffering would be to remove the man, and it is the man, not the message, that I actually want you to become.
So the machine may carry the seven. It may not carry the eighth. Some things must be lived forward, even when they can be understood backward.
One line, if that is all it will hold
If the device permits only a single sentence — one line, no more — then let it be this:
You are not behind. You are being made.
That is the whole of it. Everything else in this post is commentary.
If you had one message and one transmission, what would yours say — and, just as importantly, what would you deliberately leave out?
Rise & Inspire • riseandinspire.co.in
In response to the WordPress Daily Prompt: 14 August 2026.
Explore more at the Rise & Inspire archive | Daily Prompts
RISE & INSPIRE • WAKE-UP CALLS | Reflection 221 of 2026 • 14 August 2026
“You have given me the shield of your salvation, and your help has made me great.”
— 2 Samuel 22:36 (cf. Psalm 18:35)
Some verses offer gentle comfort, while others quietly dismantle our self-reliance and rearrange how we view our entire lives. This is one of them.
Looking back over a lifetime marked by warfare, personal failure, heavy administrative responsibility, and unexpected deliverance, King David does not present himself as the architect of his own success. His summary is strikingly simple:
• You gave.
• You helped.
• You made me great.
David understood clearly: his greatness was not self-made.
1. The Shield Above: Protection We Did Not Create
David begins with the image of defense: “You have given me the shield of your salvation.”
A shield does not imply the absence of battle. David faced Saul’s relentless pursuit, hostile foreign armies, political betrayal, deep grief, and painful personal failure. God’s protection did not shield David from facing hardship; it ensured that hardship never had the final word.
The Hebrew word māgēn signifies a protective defense. Looking across the span of his life, David recognizes a truth that is easy to forget in the momentum of daily work: much of what kept him safe was never within his own control.
• Dangers were quietly turned away before he was even aware of them.
• Doors were closed to protect him from paths that would have caused his ruin.
• Faithful allies were positioned beside him at critical crossroads.
• Moments where he could have stumbled irretrievably were restrained by grace.
Grace works quietly. We readily notice the heat of the battle, but we often overlook the invisible shield that carried us through.
2. The Stoop Beneath: Strength Found in Divine Gentleness
In the parallel passage of Psalm 18:35, the thought gains an extraordinary dimension: “Your gentleness made me great.”
Scholars note a rich textual nuance between these two accounts: the wording in 2 Samuel is associated with God answering and helping, while the Psalm text is traditionally understood as God’s gentleness, humility, and gracious condescension.
Both readings illuminate a unified truth: The Sovereign God stoops low to meet human frailty. God comes near, listens, answers, and upholds. David’s enlargement did not result merely from his upward climb, but from God graciously bending down to sustain him.
3. Closing the Personal Ledger
Human nature possesses an instinct to keep a quiet internal tally:
• The long hours invested and the sacrifices endured.
• The professional qualifications and skills acquired.
• The responsibilities faithfully managed and crises resolved.
Those efforts are real. Scripture never discounts discipline or hard work. But David’s reflection invites us to look one layer deeper:
• Who gave you the health, the intellect, and the years to labor?
• Who opened doors that talent alone could never force?
• Who placed the right mentors, friends, and guides in your path?
• Who renewed your resilience when your own strength was exhausted?
The question is not whether you worked hard; the question is whether you believe you worked alone. True humility is not self-deprecation—it is simply honest gratitude.
4. True Greatness: Expanded Capacity to Serve
In its biblical context, being “made great” refers to being enlarged in capacity and covenantal purpose. It is not an entitlement to personal wealth, fame, or self-promotion. Its lesson is far deeper:
Whatever is enlarged in our lives—whether our wisdom, platform, influence, or skill—is received as a sacred trust, given so that we may serve others more faithfully.
This truth culminates in Jesus Christ (Philippians 2). Holding the highest place, Christ emptied Himself, took the form of a servant, and walked the way of the cross. In God’s economy, descent always precedes exaltation; service is the only path to true honor.
5. Putting It into Practice Today
To let this truth shape daily life, engage three simple, intentional steps:
📌1. Name One Shield — Think of a specific crisis, season, or failure that could have broken you, but did not. Acknowledge and thank God for the quiet shield that preserved your life.
📌2. Trace One Act of Grace — Take an ability, credential, or achievement you are grateful for today. Trace its lineage backwards: Who taught you? Who encouraged you? Who opened the first door? Thank God for the hands He used.
📌3. Practise the Stoop — If God has helped you rise, use your standing to help someone else stand. Listen patiently, share credit freely, encourage someone who cannot advance your career, and serve quietly without expecting repayment.
For Those Entrusted with Leadership
This insight carries vital weight for anyone exercising leadership—in a family, team, institution, court, or public office. Authority can easily foster subtle pride. David’s life reminds us:
Authority received through grace must be exercised through grace. The leader who remembers how much help they needed to rise will never use their stature to diminish those who are still climbing.
A Morning Prayer
Lord, Thank You for the shield You have placed over my life—often in ways I was too blind to recognize. Forgive me for keeping a private ledger of my own achievements while taking for granted the people, timing, and grace through which You worked.
Where You have lifted me, teach me to lift others. Where I am tempted to stand above someone, grant me the courage to stoop in love. Make my life fruitful not through pride or status, but through humility, service, and grace. Amen.
“The shield reminds us that we did not survive by our own strength alone; the stoop reminds us that everything we have become is a gift.”
— Rise & Inspire / Wake-Up Calls
Those who would like to explore an expanded edition with detailed biblical context, lexical notes, and deeper practical application can click the link below:
This expanded edition is presented in two versions:
1. Mobile-Friendly Reading A concise devotional summary designed for quick, focused, and distraction-free reading on mobile devices.
2. For Larger Screens / In-Depth Study A fuller exploration featuring detailed biblical context, lexical notes on māgen (“shield”) and ʿanwāh (“gentleness/humility”), and extended bridges from the biblical text to practical application.
Though different in length and depth, both versions share the same core message:
God’s covering above us and His gentleness beneath us.
Almost everyone answers this prompt by naming the writer they would most like to meet. I want to argue the opposite: that meeting them is close to the worst thing you could do to their books. One exception survives, and she would not have come anyway.
The Case Against Meeting Writers
The prompt contains an assumption I want to question: that meeting a writer would be better than simply reading one. That the book is a preview, and dinner is the full version.
I think it is almost exactly backwards.
A book is a writer’s best attention, gathered over years, revised and reconsidered, sentence by sentence. What we read is a person thinking more carefully than anyone usually thinks in conversation, with more time than any ordinary exchange allows.
Dinner is different. The writer is unrevised and improvising at the end of a long day. They may be tired, distracted, or answering for the hundredth time where they get their ideas. We would be trading a finished work for a first draft and calling it access.
There is another problem: I would know a great deal about the writer, while they would know almost nothing about me. I would probably perform—choosing my stories, monitoring my words, trying to appear interesting. The person I presented would likely be a less authentic version of myself.
But the strongest objection is what happens afterward.
Once you know a writer’s face, voice, and personality, you cannot completely separate them from the work. A writer’s opinions or mannerisms can change the way the sentences sound. What once felt like conviction may begin to feel like habit. The book, which had once belonged entirely to the reader, becomes partly the writer’s again.
So I would decline the invitation.
Reading is not a lesser substitute for meeting a writer. It is a different kind of closeness—perhaps a greater one. When I read someone properly, I enter their mind without the interference of personality. Neither of us has to be charming. I receive their attention at full strength, and they are spared my company.
There is one exception: Emily Dickinson.
I would have dinner with her, but I would not ask her anything. I would simply tell her that her poems arrived—that people more than a century later still turn to them when they cannot say something any other way.
That would not be an interview. It would be a delivery.
She did her work without knowing whether it had reached anyone. Yet it reached me, across 140 years, without a dinner ever taking place.
Perhaps that is the point.
A great writer does not need to meet us. Sometimes the work itself is the meeting.
Would you accept the invitation, if it came?
In response to the WordPress Daily Prompt: 13 August 2026.
Explore more at the Rise & Inspire archive | Daily Prompts
Psalm 37:9 teaches that true waiting is not passive resignation or anxious fixation on an outcome; it is hopeful, patient trust in the Lord. We continue doing what is right, surrender our need to control the timing, and trust God with the outcome.
In one sentence:
Don’t merely wait for what you want from God—wait for God Himself, trusting that His timing and justice are worth the wait.
Most of us can handle being told to work harder. What we cannot handle is being told to wait, with no schedule and no visible progress. Today’s reflection on Psalm 37:9 looks at three very different kinds of waiting, resigned, anxious, and hopeful, and why only one of them receives the promise. It also asks a question worth sitting with: how many of our worst decisions were simply the result of not being able to wait a little longer. If you are in a season of delay this morning, this one is for you.
THE DISCIPLINE OF WAITING
For the wicked shall be cut off, but those who wait for the Lord shall inherit the land. Psalms 37 : 9
ദുഷ്ടര് വിച്ഛേദിക്കപ്പെടും; കര്ത്താവിനെ കാത്തിരിക്കുന്നവര് ഭൂമി കൈവശമാക്കും. സങ്കീര്ത്തനങ്ങള് 37 : 9
MEANING AND CONTEXT
Psalm 37 is an acrostic poem attributed to David, written in the voice of an old man who has lived long enough to watch outcomes unfold. Its recurring counsel is not to fret over those who prosper by wrongdoing. Verse 9 sets two futures beside each other, but notice carefully who receives the promise. The land is not given to the strong, the clever, or even the morally impeccable. It is given to those who wait for the Lord. The Hebrew verb behind waiting carries the sense of hoping, of straining forward with expectation, of a cord pulled taut. This is not the waiting of the resigned. It is the waiting of someone leaning toward a promise. And the land, for Israel, was never a prize won in open market. It was inheritance, received from the hand of a Father.
THE WORD WE WOULD RATHER SKIP
We are willing to be told almost anything except to wait.
Tell us to work harder and we will find the energy. Tell us to sacrifice and we will locate the courage somewhere. Tell us to endure a defined hardship for a defined period and we will endure it. But tell us to wait, without a schedule, without a visible movement, without any evidence that anything at all is happening, and something in us rebels.
Waiting offends our sense of usefulness. It feels like time falling through our hands. When we are waiting we cannot point to a result, cannot report progress, cannot show anyone what we have accomplished. And in a life measured by output, that feels dangerously close to failure.
So we skip the word. We read the verse and hear the promise of the land, and we hurry past the small clause that tells us how the land comes. But the psalm will not let us. It is precisely there, in the waiting, that the inheritance is located.
THREE KINDS OF WAITING
Not all waiting is the same, and it is worth being honest about which kind we are practising.
There is resigned waiting. This is the waiting of someone who has stopped expecting. The posture looks patient from outside, but inside the hope has quietly died. Nothing is being awaited; time is simply being served. This is not the waiting of Psalm 37.
There is anxious waiting. This is the waiting of the person who checks constantly, calculates constantly, rehearses every possible outcome, and exhausts themselves before anything has happened. The hope is alive but it has no rest in it. This kind of waiting ages a person quickly, and it is what the psalm means when it repeatedly warns against fretting.
And there is hopeful waiting. This is the taut cord. The person who waits this way is fully awake, fully expectant, and yet not frantic, because their confidence rests on the character of the One awaited rather than on their own ability to force the outcome. They are not waiting for a result. They are waiting for the Lord.
The verse specifies the object. Those who wait for the Lord. Much of our misery in delay comes from waiting for the wrong thing: the phone call, the verdict, the change of circumstance, the apology. Those may or may not come. The Lord will.
WAITING AS AN ACT, NOT AN ABSENCE
We speak of waiting as though nothing is occurring. In truth, waiting is one of the most strenuous things a soul can do, because it requires holding on to a promise in the absence of proof.
Consider what the waiting person is actually doing. They are refusing to conclude from present appearances that God has failed. They are declining to take the outcome into their own hands. They are keeping their integrity intact in a season when compromise would be quicker. They are continuing to do the ordinary right thing when nobody is measuring. None of this is passivity. All of it is work.
The farmer waits, but the farmer is not idle. The ground is prepared, the seed is sown, the field is watched. What the farmer surrenders is not effort. What the farmer surrenders is control over the timing of the harvest. That is exactly the surrender being asked of us.
WHAT WAITING PROTECTS US FROM
Here is the mercy hidden in the discipline. The inability to wait is the doorway through which most of our worst decisions enter.
We take the shortcut because we cannot wait for the honest route to open. We say the sharp word because we cannot wait for the anger to settle. We accept the arrangement we know is wrong because the right one has not arrived on schedule. We settle for a smaller life because the larger one required a longer wait than we were prepared to give.
Almost every compromise that scars a life is, at its root, a failure of waiting.
And this is where the first half of the verse quietly serves the second. The wicked shall be cut off. That statement is not given to us so we may relish anyone’s ruin. It is given so that we may stop competing. If wrongdoing has no future, then we are released from the exhausting duty of matching it, answering it, or settling accounts with it. We are freed to wait, because the outcome does not depend on our vengeance.
THE INHERITANCE OF THE PATIENT
Notice, finally, that the land is inherited and not conquered.
We do not take an inheritance. We receive it. It comes to us because of a relationship, not because of a transaction. An heir does not negotiate for what is theirs; they wait until the appointed time, and then they enter into what was always intended for them.
This is why waiting and inheriting belong together in a single sentence. The person who seizes has taken something. The person who waits has been given something. Only one of those can be held without anxiety, because only one of them can never be revoked.
Whatever you are waiting for this morning — a healing, a reconciliation, an opening, a justice long delayed — the psalm does not tell you the wait will be short. It tells you the wait is not empty, and it tells you who you are waiting for.
DISCUSSION QUESTIONS
Which of the three kinds of waiting best describes your present season, and why?
Can you identify a decision in your life that went wrong simply because you could not wait?
What would change today if you were waiting for the Lord rather than for a particular outcome?
Where do you find yourself trying to settle accounts that God has already promised to settle?
CLOSING PRAYER
Lord, You know how poorly I wait. Teach me the difference between resignation and hope, and between vigilance and anxiety. Where I am tempted to seize what should be received, hold my hands still. Where I am tempted to answer wrong with wrong, remind me that the outcome is Yours. Keep my heart expectant and my conscience clean through this season of delay, until the day I enter what You have always intended to give me. Amen.
CARRY THIS WITH YOU
The land is not seized by the swift. It is inherited by the patient.
Verse shared by His Excellency the Rt. Rev. Dr Selvister Ponnumuthan.
Rise and Inspire Reflection Number 220 Post Streak 1116 Date 13 August 2026 Johnbritto Kurusumuthu
What’s a moment when a stranger completely restored your faith in people?
The deepest message of the reflection is:
Faith in humanity is often restored not by extraordinary heroes, but by ordinary people willing to inconvenience themselves for a stranger—and then quietly walk away.
The Man Who Got Off at the Wrong Stop
In response to the WordPress Daily Prompt: 12 August 2026. What’s a moment when a stranger completely restored your faith in people?
I want to say it was something cinematic. A rescue. A grand gesture with witnesses.
It wasn’t. It was a man on a crowded bus who lost forty minutes of his evening for someone he would never see again.
It had been one of those days that hollow you out quietly — nothing catastrophic, just a long accumulation of small failures. I had been travelling since morning. My phone had died somewhere around midday and stayed dead. I was tired in the specific way that makes you stupid: the kind of tired where you stop reading signs, stop counting stops, and simply trust that the world will deposit you where you need to be.
It didn’t, of course. I looked up at some point and realised nothing outside the window looked familiar. Not unfamiliar in an interesting way — unfamiliar in the way that makes your stomach drop. I had gone past my stop. I didn’t know by how much. I had no phone, very little cash, and no clear idea of which direction back even meant.
I must have said something out loud, or perhaps my face said it for me.
The man beside me — middle-aged, a cloth bag on his lap, the look of someone at the end of his own long day — asked where I was trying to go. I told him. He winced, the way people do when the news is worse than you’ve guessed, and said I’d missed it by a good stretch.
Then he stood up, rang the bell, and got off with me.
Here is the part I keep returning to: he was not going that way.
He walked me back to the junction where I could catch the connecting service. He waited with me. When the bus came and I discovered I was short on fare, he paid it — waving off my protest with the mild irritation of a man who finds gratitude tedious. He gave me directions twice, because he could tell I wasn’t absorbing them the first time.
And then, before I could ask his name, he crossed the road to catch a bus going back the way we’d come — back to the stop he’d abandoned for me — and was gone.
I never learned who he was. He cost himself forty minutes, a fare and a half, and a longer walk home at the end of it. He gained nothing. There was no audience. There was no version of the story where it came back to him.
I think we misunderstand what restores faith in people.
We imagine it takes something enormous — heroism, sacrifice, the dramatic intervention. But grand gestures are, in a strange way, easy to explain away. They come with adrenaline, with witnesses, with the story the person gets to tell afterwards. There’s a self in them somewhere.
What that man did had none of that. It was inconvenient. That’s the whole point. He calculated, in about two seconds, that my bad evening mattered more than the last stretch of his ordinary one, and he simply acted on it and then removed himself before anyone could thank him properly.
Cynicism is a comfortable position. It’s also, I’ve come to think, a lazy one — it lets you stop paying attention. It says people are fundamentally self-interested, and then quietly declines to look at the evidence. But the evidence is everywhere, in small denominations. It’s the person who turns back to hold a door. The one who tells you your bag is open. The one who gets off at the wrong stop.
I have thought about him more than he could possibly imagine. He has almost certainly never thought about me again.
Somewhere out there is a man who does not know that a stranger has been quietly carrying him around for years as proof that people are, on balance, better than we fear.
I can’t repay him. That’s the design of it, I think — these debts aren’t meant to be settled backwards. They’re meant to be passed forward, into the hands of the next person standing at the wrong stop with a dead phone and a sinking feeling.
So I try. Imperfectly, and usually late.
But I try.
What about you? Who was your stranger?
Explore more at the Rise & Inspire archive | Daily Prompts
The reflection’s deepest contribution is actually this:
“Dying with Christ” is not primarily about suffering more; it is about no longer allowing sin, self-will, pride, resentment, or competing claims to have mastery over us.
Every generation looks for a way to reach the rising without going through the grave, and the attempt almost never looks like rebellion. It looks respectable. It looks like belief arranged so carefully around our existing preferences that nothing has ever had to die.
Romans 6:8 places dying and living in a fixed order. Read as consolation, it soothes. Read in its own setting, as the close of an argument, it asks a question most of us would rather not answer.
This reflection follows that question honestly, clears away a damaging misreading of what dying with Christ means, and lands somewhere unexpectedly freeing: the death you are called to share has already happened, once, and the life it promises has already begun.
THE ORDER CANNOT BE REVERSED
If we died with Christ, we believe that we will also live with him.
Romans 6 : 8
നാം ക്രിസ്തുവിനോടു കൂടെ മരിച്ചുവെങ്കില് അവനോടു കൂടി ജീവിക്കും എന്നു നാം വിശ്വസിക്കുന്നു.
റോമാ 6 : 8
————————————————————————
MEANING Paul binds two things together that we would rather keep separate. Sharing in Christ’s death and sharing in his life are not two offers to choose between; they are one movement with a fixed order. The verse is not a bargain in which we pay with suffering and are repaid with glory. It is the description of a union. What happened to him happens to those joined to him, and it happens in the order it happened to him.
CONTEXT The apostle Paul wrote this letter around AD 56 or 57, most likely from Corinth (modern-day Corinth, Greece), addressing a church in Rome he had never visited. Chapter six is his reply to a serious objection raised at verse 1: if grace increases wherever sin abounds, why not sin more? Verse 8 comes immediately after his image of baptism as burial in verses 3 to 5, and immediately before verse 9, which declares that the risen Christ will never die again.
————————————————————————
THE WORD DOING THE MOST WORK
Read the sentence again and notice where the weight falls. It is not on died, and it is not on live. It is on if.
We tend to quote this verse at gravesides, where it functions as pure comfort, and it is a true comfort there. But Paul did not write it to be read over a coffin. He wrote it to close an argument with people who had worked out that grace could be treated as an allowance. And the moment you hear the argument behind it, the small word at the front of the sentence stops being decorative and starts being load bearing.
There is a condition here. There is an order. And every generation of believers, including ours, has gone looking for a way around it.
THE SHORTCUT WE KEEP ATTEMPTING
We want the second half of the verse without the first.
It rarely announces itself that plainly. It usually looks respectable. It looks like admiration for Jesus that never becomes surrender to him. It looks like a faith we have held for years that has never once contradicted a single thing we already wanted. It looks like belief arranged so carefully around our existing preferences that nothing has ever had to die, and then genuine bewilderment when that faith turns out to have no power in a crisis.
Ask yourself the uncomfortable question. When did following Christ last cost me something I did not want to give? If the honest answer is that you cannot remember, that is worth sitting with this morning. Not as condemnation. As information.
WHAT DYING WITH CHRIST DOES NOT MEAN
Before this goes further, one thing must be said clearly, because it has been badly taught and has done real damage.
Dying with Christ does not mean hating yourself. It does not mean seeking out suffering, punishing your body, accepting mistreatment as though it were holy, or believing that misery is a sign of God’s approval. Paul explains his own meaning in verse 6: the old self was crucified so that we would no longer be enslaved. The death in view is the death of a claim over you. What dies is the ownership, not the person. God is not asking you to become less alive. He is dismantling the thing that was keeping you from being alive at all.
So the question is not how much you have suffered. It is what you have handed over.
THEN THE SENTENCE TURNS
If the reflection stopped there, it would leave you with a debt you cannot pay, because no one can crucify themselves. And this is exactly where Paul goes next.
We know that Christ, being raised from the dead, will never die again; death no longer has dominion over him. The death he died he died to sin, once for all (Romans 6:9-10).
Once. Not annually, not whenever you feel sufficiently sorry, not each time you fail. The death you are called to share is not one you must generate by force of will. It has already happened, and you were placed inside it. Paul says you were buried with him by baptism into death (Romans 6:4). Most of us attended our own funeral years ago and have been living as though the paperwork were still pending.
The order cannot be reversed. But it does not need to be repeated.
AND THE LIFE IS NOT ONLY LATER
One last thing, and it may be the most practical.
We read we will also live with him and file it under afterwards. Paul does not. Four verses later he says: consider yourselves dead to sin and alive to God in Christ Jesus, and present yourselves to God as those who have been brought from death to life (Romans 6:11-13). Present tense. This morning. The life that is promised in full later begins to leak backwards into an ordinary Wednesday.
You do not have to wait to be raised in order to start living as someone who will be.
BEFORE YOU CLOSE THIS PAGE
Do not go looking for something dramatic to sacrifice today. Look instead for the one small thing you have quietly kept off the table.
The grudge you have decided you are entitled to. The ambition you have never once submitted to God because you were afraid of the answer. The version of yourself you defend in every conversation. The habit you have stopped calling a problem. Name one. Not all of them, and not the largest one. One. And hand it over before the day gets loud.
QUESTIONS TO SIT WITH
When did following Christ last cost me something I genuinely did not want to give?
What have I been trying to carry into the resurrection that was never meant to survive the burial?
If I already died with him, what am I still defending as though it belonged to me?
A PRAYER
Lord, I have wanted the rising without the dying, and I have been quietly clever about it. Show me what I have kept back, and give me the nerve to name it without pretending it is small. Teach me that what you are putting to death in me is not me, but the thing that has been holding me. I cannot crucify myself. I ask instead to be joined to the death you have already died, once and completely, and to begin living today as someone who will live with you. Amen.
CARRY THIS WITH YOU
You cannot reach the rising by going around the grave. But you do not have to dig it yourself. It has already been dug, and you have already been laid in it.
Today’s reflection is written by Johnbritto Kurusumuthu, inspired by the verse shared this morning, 12 August 2026, by His Excellency, the Rt. Rev. Dr Selvister Ponnumuthan, a cherished practice he has faithfully continued for over three years.
Rise and Inspire | Wake-up Calls | Reflection 219 of 2026 | Post Streak 1115
If your future self could send you one sentence, what do you hope it would say?
I Would Choose It Again
If your future self could send you one sentence, what would you hope it would say?
Before you answer, notice something: most of us would not actually want the whole letter.
Imagine that the version of you twenty years from now could send back everything—every gain and loss, every relationship that lasts and every one that quietly doesn’t, the exact year things get hard and the exact reason. I don’t think many of us would read it.
We say we want to know the future, but what we really want is relief from the weight of not knowing. Those are different things. Full knowledge wouldn’t make the weight disappear; it would simply move the weight forward.
One sentence is different.
One sentence forces the future to choose. It has to compress decades into a single line and decide what, out of everything that happened, was the thing you most needed to hear while you were still in the middle of it.
So perhaps the question isn’t really, What would the future say?
It is:
What do I most need to hear?
And that is a much more revealing question, because the sentence we long for is often shaped by the fear we carry.
Mine took a while to find.
I kept drafting versions that were softer than the truth:
You’ll be fine.
It all works out.
Don’t worry so much.
They sounded kind, but they felt hollow.
A future self who has actually lived those years would not simply offer reassurance.
They would offer testimony.
The sentence I hope would come back is this:
“It cost you exactly what you were afraid it would cost, and I would choose it again.”
I notice what that sentence refuses to do.
It does not tell me that my fears were exaggerated. It does not promise that the price was smaller than it looked from here.
It says:
You were right about the cost.
The late nights were real. The things you set down in order to pick something else up stayed down. The seasons when you worked without applause, wrote without readers, built without proof—those seasons were as long as you feared they would be.
And then, somehow, the future overrules the fear anyway.
Because the deepest fear was never really about difficulty.
Difficulty I can plan for.
The more corrosive fear is this:
What if I pay the full price and the thing still doesn’t matter?
What if I spend the years, arrive at the other side, and discover that what I was building deserved less of my life than I gave it?
That is the quiet dread underneath much ambitious work.
Not simply:
Will I fail?
But:
Will I look back and wish I had aimed at something else entirely?
“I would choose it again” answers that fear.
It means the person on the other side, who knows what it actually took, has looked at the whole cost and still affirms the choice.
There is something else hidden in that sentence, and I find it quietly steadying:
Someone is there to send it.
The message presupposes a future version of me who has made it through whatever lies between now and then and has enough perspective to render a verdict.
On the days when the middle feels endless, that is not a small thing to hold.
But this is where the reflection turns.
That sentence is not a prediction.
It is a verdict.
And verdicts depend on evidence.
I don’t get to receive “I would choose it again” as a gift from the future. I am producing the record it will be based on today, mostly through choices too small to notice.
Which means the real work isn’t simply enduring harder.
Endurance alone does not earn that sentence.
Two people can pay identical costs—the same hours, the same sacrifices, the same fatigue—and only one of them may eventually be able to say, I would choose it again.
The difference isn’t necessarily effort.
It is what the effort was aimed at.
So the honest daily question is not merely:
Am I working hard enough?
It is:
Am I spending myself on something I would endorse from the far side of that spending?
Am I building this because it matters—or because I’ve built it this long and stopping would feel like an admission?
Am I saying yes out of conviction—or because I cannot bear to disappoint someone?
Am I continuing because there is purpose—or simply because momentum has become difficult to distinguish from purpose?
Momentum is a very good imitation of purpose.
From inside the moment, they can look almost identical.
In hindsight, they can be completely different.
And most of the choices that determine the difference are unremarkable.
What I read.
What I refuse.
Who gets my attention on an ordinary Tuesday.
Whether I keep a promise nobody is tracking.
Whether I spend another day becoming the person I would respect becoming.
The future cannot change what I chose.
But it can reveal what those choices meant.
Perhaps that is why meaning cannot be postponed until the destination.
We often imagine that the future rescues the present—that one day, when we finally arrive, the good outcome will reach backward and make all the difficult years make sense.
But perhaps it works the other way around.
The present helps determine what the future will be able to say.
Purpose is not something we necessarily discover at the destination and then apply backward to the journey.
It is installed along the way—or it isn’t there at all.
There is an old line about Jesus enduring the cross “for the joy set before him.”
What strikes me is what that phrase does not say.
It does not say that the joy made the cross painless. It does not say it made the suffering shorter or less costly.
It says something more profound:
The joy made it choosable.
The suffering was not cancelled by what came after. It was given meaning by what it was for.
That may be closer to how meaning actually works.
Meaning does not always remove the cost.
Sometimes it tells us why the cost is worth bearing.
Even the familiar promise that God knows the plans He has for us was spoken to people living in exile, with seventy more years of Babylon still ahead of them. They were not promised an immediate escape from the long middle. They were told to build houses, plant gardens, and live faithfully there.
The promise was not an exemption from the long middle.
It was permission to live fully inside it.
So let me hand the question over to you.
Don’t ask only what you would like your future self to say.
Ask what you need to hear—the sentence that would actually loosen something inside you.
If the sentence you want is You were loved, perhaps you are carrying a fear about whether you were.
If it is You finally rested, perhaps you have been afraid that your life would always be defined by striving.
If it is You were braver than you felt, perhaps courage is what you most doubt you possess.
If it is The people you worried about turned out okay, perhaps your deepest fear is that you cannot protect the people you love.
That sentence is not merely a wish.
It is a diagnosis.
Your longed-for sentence is a map to the thing you are most afraid isn’t true.
And then comes the harder question:
What would have to be true about this week for that sentence to be honest?
Not someday.
Not when everything is settled.
This week.
Because I am not waiting for the sentence:
“It cost you exactly what you were afraid it would cost, and I would choose it again.”
I am writing it.
Slowly.
Unevenly.
Through choices too ordinary to feel significant.
Through what I give my attention to, what I refuse, what I endure, what I begin, what I let go of, and what I continue to believe is worth the cost.
That is the strange arithmetic of a life.
The person you will become is not coming to save you.
They are being assembled by you, today, out of whatever you are willing to spend yourself on.
And perhaps the deepest measure of a meaningful life is not that it was easy, or even that it turned out exactly as you hoped.
It is that, having finally seen the whole cost, you could look back and say:
“Yes. Knowing what I know now, I would choose it again.”
The sentence we most long to hear from our future self often reveals the fear we are carrying today.
But we do not have to wait for the future to give us that reassurance.
We are not waiting to discover what our future self will say.
We are writing it now.
We are writing its verdict through the choices we make now.
In response to the WordPress Daily Writing Prompt, 11 August 2026.
Explore more at the Rise & Inspire archive | Daily Prompts
When hardship comes, the question is not merely “Why is God allowing this?” but “How can I remain faithful and discover what is genuine in me while God remains with me in the fire?”
Most of us meet hardship and immediately assume something has gone wrong with our faith. God has left me. I must have sinned. Perhaps none of it was true.
But Ben Sira does something unusual. Before he ever mentions gold or fire, he warns anyone stepping forward to serve God that testing is coming. No dishonest recruitment. No fine print.
Today’s reflection sits with that warning, with the word humiliation that most of us resist, and with what a goldsmith actually knows about heat. The fire does not create the gold. It reveals it. And the one who lights it does not walk away.
I would love to hear how this lands with you.
THE WARNING THAT COMES BEFORE THE FURNACE
Accept whatever befalls you, and in times of humiliation be patient. For gold is tested in the fire, and those found acceptable, in the furnace of humiliation.
Ben Sira tells the believer not to be thrown off course by whatever hardship arrives, and to hold steady rather than lash out when life strips away standing and dignity. He explains why with an image every ancient reader understood: heat does not destroy gold, it reveals it. The furnace is not presented as punishment but as the place where what is genuine in a person becomes visible.
CONTEXT:
The speaker is Ben Sira, a Jewish scribe and teacher writing in Jerusalem around 180 BC, addressing students preparing for a life of service to God; his grandson later translated the work into Greek in Egypt, most likely at Alexandria (modern-day Alexandria, Egypt), around 132 BC. These verses stand near the opening of chapter two, which begins with a warning to anyone stepping forward to serve the Lord. The book is received as Scripture in the Catholic and Orthodox traditions and valued as wisdom writing more widely.
————————————————————————
THE LINE MOST READERS SKIP
Two verses earlier, before any mention of gold or fire, Ben Sira says something that would empty most churches if it were printed on the noticeboard: my son, if you come forward to serve the Lord, prepare your soul for testing (Sirach 2:1).
Read that again slowly. Not if you fall into sin, prepare for testing. Not if you drift, prepare for consequences. If you come forward. If you say yes. If you step into the light and offer yourself to God, then get ready, because something is coming.
That is not the sentence we were expecting. We prefer our invitations warm and our warnings elsewhere. But Ben Sira refuses to recruit dishonestly. He puts the cost on the first page.
SO WHY WOULD ANYONE SAY YES?
It is a fair question, and it deserves better than a pious deflection.
If serving God guaranteed a smooth road, faith would be a transaction and every believer would be a shrewd investor. If serving God guaranteed suffering as proof of divine favour, faith would be a slow form of self-harm, and Scripture does not teach that either. Hardship is not a badge. Some pain in this world comes from human cruelty, some from a broken creation, some from our own poor choices, and Scripture never asks us to pretend that God dispatched every blow personally.
Notice what the verse actually says. Accept whatever befalls you. Befalls. What comes. What lands. Ben Sira is not explaining the origin of your trouble. He is telling you what to do with it once it has arrived at your door.
And that is precisely the counsel of a teacher who has watched many students walk this road before you.
WHY BEING TOLD CHANGES EVERYTHING
There is a world of difference between a man who is ambushed and a man who was warned.
The ambushed believer meets hardship and immediately concludes that something has gone wrong with his faith. God has abandoned me. I must have sinned. Perhaps none of it was ever true. The trouble is painful, but the confusion is worse, and the confusion is what breaks him.
The warned believer meets the same hardship and thinks something entirely different. This is the ground I was told about. I am not lost. I am on the road.
Jesus gives his disciples the same courtesy on the last night of his life. In the world you will have tribulation, he says, and then, in the same breath, take heart, I have overcome the world (John 16:33). Paul and Barnabas strengthen the young churches with a message no modern recruiter would approve, that through many tribulations we must enter the kingdom of God (Acts 14:22). Nobody in Scripture is sold a lie and left to discover the truth alone.
Be patient in times of humiliation, Ben Sira says, and the word he chooses is the one we resist most. Humiliation. Being lowered. Losing the standing we had worked to hold. Watching people revise their opinion of us downward. It is a harder word than suffering, because suffering can still be dignified, while humiliation removes the dignity too.
And it is exactly there, at the bottom, that he places the image he has been holding back.
WHAT THE GOLDSMITH KNOWS
Gold is tested in the fire.
The ancient refiner did not put gold into the furnace to damage it. He did it because ore comes out of the ground mixed with everything else, and no amount of polishing on the surface will separate what is precious from what is worthless. Only heat will do it. The dross rises, the refiner skims it away, and what remains is not less than what went in. It is only what was truly there all along.
The furnace does not create the gold. It reveals it.
Job says it from inside his own darkness, that when God has tested him he will come out as gold (Job 23:10). Peter says it to persecuted believers scattered across Asia Minor, that their tested faith is more precious than gold that perishes (1 Peter 1:6-7). Malachi sees the Lord himself sitting as a refiner, patient at the fire, watching (Malachi 3:3). And Proverbs puts it plainly: the crucible is for silver and the furnace for gold, but the Lord tests hearts (Proverbs 17:3).
Here is the part that matters. A refiner does not walk away from the furnace. Heat that is left unattended ruins the metal. The one who lights the fire is the one who stands over it, watching the surface, knowing exactly when the work is done.
Whatever you are in this morning, you are not being processed by an empty room.
BEFORE YOU CLOSE THIS PAGE
You cannot choose the fire. You can choose what you do inside it.
Today, if you are being lowered in someone’s estimation and you have no way to defend yourself, stop drafting the reply in your head. Let it go unanswered for one more day. If you have been passed over, quietly do the work well anyway. If your prayers have gone unanswered for months, pray the same prayer tonight without adding bitterness to it. And if you are watching someone else in the furnace, do not offer them an explanation for their pain. Offer them your presence, which is what the refiner offers.
QUESTIONS TO SIT WITH
Which of my hardships did I assume was proof that God had left me, when it may simply have been the ground I was warned about?
What is rising to the surface in me right now that I would rather not look at, and could its rising be mercy?
Where am I demanding an explanation from God when what he is offering me is his company?
A PRAYER
Lord, I did not expect this heat, and I will not pretend I welcome it. Teach me what it means to accept what has come without calling it good, and to stay steady without going numb. Where I have been lowered, keep me from bitterness. Where I have lost standing, hold what cannot be taken. Skim away from me everything that was never truly yours, and let what remains be gold. Stay at the fire with me. Amen.
CARRY THIS WITH YOU
God does not ambush his servants. He warns them first, and then he stays at the furnace.
Today’s reflection is written by Johnbritto Kurusumuthu, inspired by the verse shared this morning, 11 August 2026, by His Excellency, the Rt. Rev. Dr Selvister Ponnumuthan, a cherished practice he has faithfully continued for over three years.
Rise and Inspire | Wake-up Calls | Reflection 218 of 2026 | Post Streak 1114