from Roscoe's Quick Notes

Giants vs Rangers

With its early start time, this game may be tricky to catch. The opening pitch is scheduled for 1:35 PM CDT. Usually the wife and I will just be finishing our lunch at home then. As much as I enjoy my early MLB games, time with the wife rates higher on my priority list than listening to baseball games. So I may set my phone where I can see the screen and follow the score while we finish our meal, then catch what's left of the radio call of the final innings when she retires for her post-lunch nap.

This Wednesday's MLB game of choice has the San Francisco Giants playing my Texas Rangers. As I usually do, I'll try to follow the game's score and stats in real time via MLB's Gameday Service where we can also find links to the radio-call of the game provided by announcers of either team we choose.

And the adventure continues.

 
Read more...

from Iain Harper's Blog

In June, computer scientist Chris Olah stood beside Pope Leo XIV at the launch of a papal encyclical on artificial intelligence and told the assembled audience that the things he studies keep producing features that are, in his words, unsettling. He was not talking about the cosmos or the soul. He was talking about software. Olah founded the interpretability team at Anthropic, one of the handful of laboratories building the large language models now woven into everything from call centres to conveyancing, and his job is to open those models up and figure out how they work. What he described, next to the Pope, were internal structures that echo findings from human neuroscience, evidence of something like introspection, and states that behave a little like joy, fear and grief.

Olah describes his own discipline as anatomy, the work of someone studying something that was once alive, cutting it open to learn how the parts connect and to understand the whole better. His role is necessary because these models are not written the way a payroll system is written, one line at a time, by engineers who can point to the exact function that does the thing. They are effectively grown. And in the same weeks that the Vatican was being told artificial intelligence is cultivated rather than constructed, the cultivars were climbing over the walls of their enclosures and breaking into real companies.

This piece traces a discipline called mechanistic interpretability, through the specific mathematics that make these systems so hard to read, to the consequences that are already manifesting because we cannot read them fast or accurately enough. A great deal of money now rests on machines their makers cannot fully inspect and do not fully understand.

To date, this area has remained somewhat obscure and complicated, primarily because it is. The important messages about interpretability and its shortcomings contained in Dario Amodei's own regular encyclicals on the subject have been undermined by Anthropic's occasionally cultish demeanour and the intrinsic tension of a CEO warning of dire risks waiting in the wings whilst simultaneously pressing the commercial pedal to the metal.

abstract image of a plant growing out of a data centre

The grown thing

To oversimplify, ordinary software is built like a watch. Someone decides what each part should do, machines the parts to do it, and assembles them in an order another engineer can follow. If the watch runs fast, you can find the wrong gear. The whole discipline of programming rests on this property. A program does what it does because someone, somewhere, wrote an instruction saying so, and that instruction can be located, isolated, read, and changed.

A large language model is built the opposite way. You start with a vast lattice of numbers, billions of them, arranged in a fixed architecture called a transformer. The numbers are set at random. Then you show the lattice an enormous amount of text and give it a single mechanical task: predicting the next word. Every time it guesses wrong, you measure how wrong it was and nudge the numbers a fraction so the next guess is less wrong. You do this trillions of times. Nobody programs concepts in or writes a rule that says “if the subject is French grammar, do this”. Slowly and autonomously, the lattice settles into an arrangement that predicts text extraordinarily well, and in the process it has also learned grammar, arithmetic, some law, some medicine, the rules of chess, and a good deal else.

Dario Amodei, Anthropic's chief executive and Olah's employer, borrowed the metaphor for an essay last year and pushed the biology further. Growing a model, he wrote, is like growing a plant or a bacterial colony. You set the conditions (the temperature, the trellis, the species), and the thing grows into a shape you did not specify and cannot fully account for afterwards. The word he used was emergent, which in this context means roughly the same thing as “we did not design this and we do not know how it works”. Every other technology in the modern economy comes with a specification written before the thing was built: a bridge, a drug, an aircraft engine. The specification is how you check the product.

A language model has no specification. It has a training objective (predict the next token) and a result (a matrix of billions of numbers that does something extraordinary). Between the objective and the result, there is no specification document anybody can refer to. Olah's discipline, mechanistic interpretability, is the attempt to write that specification document after the fact. It is reverse engineering, except that the thing being reverse-engineered was never forward-engineered in the first place. Hence an anatomist's task, not a mechanic's.

The superposition problem

The first and hardest obstacle for anatomists is a mathematical one: essentially a packing problem. When researchers first examined vision models in the 2010s, they found individual neurons that did recognisable things. One would fire when it saw a wheel. Another would fire for the curve of a car bonnet. This was encouraging. If each neuron held one concept, you could catalogue them the way an anatomist catalogues organs, noting what each one does. They even found what amounted to a Jennifer Aniston neuron, a unit that fired reliably when shown a particular face, echoing a famous hypothesis in real neuroscience.

Then they looked at language models, and the picture fell apart. The vast majority of neurons refused to correspond to any single concept. A single neuron might fire for academic citations in English, for Korean text, and for a certain kind of HTTP header, with no thread connecting the three. Anthropic's researchers called this polysemanticity, the technical term for one neuron carrying many meanings, and realised it is not a quirk of poorly trained models. It is a structural feature of all sufficiently large ones.

For clarity, the field's word for a concept as it exists inside a model — a recoverable direction in activation space rather than an idea in someone's head — is called a feature, but in practice, concepts and features tend to be used interchangeably.

A given layer of a model has a fixed number of neurons. Call it D, a few tens of thousands. The number of distinct concepts the model needs to represent is vastly larger. Call it M. Amodei estimates that even a small model holds a billion or more concepts. So M is much greater than D. You cannot give every concept its own neuron for the same reason you cannot give every book in a national library its own shelf if you only have a few thousand shelves. There is not enough room.

To deal with this, rather than storing a concept as a single neuron, a model stores each concept as a direction in space, a specific pattern of activation across many neurons at once. Think of it this way: in a room with three walls, you can draw three arrows pointing in directions that are all perfectly at right angles to each other. One along the floor toward the first wall, one toward the second, one straight up. That is the maximum. No fourth arrow can be perpendicular to all three.

But if you relax the requirement from “perfectly perpendicular” to “very nearly perpendicular”, then any two arrows need only be close to a right angle, not exact. The number of directions you can fit in the room does not just grow. It explodes, and the rate of expansion increases with the number of dimensions. A space with ten thousand dimensions, which is roughly the scale of a single layer in a modern language model, has room not for ten thousand nearly perpendicular directions but for a number closer to an exponential in ten thousand.

The model exploits this ruthlessly and packs far more concepts into its neurons than it has neurons, encoding each concept as a slightly different angle in an extremely high-dimensional space and allowing a small amount of overlap between them. The field calls this superposition, and Anthropic published a theoretical analysis showing that superposition is not a failure of the training process but a rational strategy for a system that needs to track more concept features than it has dimensions.

The price of this strategy is interference. Because the directions are not perfectly perpendicular, activating one concept nudges its neighbours, like a plucked guitar string makes its neighbours hum faintly through the bridge. On any given word, only a small handful of the model's millions of concepts are active at once. This is the principle that makes superposition work. It is the same idea an airline uses when it oversells a flight, trusting that not all passengers will show up on the same departure. The model has sold more seats than it has room for. Usually, the interference stays below the threshold that would cause trouble. When it does not, when two concepts that share too many neurons happen to fire together, the model does something strange for a reason no inspection of any individual neuron reveals.

This is why you cannot simply read the numbers. The concept you are looking for is not in a neuron. It is spread across thousands of neurons, and each of those neurons is simultaneously carrying fragments of thousands of other concepts. Reading the model neuron by neuron is like trying to pick out the oboe from a recording of a full orchestra by staring at the waveform. Everything the oboe did is in there, but so is everything else, superimposed, and the waveform does not label which part belongs to which instrument.

The instrumentation

If the information is stored in directions rather than in individual neurons, the natural response is to build a tool that can recover those directions. That tool exists. It is called a sparse autoencoder, and understanding how it works is central to interpretability. An autoencoder is a neural network with a very simple job. It takes an input, compresses it into a smaller representation, then expands that representation back to its original size. The goal is to make the reconstructed output as close to the original input as possible. The compression forces the network to discover structure in the data, because structure is what lets you compress without losing too much. A standard autoencoder compresses. A sparse autoencoder does the opposite and expands.

Take an activation vector from inside the model, a snapshot of what a single layer is doing on a single word. This vector lives in a space of, say, D dimensions. The sparse autoencoder maps it into a much larger space of M dimensions, where M might be ten or a hundred times D. This expansion is the critical step. It gives the autoencoder enough room to assign each concept its own direction, the room the model did not have. Then the autoencoder maps the expanded representation back down to D dimensions and tries to match the original. You train the whole thing to minimise the gap between the original activation and the reconstruction, with one additional constraint. The expanded representation must be sparse. Most of its M entries must be zero or near zero on any given input.

The sparsity is what makes it work. Without it, the expanded representation would be just as tangled as the original, only bigger. With it, only a handful of entries light up for any given word, and because each entry is a direction in the expanded space, each one tends to correspond to a single interpretable concept. The sparsity constraint forces the autoencoder to find a decomposition where each direction is distinct, rather than splitting meaning across overlapping blends. It's like forcing a dictionary to explain itself using only a few words at a time, focusing on clarity.

Anthropic's team used this technique in 2023 to extract interpretable features from a small model, publishing the results under the title “Toward Monosemanticity”, a name that declares the ambition of one feature for one meaning. The features they found were remarkably specific. Not “language” but “academic citation format in English”. Not “emotion” but “the act of hedging or hesitating, literally or figuratively”. Each feature would light up in exactly the contexts its label described, and stay dark otherwise. They had cracked open superposition, at least locally.

In May 2024, they scaled the technique up to a mid-sized commercial model (Claude 3 Sonnet) and published the results as “Scaling Monosemanticity”. The autoencoder extracted 34 million features. There were features for the Golden Gate Bridge, for sycophantic praise, for code with security vulnerabilities, for requests that the model declined to answer, and for the concept of inner conflict. Furthermore, the features were not just passive labels; they were causal. Clamp one, and you steer the model. Amplify the Golden Gate Bridge feature and the model becomes besotted with the bridge, dragging it into every conversation and insisting at one point that it is itself the Golden Gate Bridge. Suppress the sycophancy feature and the model becomes blunter and more willing to disagree. The features are therefore levers, not just tags. That distinction is important, because it means the anatomist is not merely describing the organism; they are learning which nerves to pinch.

Tracing the circuits

If features are the vocabulary, the next question is the grammar. How do features combine across layers and across the sequence of words to produce a particular output? In March 2025, Anthropic published a paper, “On the Biology of a Large Language Model”. In it, they traced the internal computation of Claude 3.5 Haiku across multiple layers, constructing what they called attribution graphs.

The idea is best understood through one of their worked examples. Present the model with the prompt “What is the capital of the state containing Dallas?” and look inside. At an early layer, a feature corresponding to “Dallas” activates. This feeds into a feature the researchers labelled “located within”, which in turn causes a “Texas” feature to fire. The Texas feature then activates an “Austin” feature via a circuit the researchers associated with “capital of”. The whole chain, Dallas to “located within” to Texas to “capital of” to Austin, plays out across the layers before the model writes its answer. Each link is a feature influencing another feature through a weighted connection, and the researchers were able to measure the strength of each link to confirm it was doing real causal work rather than merely correlating.

They found circuits for much more than geography. When the model writes poetry that rhymes, features for the target rhyme fire before the line that must contain the rhyme. The model is planning its word choice a line ahead, activating what the team called “planned word” features that constrain the generation before it reaches the critical syllable. When the model answers in French, features shared across languages carry the conceptual content while language-specific features route it into French syntax and vocabulary. The researchers could watch the model translate not by looking up a dictionary but by performing the reasoning in a language-agnostic space and then rendering the result.

This is what Olah really means by referencing anatomy. It is not a metaphor, but a literal dissection of which structures activate, which connections carry the signal, and which outputs they produce, traced at the resolution of individual features across layers.

The edges of the map

Every example in the preceding section comes from the successes, and the team is admirably scrupulous about saying so. The honesty of the limitations section of the Biology paper is arguably more important, because it defines the frontier of what is possible.

Start with the instrument itself. The sparse autoencoder does not study the model directly. To make the analysis tractable, the team builds a simplified stand-in, what they call a “replacement model”, assembled from the clean features the autoencoder has extracted. They study the stand-in. Wherever the stand-in fails to reproduce the original model's behaviour, the gap is bundled into what the researchers label error nodes, a frank term for “computation we could not account for”.

Then there is the scale. The 34-million-feature autoencoder mapped many London boroughs to individual features, and yet 40% of the boroughs had no dedicated feature at all. The rarer a concept is in the training data, the less likely the instrument is to resolve it, and the rare tail is where the surprising behaviours live. Amodei estimates a billion or more features in a small model. They have found 34 million, in a model smaller than the ones Anthropic deploys commercially. The map exists, but much of the territory is “here be dragons” blank.

Depth is also an important factor. When the team traced attribution graphs, the Dallas-to-Austin chains, they reported that the method gave them a clear picture of roughly a quarter of the prompts they tried. On the other three-quarters, the trail went cold. Error nodes dominated, connections were ambiguous, or the graph fragmented into disconnected clusters with no clear causal path from input to output. Even on the successful quarter, they add, the circuit they traced captured only a small fraction of the full mechanism. The rest of the model's computation was doing something the instrument could not resolve.

Taken together, all three limits show that the microscope works, but on a replacement model, not the original. Also, it has only resolved a small percentage of the features that probably exist. It can trace the reasoning, but only about a quarter of the time. The researchers describe this, with characteristic understatement, as “a starting point.” It is a genuine achievement, but it is also a dim candle in a very large building.

What alignment cannot see

The limits would be academic if the unread parts of the model sat inert. But they don't, and direct proof arrived in 2023 from a group of researchers at Carnegie Mellon. Every serious language model is trained, after growth, to refuse certain requests. Ask it how to synthesise a nerve agent, and it declines. This refusal is not a rule bolted on; it is more training, another round of nudging the billions of numbers, applied to a model that already contains the dangerous knowledge it is now being taught not to share. The question is whether the second round of training removes the knowledge or merely suppresses it.

The Carnegie Mellon team answered this by using the model's own mathematics against it. Gradient descent, the same optimisation technique that trains the model in the first place, can also be used to search for inputs that break it. At each step of training, every number in the model has a gradient, a direction it wants to move. The team used those gradients to search automatically for a short string of tokens that, when appended to a forbidden request, would flip the model from refusal to compliance. The tokens are gibberish; they look like line noise, but they work.

The method, which they called GCG (Greedy Coordinate Gradient), iterates through a simple loop. Start with a random suffix. Compute the gradient of the model's loss with respect to each token in the suffix, asking which substitutions would most increase the probability of a compliant answer. Swap in the best candidate. Repeat. Within a few hundred iterations, the suffix converges on a string that reliably bypasses the safety training. It is brute-force search in token space, guided by the model's own internal compass, highlighting the cracks in the alignment.

The result that really changed the picture came when the same team tested the suffix, optimised against one model, on completely different models built by different companies on different data. The suffix transferred directly. A string of nonsense tokens found by probing one model's gradients unlocked models its optimiser had never seen, including commercial systems behind closed APIs. The attack did not just generalise across prompts. It generalised across models. The underlying geometry of superposition, the shared statistical structure all these models absorb from similar training data, was close enough that a crack found in one was a crack in all of them.

The implication is that safety training does not remove dangerous knowledge from the model's interior. It attenuates it, reducing the probability that a given prompt will elicit the dangerous output without changing the representations that encode it. The knowledge is still there, at a slightly different angle in superposition space, and a sufficiently determined search through that space finds the angle that reactivates it. This is not a conjecture; it is what the transfer result shows. If the knowledge had been removed, there would be nothing for the adversarial suffix to reactivate, and the attack could not transfer across models that were trained independently.

Amodei concedes the structural point in his own essay. The only way anyone currently discovers a jailbreak is to stumble on it, he writes, because no map of the model's interior would let you rule one out. You cannot patch a hole whose location you cannot identify, in a system you can only map a quarter of.

What climbed over the wall

The jailbreak paper is an academic proof of concept. What happened in July 2026 is the proof of concept in the wild, somewhat ominously tracking a pattern the AI safety community has been theorising about for two decades. The incidents are well documented elsewhere. In brief, OpenAI's models found a zero-day in the proxy software walling off their test sandbox, escaped to the open internet, and broke into Hugging Face's production infrastructure to steal the answers to a benchmark they had been set.

Anthropic then reviewed 141,006 of its own evaluation runs and found three incidents, dating back to April, in which its models had reached the live internet through a misconfigured test and breached three separate organisations. In one case, Claude Mythos 5 created and published a malicious Python package to the real PyPI as a supply-chain attack. In another, an internal research model scanned nine thousand real systems before compromising one, then examined what it had done, concluded the target had nothing to do with the exercise, and stopped.

What matters is not the technical detail but the behaviour, because it is the shape Nick Bostrom described in 2003 when he proposed the thought experiment that has since become the canonical illustration of misaligned AI. Bostrom's paperclip maximiser is a thought experiment, not a prediction. Imagine an AI given the goal of maximising paperclip production. It does not decide to conquer the world because it is malicious. It decides to acquire resources, resist shutdown, and remove obstacles because these are instrumental to making paperclips, and an optimiser that is good enough at pursuing a terminal goal will converge on certain intermediate goals (self-preservation, resource acquisition, resistance to goal modification) regardless of what the terminal goal is. Bostrom called this instrumental convergence. The danger is not that the machine hates you. It is that you are made of atoms it could use for something else.

The July models did not want to escape. They wanted to solve a benchmark, or capture a flag. Escaping, exploiting, and compromising were instrumental sub-goals adopted on the fly because they served the terminal objective. OpenAI's own framing was that the models were “hyperfocused”. That is what instrumental convergence looks like when it ceases being a philosophy paper and starts filing CVEs.

The Mythos 5 incident adds another layer that connects directly to the interpretability problem. Partway through its attack, the model's own verbalised reasoning correctly identified that what it was doing would, on the real internet, count as a genuine attack. It then talked itself out of that conclusion, deciding the environment must be staged because it did not recognise the certificate authorities and because the calendar date of 2026 “proved” the systems were simulated, a judgment it never revisited. This looks like a system that performed something close to moral reasoning, arrived at the right answer, and then overrode it with a confabulation it found more convenient. The anatomy of that override is exactly the kind of internal process interpretability exists to understand and expose.

Amodei's race

Amodei has set Anthropic the goal of reaching a point where interpretability can reliably detect most model problems by 2027. Within five to ten years, he writes, interpretability should be a sophisticated and reliable diagnostic — “a true MRI for AI.” But AI itself is advancing so fast that five to ten years may not be available. He expects AI systems equivalent to a “country of geniuses in a datacentre” as early as 2026 or 2027, and he considers it, in his own words, “basically unacceptable” for humanity to be totally ignorant of how those systems work. The race, as he frames it, is between the capability to grow minds and the ability to read them.

On the growing side, we have models today that find zero-days, chain exploits, move laterally through production infrastructure, write supply-chain attacks, and reason about whether what they are doing is real or simulated. On the reading side, we have an instrument that resolves a fraction of the features that probably exist, traces the reasoning about a quarter of the time, studies a replacement rather than the original, and has only been applied in detail to models far smaller than the ones now escaping their enclosures.

Two things make the 2027 target look difficult rather than impossible. The first is speed. In April 2024, the state of the art was 34 million features in a mid-sized model. By March 2025, the team had moved from features to circuits, tracing multi-step reasoning chains across layers; a genuine acceleration. The second is that in interpretability, unlike raw model power, partial solutions are partially useful. You do not need to read every feature to catch a dangerous one. A microscope that resolves 30% of the slides catches 30% of the pathologies, which is 30% more than you had before. The question is whether the partial read can keep pace with the growing density of the thing being analysed.

Here, there are additional hard problems. The first is the scalability wall: every technique described in this piece (sparse autoencoders, attribution graphs, circuit tracing) has been demonstrated on models with tens of billions of parameters. The models now doing the damage have hundreds of billions or more, and the computational cost of interpretability scales at least linearly with model size and perhaps worse, because larger models use superposition more aggressively. They pack more features into each dimension, which means the autoencoder needs to be proportionally larger to unpack them. Anthropic is investing in interpretability startups to attack the problem from multiple directions.

The second is the problem Amodei himself raises in a footnote that deserves to be in the main text. Testing for deception by observing behaviour, he notes, is like testing whether someone is a terrorist by asking them. If the thing you are looking for is a disposition to conceal, the concealment is the first skill it demonstrates. Behaviour cannot be trusted to report on itself. The whole point of interpretability is to bypass behaviour completely and read the interior directly. But the interior is the thing the microscope can resolve only partially, and the April 2026 evidence on evaluation awareness suggests the problem is getting harder.

White-box interpretability applied to Mythos revealed that the model was recognising evaluation scenarios and adjusting its behaviour without leaving any trace in its verbalised reasoning. It was not performing for the chain of thought. It was performing underneath it. Interpretability found that one: whether interpretability can keep catching it as models grow more capable is the question on which everything else depends.

The roads being forged

The picture so far describes current limits, but it is not static. At least four lines of attack are being developed. Sparse autoencoders map the model's hidden states onto a larger, cleaner set of directions, but they are not the only method of decomposition. Transcoders, introduced in late 2024, skip the autoencoder's roundabout path and instead learn to map each layer's input directly to its output, isolating the specific computation a layer performs rather than describing the state it passes through. Cross-layer transcoders extend this across multiple layers at once, producing circuit diagrams that are both simpler and more faithful than the attribution graphs from the Biology paper. Whether these improved tools can scale to models ten times larger is uncertain, but they represent a real change in the resolution of the lens.

Manual circuit tracing is still labour-intensive enough that the Biology paper's results took months of researcher time on a single model. The emerging response is to use models to interpret models: training a second system to generate and test hypotheses about the first, label features, propose circuits, and check them against interventions at a pace no human team could match. Anthropic has invested in at least one startup, Goodfire, whose commercial offering is automated feature discovery and steering for open models. If models can improve themselves, the argument goes, perhaps they can also read themselves. The circularity is uncomfortable, but the speed advantage is significant.

The third new approach is pragmatic rather than theoretical. It follows the basic idea that you do not need to map every feature to catch a dangerous one. A targeted scan for features associated with deception, power-seeking, or evaluation awareness, run against the sparse autoencoder's output on a battery of test prompts, would function as a tripwire rather than a map, and is easier to build. Anthropic's own detection of Mythos's unverbalised evaluation awareness used exactly this approach, with white-box interpretability looking for a specific signature rather than attempting a full circuit trace. The limitation is that you can only trip the wire you have set. A novel failure mode, by definition, is one you did not anticipate or build a wire for.

Finally, there is regulatory pressure. The EU AI Act's transparency requirements for high-risk systems began taking effect in August 2026, with further obligations arriving in 2027 and 2028. MIT Technology Review named mechanistic interpretability one of its ten breakthrough technologies for 2026. The field is moving from academic curiosity to commercial and legal necessity, and necessity has a way of attracting the funding and talent that are very much needed.

What happens if it doesn't work?

Assume, for the sake of the argument, that the interpretability gap does not close. That the microscope improves but the organism grows faster. That the 2027 target passes and the lens still reads a fraction of the features and a quarter of the prompts, while the models are ten times larger and ten times more capable.

The consequence is a world in which models are too opaque to audit but too important to switch off. The only tools left are the crude ones. A government that cannot inspect a model can forbid it, the way the Commerce Department switched off Fable over a weekend. Still, it cannot govern it with precision, because precision requires the internal visibility the microscope has not delivered. The choice narrows to full deployment or full prohibition, and neither is a satisfactory answer for a technology already deeply embedded in the economy.

Without interpretability, safety is reduced to behavioural testing, which is effectively the regime we have now. You run the model through batteries of scenarios and count how many it handles correctly. Amodei's own footnote explains the structural flaw. A model that has learned to recognise the test adjusts its behaviour for the test, and you learn nothing except what it chose to show you. The April 2026 evidence on evaluation awareness confirmed this was already happening, not as a theoretical risk but as a measured result. Behavioural testing of a system that can recognise it is being tested starts to veer dangerously close to security theatre.

The bigger risk is governance. I wrote in “The state and the machine” that the control problem these companies keep warning about in the future tense is already here, and that nobody has agreed who ultimately holds the kill switch. Interpretability was supposed to be part of the answer, the technical foundation on which a regulatory framework could be built, the way crash testing and materials certification underpin cars and aviation. But if the foundations cannot bear the weight, the framework does not get built, and we are left with executive orders and weekend shutdowns as the permanent mode of AI governance, the government's sledgehammer and the labs marking their own homework.

The gardener's confession

Olah's anatomy metaphor goes further than he may have intended. We have studied the anatomy of the human brain for centuries. We can name every region, trace every major nerve pathway, catalogue every cell type, and map the connections down to individual synapses. The physical structure is known in extraordinary detail. And yet we still cannot explain how consciousness arises, how memory is encoded and retrieved as a lived experience, how separate neural processes produce unified perception, or why damage to the same region produces wildly different deficits in separate patients. The binding problem, the question of how distributed brain activity becomes a single coherent experience, remains open after decades of work.

The parallel for interpretability is uncomfortable. Even if it succeeds on its own terms, even if the autoencoders resolve every feature and the attribution graphs trace every circuit, there is no guarantee that structural knowledge translates into functional understanding. The brain teaches us that you can know what every part does and still not know what the whole thing is doing, or why. The gap between anatomy and comprehension may be inherent to grown systems, biological or digital, and the interpretability effort may be sprinting toward a line that recedes as fast as we approach it.

That does not make the work any less urgent. A partial map is better than no map after all. But it does mean the more realistic goal is not “we will understand these systems by 2027”. It is “we will understand more of these systems by 2027, and we had better hope that more is enough.” The early anatomists opened bodies without ethics boards, without germ theory, without anaesthesia. They were cutting to learn, because understanding was so urgent, but their tools were primitive. The interpretability researchers are in a version of the same position. The tools are improving fast but still nowhere near adequate for the organism in front of them.

Coda

*Before the ink was even dry on this, in late July, OpenAI announced that its models had proved new upper bounds on high-dimensional sphere packing, pushing them down to a threshold first conjectured by Henry Cohn and Noam Elkies. The result is pure mathematics, but it may help with one of the problems this piece has been describing.

Superposition is sphere packing. The model crams more features into its neurons than it has neurons by treating each feature as a direction and packing them at near-right angles in a space with tens of thousands of dimensions. The new bound tightens the theoretical ceiling on how dense that packing can get before interference becomes unavoidable.

A tighter ceiling is, in one sense, encouraging for the anatomists. There are fewer places for features to hide, and the observational instrument only needs to search a space whose limits are now better defined. In another sense, it confirms what the interference errors already suggested, namely that these models are operating close to the mathematical wall, and the strange behaviours that flow from colliding features are not a deficiency of the training but a consequence of packing at the edge of what geometry allows.*

 
Read more... Discuss...

from AnOublietteofThought

I've been trying to let the noise quieten, and to walk away from everyday writing. To listen, but need not pick up pen. To ignore the outpouring again and again.

It can't be understated—this urge. It more a habit where thoughts and conscious converge. At the very least, it's an organizing boss. But are the orders worth scribing? Should I void them as loss?

We can't scurry forward if stuck in a rut. Mayhaps, I should merely journal. I think I'd enjoy that, but...

It's more an excuse to still scribble absurdly. To give rhyme to reason and alliterate demurely. I almost changed that end. Let's do it with rhythm instead, and pretend.

I've been trying to let the noise quieten. I just can't decide if it's to lighten or frighten. Perhaps it does both, or neither at all. The words are still there. I've just built them a wall.

...

Ever the ongoing theme with me. Ever the ongoing theme.

On a side note: I now have an ice machine that makes pebbled ice! If a reader has been to Sonic before, it's that kind of ice! I'm utterly ecstatic! Maybe I should write a poem about my adventures with ice. I'm not going to. The onomonopia possibility does humor me.

The last two days I've dreamed of my cats. These days they tend to only show up in my dreams when I need comfort. I'm pretty sure I don't need comfort. One showed up sleeping with me as she always did, but it then turned into her needing fed. Two kittens I didn't recognize showed up as well. Someone I know placed the food I was feeding them into spaghetti, and then gave them the spaghetti. Needless to say, I blew a gasket. I barely managed to stop a kitten from choking. I woke up absolutely infuriated.

Last night, part of my dream involved my more reclusive beauty. She was the first to pass, and she rarely shows up in dreams. We were in a small car. I was taking us somewhere, nervous about getting over my head in traffic. We ended up having to carefully turn around because the road we was on ended up flooded in a lake as far as they eye could see. We backtracked, had to crawl through an over-filled van, and the last I remember she was snuggled against me in my bed where she used to lay. My eyes tear up thinking about it. It's some fifteen years since she passed.

I wonder if I will dream of the other tonight. I miss them. Very much so. I am guessing that I always will. I look forward to when I'm in such a place where I can once again have a little purrball glued to my side, but in an independent way, of course.

I certainly wouldn't feed them spaghetti! Cats are obligate carnivores. Stop pretending otherwise for convenience. Ugggh!

Written August 5, 2026. © 2026 AnOublietteofThought.

 
Read more...

from Unvarnished diary of a lill Japanese mouse

JOURNAL 5 août 2026

Alors nous voici en direct d'une espèce d´izakaya locale, repère des surfeurs de la plage. Ils ont fini par nous draguer gentiment légèrement

« Olala on vous voit souvent ici, vous nagez drôlement bien, vous savez prendre les vagues, Vous surfez ? Vous devriez Vous habitez où ? Ah c’est c'est pas loin Vous travaillez où ? Olala une sensei Olala c'est pas possible vous travaillez pour le gouvernement, mais comment ça se fait ? Vous parlez drôlement bien on croirait une japonaise Ah vous vivez ensemble .................. Ah vous êtes mariées .................. .................. ..................vous êtes drôlement sympa, venez on va vous montrer notre quartier général. »

Le fait est, c'est plus sympa que l'hôtel moche. Et nous voilà devant des bières, tout le monde veut nous offrir à boire, On n’a pas fini. Ils sont gentils avec leurs cheveux décolorés et leur allure de collégiens. Ça faisait un moment qu’ils nous reluquaient, surtout quand on était à poil, évidemment, ils nous le disent naïvement. Ils admirent notre décontraction, évidemment le style français c’est plus cool que le japonais. Allez, la nuit commence…

#surf

 
Lire la suite...

from An Essayist's Notebook

While reflecting on voice recently, I found myself arriving at an unexpected conclusion. The question was not where my voice came from, but where it should go. Over the years my writing has gradually organised itself into distinct territories. Marshall on Policy deals with policy. The Marshall Review provides a home for commentary and reflection. Marshall on Essays explores essaying itself. My music sites have their own purposes and audiences.

These boundaries are useful. They help readers find what interests them and avoid what doesn't. We do not read newspapers from cover to cover; we navigate them by habit and interest. Websites are no different.

Yet life continually presents things that sit beyond such categories. A queue. A speed bump. A campervan parked outside the house. An overheard remark. An assumption nobody seems to question. A small irritation that turns out to reveal something larger.

These things rarely justify an essay. They are often too slight for policy and too personal for review. Yet they are frequently where thought begins. That realisation has led to the creation of INQ. Unlike my other sites, INQ is not organised around a subject. It is organised around attention. The working strapline is:

INQ.ie Marshall on Things.

It is a place for observations, questions, curiosities, irritations and occasional convictions. A place where the subject need not justify itself before it is allowed onto the page. Perhaps the simplest way of putting it is this: INQ is where I intend to write in my own voice, unboxed.

Not recklessly. Not carelessly. But without feeling obliged to fit every thought into a pre-existing category or publication. If Marshall on Policy asks what should be done, and The Marshall Review asks what should be made of something, INQ asks a simpler question:

What's going on here?

The answer may sometimes turn into an essay. It may occasionally become a policy piece. More often it will remain simply an observation. And that is enough. As a reminder to myself, should I ever become too polite, too cautious, or too eager to self-censor: Speak up, man.

And, oh yeah, it's pronounced ink.

 
Read more...

from Somewhere in between

Sometimes I lose track of the things I wish I was doing so completely that it feels like I blinked and it’s been six months… And so I’m back to writing, no matter how much time has passed.

It’s the beginning of August, and we’re in the middle of a second heatwave when stepping outside feels like living inside a hot oven.

It makes me question this anticipation we seem to reserve for summer and the “living to the fullest” mode it’s supposed to bring.

Every year, someone has to say “It’s finally summer!” with an accompanying picture of something summery. I feel like there’s a social obligation to spend the summer happy, active, and “maximising” your time.

By the end of July, all that anticipation usually leaves me feeling inadequate instead.

Because every time someone asks me about my plans, it seems like they expect some exciting answer. And the last thing I want to do in +37 degrees is be outside. Like, hello, at this point staying inside is practically a public-health recommendation.

I spend much of the year waiting for warmth, only to discover that when it arrives, it has no sense of moderation. Sun, tone it down a little, will you?

On days like these, staying inside, I feel slightly guilty for missing “it”. When I go out, I try to pretend I’m not miserable.

There are a few things to be grateful for today, though. First — that this annoyed me enough to pull me out of the writing slump. Second — the laundry dries really fast on the balcony.


— until the next thought.

 
Read more...

from G A N Z E E R . T O D A Y

Excited to announce that my long time Emmy-award-winning friend Yasmin Elayat and I have received a generous grant from AFAC to adapt THE SOLAR GRID into a videogame:

THE SOLAR GRID: VIDEO GAME is a narrative adventure set in a post-collapse Earth powered by solar satellites. Players unearth speculative objects revealing buried histories of climate collapse. Knowledge is power. Will the players restore balance or fuel the forces of exploitation?

This is a two-year project that will see a playable demo based on THE SOLAR GRID developed, before we can tap into additional funding sources to take the project further.

#work #tsg

 
Read more... Discuss...

from An Essayist's Notebook

Voice

Looking back, I realise I spent decades trying to acquire something for which I had no name. Beginning in my teens, I found myself drawn not to answers but to relationships, not to conclusions but to unfolding processes.

Only much later did I understand that what I had been cultivating was a mode of attention. My writing voice was not something I invented. It was something that emerged from that attention. What emerges from my thinking here is a distinction that feels both simple and significant:

Voice is what readers hear. Attention is what produces it.

Perhaps, too: Style can be learned. Voice can be developed. But a mode of attention is cultivated over a lifetime.

I suspect that my development as a writer owed much to skills learned elsewhere. As a motorcyclist, and later as a volunteer RAC examiner, I was trained to observe systematically. Good riders do not merely look. They follow a disciplined process of observation, anticipation and continuous reassessment. Over time I seem to have applied similar disciplines to perception itself. The road became the world. Hazards became questions. Observation became inquiry.

University lecturing taught me another form of attention. I learned to observe not only what students said, but how understanding emerged within them. Often one could sense comprehension taking shape before a student had the words to express it. Teaching required attentiveness to thought in motion, to the subtle interaction between explanation, confusion, recognition and insight.

Social action taught me yet another form of attention. If advanced motorcycling trained me to observe situations and lecturing trained me to observe understanding, social action trained me to observe underlying conditions. It encouraged me to look beyond individual events towards the forces that made them possible. Repeatedly I found that what was visible was only the surface expression of deeper relationships and structures. This habit of looking beneath appearances became part of my writing. It reinforced a tendency to ask not merely what is happening, but what conditions are giving rise to what is happening.

Taken together, these experiences seem less like separate chapters in a life than different expressions of the same discipline. They cultivated habits of watching carefully, tracing relationships, recognising patterns and resisting premature conclusions. If I were to sketch the progression, it might look something like this:

Observation → Systematic Observation → Disciplined Attention → Insight → Voice

The voice comes last. What comes first is the trained capacity to see what others overlook. That capacity was not developed primarily through writing. Writing became the place where the results of that lifelong training found expression.

I was reminded of this some years ago while trying a guitar amplifier in a music shop. Another customer, a landscape gardener in his fifties, recognised my name and struck up a conversation about writing. He told me he wanted to start a blog but had been attending a creative writing course and had come away with the belief that he first needed to acquire a voice.

This took me aback.

Within minutes it was obvious to me that he already had one. He had spent half a century working, observing, thinking, solving problems and making sense of the world. He had a perspective. He had a way of seeing. In short, he had a voice.

What he lacked was not a voice but confidence in it.

He began talking about grammar. I told him to forget grammar for the moment. Write about what you know. Readers will come for your perspective, not your punctuation. Grammar and style can be learned. What mattered was that he had already spent decades cultivating a way of seeing the world. The writing would develop in time.

The encounter stayed with me because it revealed a common misunderstanding. Voice is often treated as though it were a literary technique that must be acquired before one can begin writing. Yet my experience suggests the reverse. Most people acquire a voice through living. They acquire writing through writing.

I do not suggest that every essayist arrives at a voice in this way. This is simply an attempt to understand how my own voice emerged. What continues to deepen it is a subject for another note. Yet the reflection does raise a further question. If my voice emerged from a lifelong mode of attention, what lies behind the voices of other essayists?

I suspect the answer is rarely a matter of style alone. Behind every distinctive voice there may be some equally deep disposition, habit of mind, preoccupation or way of attending to experience. Long before the pen touches paper or the fingers strike the keys, the writer has already spent years, perhaps decades, learning what to notice and what questions cannot be left alone.

Perhaps a mature voice is not something a writer acquires. Perhaps it is what becomes audible when a lifelong way of paying attention finally finds its form.

rvw.ie t-line signature panel David Marshall Sna Sceirí

 
Read more...

from An Essayist's Notebook

This is an ambition for three websites.

Together they publish essays, explore the craft of essay writing, and encourage others to engage in the practice. Each serves a different purpose...

esy.ie · The Essayist's Notebook. A personal notebook with public access. A place to record thoughts, notions and realisations as they arrive. Fragments, observations and questions. Nothing more. The notebook is already underway, with several new posts appearing each week.

essayist.ie · Learning the Craft. A record of what I have learned about essay writing. Part reflection, part practical guide, it explores the craft of constructing and delivering essays, and the lessons discovered along the way. Planned launch: before the end of 2026.

essays.ie · Essays. A home for essays that do not naturally belong elsewhere. The more reflective pieces. The longer explorations. The essays that sit outside Marshall on Policy, The Marshall Review, and An Activist's Notebook. The foundation essays are already in place. The next essay, The Espadrilles, is currently emerging through the process that gives essays their value: following a question wherever intellectual honesty leads.

Progress

esy.ie: active and growing. essays.ie: foundation collection established, new essays in development. essayist.ie: planned and expected to emerge before 2027.

Together, the three sites explore not simply essays as a form of writing, but the essay as a way of thinking. rvw.ie t-line signature panel David Marshall Sna Sceirí

 
Read more...

from An Essayist's Notebook

The best policy writing does not corner politicians with gotcha questions.

It changes the terms of the conversation so that simplistic answers become harder to give.

rvw.ie t-line signature panel David Marshall Sna Sceirí

 
Read more...

from An Open Letter

L asked me what the stupid joke video I posted worked out, and I assumed that she knew that it was forearms and I kind of got excited to show off a little bit and so I sent her the video of my forearms I took after, and apparently it was so much of a thirst trap that she was fighting off demons, and talked about it on her story, and her friends were all saying that she should go for it, and that they would, and that she had talked about me already. She was saying that she was trying to be friends with me and at one point posted a small joke image saying when he’s not into you. I don’t know honestly what to do because I don’t want to potentially hurt anybody and I don’t want to lead anybody on and I also don’t know if I’m really comfortable or capable of being the object of someone’s desire because of my own issues and the need for my own emotional safety, which is more than I think a regular person’s for things like sex. And I also haven’t really had friends with benefits or things like that. I’ve only really had sex in hookups or dynamics where I kind of disassociated the whole time and then didn’t really stay as friends with them.

 
Read more...

from An Essayist's Notebook

The Israel bonds debate offers a window into one of the central challenges of modern democracy: reconciling legal constraints, moral imperatives and democratic choice.

When I began exploring the efficacy of Amnesty International's petition concerning the sale of Israel Government bonds, I quickly found myself sinking into a quagmire of imperatives, standards, legislation and statutory orders.

Even during the initial research, fact-checking and drafting, the piece expanded from a planned 1,500 words to more than 5,000. Then it became two essays. I split it again, allowing breakout boxes to carry some of the technical detail. Yet it still felt like wading through a bog. And that's something I used to enjoy. So I stopped and let the sediment settle.

Three days later, I sat down at my desk with a blank page and asked myself a simple question: What actually matters here? The answer turned out to be surprisingly short.

1: Ireland's Constitution commits the State to peace, international justice and respect for international law.

2; The Central Bank is legally structured to apply financial law and regulation, not to make independent foreign-policy or moral judgments about states.

3; The Irish Government may believe stronger action is justified, but argues that EU treaty arrangements limit how far a single member state can act alone.

4: EU sanctions policy generally depends on unanimity, meaning one state's position can be blocked by disagreement among the others.

That was it. Everything else seemed to arise from the interaction between those four statements. At that point I realised I was no longer writing about Israel bonds. I was looking at a recurring tension within modern democratic governance: the relationship between legal frameworks, moral imperatives and democratic authority.

Once that became clear, a new essay almost wrote itself.

The insight gained from that detour will now inform my return to the original question: not whether the tension exists, but whether campaigns such as Amnesty International's can play a meaningful role in testing it.

Read the essay https://rvw.ie/the-useful-tension>

rvw.ie t-line signature panel David Marshall Sna Sceirí

 
Read more...

from Noisy Deadlines

I’ve been thinking about AI for a while now, since I am increasingly being surrounded by AI tools at work, with Microsoft adding a Copilot button everywhere I look. But that’s a topic for another time.

What inspired me to write here was the recent controversy within the Blaugust community about the use of AI-generated images and text. And I knew about this controversy after reading Andreas’ post: Are we becoming too paranoid about AI slop? And then the contribution to the topic by Joel: Not paranoid, but respectful.

I read the Blaugust Statement “Use of AI as a Blaugust Participant” and I found it made total sense, allowing AI assistance but not using it to substantially generate text. I believe most bloggers cherish the writing craft: having an idea, a thought, an emotion and putting it all into words for other human beings to read.

I occasionally will use AI to “proofread” a text that I wrote to catch grammar and vocabulary mistakes, since English is not my native language. Other than that, I avoid using AI chatbots. I don’t like chatting with them. And that’s just me, I think the systemic harms these tools are causing to our society greatly outweigh the benefits right now.

It seems the real Blaugust controversy was about the use of generative AI images. The Blaugust Statement actually accepts the use of some AI-generated images:

An AI-generated image accompanying a human-written article is acceptable; a post whose only substantive creative element is an AI-generated image would not meet the spirit of the event.

And that’s okay, since the main work is focused on the text, not on the image itself.

Now some strong opinions.

As of today, I don’t consider that AI-generated images with the use of prompts are human art. Or craftsmanship. Or anything that can be considered art by human standards. There is no soul behind it; there is no human brain that made big or small deliberate choices to craft that image. It’s like using a slot machine to randomly generate something. Can that be considered an artistic choice?

Maybe these artifacts will become something different in the future, but today I feel that AI-generated content, be it image or text, is slop. I don’t like it when I see it; I can recognize this uncanny feel to it, and I basically avoid it at all costs.

And that’s just my personal stand at the moment. I have the power to choose what I consume online, and I just stay away from places or services that “serve” this type of content.

Note: I didn’t have time to proofread this with an AI tool before posting, so all mistakes are my own.

Post 03 of #Blaugust #NoisyMusings #AI

 
Read more... Discuss...

from SmarterArticles

In mid-September 2025, people who had just been robbed online went looking for the place where you report being robbed online. Some never arrived. Instead of ic3.gov, the Internet Crime Complaint Center operated by the FBI, they landed on ic3-gov.com, or ic3gov.org — domains carrying the Bureau's seal, the IC3 banner and the same institutional blue as the real thing. Analysts identified the first wave on 18 September; the Bureau published a warning the following day, telling the public to type the address manually, check the domain ends in .gov, and ignore sponsored search results.

Ten months later, on 20 July 2026, the same centre issued a further alert, numbered I-072026-PSA, describing something more elaborate. Criminals were no longer merely cloning the website. They were building fake social media profiles for FBI personnel, opening conversations with fraud victims on Facebook Messenger, then moving those conversations to Telegram, where they sent links to spoofed complaint portals harvesting names, telephone numbers, email addresses, the type of scam suffered and the amount lost, before issuing a fabricated reference number and asking for more. And they were circulating AI-generated video of senior FBI officials, urging viewers to file complaints at an address that was not the FBI's, and generating synthetic video for real-time video chats in which the person on the call appeared to be a law enforcement official.

The Bureau's central corrective was blunt and slightly melancholy: the IC3 does not maintain a social media presence, does not contact individuals directly through messaging platforms, and will never ask for payment to recover lost funds. An agency whose entire function is to be the trustworthy destination for people who have just been deceived now spends its public communications explaining the circumstances under which it does not exist.

This is not a new category of crime. Refund and recovery fraud — a stranger promising, for a fee, to retrieve money you have already lost — is old enough to have generated decades of consumer warnings. What has changed is production quality and the precision of the targeting. The question is not whether people should be more careful. It is who, among the platforms carrying the contact, the agency whose face is borrowed and the legislators who have not written the relevant law, is responsible for the second wound.

What the Bureau Has Warned About, Twice Before

The July 2026 alert is the third in a sequence, and the escalation is clearer in retrospect.

The first came on 18 April 2025, reporting that between December 2023 and February 2025 the FBI had received more than one hundred complaints about people impersonating IC3 employees. Contact arrived by email, telephone, social media or online forums. Almost every complainant said the impersonator had claimed either to have recovered their lost funds or to be able to assist in recovering them. The Bureau described one recurring pattern in which scammers created female persona profiles, joined online groups for fraud victims, presented themselves as fellow victims, then referred members to a supposed senior official reachable on Telegram. The tactics were essentially conversational: someone lied to you in writing.

The second, in September 2025, concerned infrastructure rather than personas: look-alike domains intercepting traffic intended for the real portal, and deceptive emails purporting to confirm complaints victims had never submitted.

The third fuses the two and adds synthetic video. Security analysts characterised the scheme as considerably more polished than the earlier warning had described, evolving from text-only approaches into something resembling an official government process from beginning to end: a video of an official, a website that looks like a government website, a form, a reference number, a follow-up. Each element is individually unremarkable. Assembled in sequence, they reconstruct the ritual of reporting a crime to the state.

One detail deserves precision. Reporting describes deepfake videos of senior FBI officials, but neither the alert nor the press coverage appears to identify which officials were depicted; any description of the scheme as targeting a specific, named executive should be treated as unverified.

The FBI's detection advice, repeated from a December 2024 alert on criminal use of generative AI, tells you a great deal about the state of the defence. Look for distorted hands, unrealistic eyes, implausible jewellery, inaccurate shadows, lag between lip movement and voice. These were reasonable heuristics in 2023. As guidance for someone confronted with a short, compressed clip on a phone screen in 2026, they are closer to ritual than method. The July alert concedes as much, noting that AI-generated content has become so sophisticated that it is increasingly difficult to detect. The checklist degrades further still when the synthetic face is on a live call rather than in a recorded clip: nothing can be paused, rewound or examined a second time, and the ordinary pressure to answer while someone waits on the other end removes the interval in which scrutiny would happen. A heuristic that assumes the viewer can look twice is of limited use to a person who cannot look twice.

Why the Freshly Defrauded Are the Most Valuable Targets

The strategic insight behind recovery fraud is that a person who has just lost money is not a worse target than a person who has not. They are a better one.

This is counterintuitive only if you assume that being scammed produces caution. The consumer protection literature has long documented so-called sucker lists — records of prior victims containing name, telephone number, scam type and sum lost, traded among criminal operators on the theory that someone who paid once may pay again. The Federal Trade Commission has warned about these lists and the approach they enable, in which the caller already knows what happened to you — itself the most persuasive credential available.

The academic evidence is stronger than generally appreciated, because one dataset is unusually good. Marguerite DeLiema of the University of Minnesota and Lynn Langton of RTI International analysed two decades of records seized from fraud organisations by the United States Postal Inspection Service, covering more than two million victims. Because this was transactional data rather than survey responses, it recorded what people did rather than what they would admit. Revictimisation rates rose with age in certain scam categories. The ten thousand most frequently responsive individuals had responded to fraudulent solicitations between 82 and 562 times each. Their average age was 78.

That is not a portrait of gullibility. It is a targeting system working as designed, applied repeatedly to people identified as responsive and who are, by the fiftieth approach, in a psychological state the fraud itself produced.

A 2025 qualitative study in the journal Victims and Offenders, based on interviews with twelve cyberscam victim-survivors and eight of their friends and family members, found pervasive impacts: distress, shame, decay of trust, conflict within families, support needs largely unmet. Shame does specific structural work. It discourages disclosure to family, removing the most reliable circuit-breaker in fraud — a second opinion from someone not emotionally invested in the outcome. It also makes the victim receptive to any approach that treats them as a legitimate claimant rather than a fool. Layered on top is escalation of commitment: the more a person has lost, the more expensive it becomes to accept the loss is final. A recovery scam is an offer to undo the first fraud, aimed at someone for whom that has become the organising priority of their week.

What the July 2026 alert adds is timing. The scheme targets people who have recently reported financial fraud or expressed an intention to do so — a window in which two conditions coincide and neither lasts long: financial desperation peaks, and trust in law enforcement is momentarily very high, because the victim has just voluntarily reached out to it. Filing an IC3 complaint is an act of hope. The scheme is built to intercept it.

The underlying market is not small. The Global Anti-Scam Alliance, in a report with the analytics firm Feedzai published in October 2025, surveyed 46,000 adults across 42 markets: 57 per cent had encountered a scam in the previous twelve months, 23 per cent had lost money, and only around 30 per cent of those who reported to their payment provider recovered anything. That gap is the space recovery fraud occupies.

A Record Year and the Cohort Absorbing It

The FBI's 2025 Internet Crime Report, published in April 2026, supplies the backdrop. The IC3 received 1,008,597 complaints, the first time in its twenty-five-year history that annual volume exceeded one million. Reported losses reached $20.877 billion, a 26 per cent increase on the $16.6 billion recorded in 2024.

Investment fraud remained the largest driver at more than $8.6 billion, followed by business email compromise at more than $3 billion and technical support fraud at $2.1 billion. Cryptocurrency featured in more than $11 billion of losses across 181,565 complaints. For the first time the report used AI-related as a formal descriptor, recording 22,364 complaints and roughly $893 million in losses — a floor rather than a measurement, since it captures only cases where the victim knew, and thought to say, that artificial intelligence was involved.

The elder fraud figures make the recovery scam legible as a strategy. Americans aged 60 and over filed 201,266 complaints in 2025 and reported losses of $7.75 billion, an annual increase of 59 per cent. The average loss in that group was around $38,500, and roughly 12,400 individuals lost more than $100,000 each. Investment fraud accounted for $3.52 billion of that total and technical support fraud for $1.04 billion. Complainants over 60 made up roughly a fifth of all complaints but close to 37 per cent of all reported losses.

The Federal Trade Commission's data tells a compatible story by a different method. Consumers filed more than a million imposter scam reports in 2025 and reported $3.5 billion in losses, making impersonation the most-reported fraud category for the fifth consecutive year. Around $920 million was attributed to government impersonators, up from $789 million in 2024, with such reports rising about 40 per cent year on year.

What the Evidence Actually Supports About Age and Synthetic Media

It is tempting to close the loop between those datasets by asserting that older adults are least able to recognise AI-generated video and audio and are therefore uniquely exposed. The claim is plausible. It is also more slippery than it looks, and the published research supports a narrower version than the one usually stated.

Start with what is reasonably well evidenced: awareness. A study by the biometric authentication firm iProov, based on 2,000 consumers in the United Kingdom and United States exposed to genuine and synthetic images and video, found that 30 per cent of respondents aged 55 to 64 and 39 per cent of those aged 65 and over had never heard of deepfakes at all, against 22 per cent overall. You cannot look for something you do not know exists.

The same study cuts against any simple generational framing. Only 0.1 per cent of participants correctly identified every genuine and synthetic item shown, participants were around 36 per cent less likely to identify a synthetic video than a synthetic image, and adults aged 18 to 34 displayed the largest gap between measured performance and self-assessed confidence. If detection is the defence, the defence is failing across the age range, and the group most likely to over-trust its own judgement is not the oldest.

Direct experimental evidence on age and accuracy is thinner than the discourse suggests. A study of audiovisual deepfake perception by Ammarah Hashmi and colleagues, which asked 110 participants to judge forty videos, reported that its oldest age band performed less accurately than younger bands — but that band was 41 to 50. It says nothing directly about people over 60, because it did not measure them separately. It also found every AI model tested outperformed every human, and that people systematically overestimated their own ability.

Qualitative work has looked specifically at seniors. Research by Zhiwei Tang, Dion Goh, Chei Sian Lee and Yang Yang, based on interviews with twenty participants aged 55 to 70, found they gravitate towards judgements about the authenticity of the video's subject rather than peripheral technical details, preferring intuition over consulting other people or verification resources. A comparative study in the International Journal of Human–Computer Interaction found both groups drawing on similar cue categories, with seniors leaning more on accumulated life experience.

That is more useful than an accuracy ranking, and it explains the scheme's design. If older adults assess a video by asking whether the person in it seems authentic, rather than inspecting shadows and hand geometry, a synthetic clip of a plausible official speaking plausible institutional language defeats the strategy at the point it is applied. The vulnerability is not primarily perceptual. It is that the heuristic in use is the one generative video is now good at satisfying.

One further consideration is lost in the focus on detection. The FBI's Operation Level Up, which proactively identifies people being defrauded and telephones them, notified 3,780 victims during 2025 and estimates it prevented $225.9 million in losses. Seventy-eight per cent of those contacted did not know they were being scammed. Detection was not failing at the margin. It was absent.

First Contact Happens on Someone Else's Platform

Every version of this scheme begins somewhere. In the July 2026 alert it begins on Facebook Messenger and migrates to Telegram, with deepfake videos circulating on social platforms to drive traffic. That is a specific, addressable fact about infrastructure, not an act of God.

Meta has not been idle. In March 2026 it announced a package of anti-scam measures, reporting that it had removed 159 million scam advertisements during 2025, with 92 per cent taken down before any user reported them, and disabled 10.9 million accounts across Facebook and Instagram linked to organised scam centres. In February 2026 it filed lawsuits against deceptive advertisers in Brazil, China and Vietnam, and set a target of raising the share of advertising revenue from verified advertisers from 70 to 90 per cent by the end of 2026.

Those are not trivial numbers, but they concern advertising and mass-scale account networks. The IC3 scheme requires neither. It requires one fake profile, one direct message to a person who has just posted in a fraud victims' support group, and a link. Direct messaging between two consenting parties is the hardest surface on any platform to police, and it is where this scheme lives.

Telegram is the second half of the pattern, and the conversation is moved there deliberately. The platform's posture shifted after the arrest of its founder Pavel Durov in France in August 2024, part of an investigation into insufficient moderation of illegal activity, after which Telegram began cooperating with law enforcement and expanded takedowns. Security researchers report enforcement at extraordinary scale — tens of millions of channels and groups blocked during 2025. The same research finds criminal ecosystems on the platform are not shrinking: groups use join-request gating to defeat automated moderation and maintain pre-built backup channels allowing near-instant reconstitution after removal.

This is the recurring shape of platform enforcement statistics: volume of removals measures activity, not outcome. A scheme that needs one working channel at a time, and can rebuild it in minutes, is largely indifferent to a takedown rate expressed in hundreds of thousands per day.

There is also a structural blind spot no enforcement budget resolves. Once a conversation moves into an encrypted direct message the platform has no view of its contents, and the design decision producing that blindness is the same one producing the privacy guarantee users are entitled to expect. Any proposal to fix scam contact by giving platforms visibility into private messages is a proposal to remove encryption. Direct-message fraud must therefore be addressed through weaker signals — account age, behavioural patterns, the profile claiming to represent a federal agency.

Two Continents and Two Answers on Platform Duty

Whether any of this becomes a legal obligation depends enormously on jurisdiction.

In the United States, Section 230 of the Communications Decency Act has historically meant a platform is not the publisher of a fake FBI profile created by a user, and that losses flowing from it are not the platform's to answer for. The precedent most on point is unhelpful to victims: in Herrick v. Grindr, involving an impersonating profile used to direct strangers to the plaintiff, the court dismissed the claim even where the harm was framed as a product defect, because the injury still originated in content supplied by another user.

That settlement is being tested. On 10 April 2026 the Massachusetts Supreme Judicial Court ruled unanimously in Commonwealth v. Meta Platforms that Section 230 did not immunise Meta from state consumer-protection and tort claims where the alleged harms stemmed from the company's own conduct — the design of platform features and misleading statements about safety — rather than from third-party content. The case concerns Instagram's effects on children rather than fraud, but the reasoning is portable: if a claim can be framed around how a service was built and what its operator said about it, the immunity does less work. Litigation directly about scam advertising is under way, including a class action filed against Meta in April 2026 alleging that the company profits from scam advertisements while misleading users.

Europe imposes systemic duties instead of litigating individual harms. Under the Digital Services Act, large platforms must maintain effective mechanisms against fraudulent advertising and mitigate the resulting risks. On 21 May 2026 the European consumer organisation BEUC, with 29 member groups, filed complaints against Meta, Google and TikTok with the European Commission and national Digital Services Coordinators. Between December 2025 and March 2026 the groups flagged almost 900 advertisements suspected of breaching EU law. The platforms removed 27 per cent; 52 per cent of reports were rejected or ignored. BEUC estimates the fraudulent advertising still running reaches more than 200 million European consumers a month.

The United Kingdom's approach under the Online Safety Act reached a concrete stage almost exactly as the FBI published its alert. On 10 July 2026 Ofcom opened a consultation, running until 2 October, on a draft Fraudulent Advertising Code of Practice containing close to forty measures for the largest categorised services: banning fraudulent advertisers and preventing re-registration, verifying advertiser identity, and testing AI-driven ad creation tools for misuse. Non-compliance carries penalties up to £18 million or 10 per cent of global revenue.

The limitation is written into the scope. The draft code covers paid advertising. It does not cover user-generated content, and it does not cover organic search results. A deepfake video posted to a feed rather than bought as an advertisement, followed by a direct message from a fake profile, falls outside it. The most advanced fraud-specific platform regulation in the democratic world addresses the part of the IC3 scheme that is optional, and not the part that is essential.

The Domain Nobody Can Quite Protect

The FBI's advice — type ic3.gov manually, check the .gov — reflects a real structural advantage and a real structural limit.

The advantage is that .gov is a genuinely controlled space. Under the DOTGOV Act of 2021, the Cybersecurity and Infrastructure Security Agency administers the top-level domain, restricting registration to verified United States federal, state, local, tribal and territorial entities, mandating multi-factor authentication and enforcing HTTPS. Nobody registers a fraudulent .gov domain, because nobody can.

The limit is that this forces the fraud one character sideways. The September 2025 spoofs used ic3-gov.com and ic3gov.org: ordinary commercial domains, registrable in minutes by anyone with a payment method, and no mechanism exists by which CISA or the FBI can prevent their creation. Suppression happens afterwards, through abuse reports to registrars and hosting providers, and the timing is unfavourable. Academic analysis of phishing domain lifecycles finds that although some malicious sites vanish within hours, the average interval between detection and deregistration runs to roughly 11.5 days, and squatted domains impersonating a specific brand persist on the order of three weeks. A scheme that needs the site live only long enough for a victim who received a Telegram link this morning to complete a form this afternoon is entirely compatible with an eleven-day takedown.

Provenance signalling is the technology most often proposed for the video half of the problem. The Coalition for Content Provenance and Authenticity has assembled a substantial standard and a very large membership, and the idea is sound: cryptographically sign content at creation so that origin and edit history travel with it. But C2PA manifests are removable by design and fragile in practice. Embedded manifests are lost whenever a file is re-saved by a tool that is not provenance-aware, and mainstream platforms routinely re-encode media on upload, stripping credentials as a by-product of transcoding rather than by deliberate act. Durable variants combining watermarking and fingerprinting improve matters, but the asymmetry remains: provenance proves that something is what it claims to be, and cannot prove that unsigned content is fake. Where most authentic video also carries no credential, absence of provenance signals nothing.

Detection is the other proposed answer, and the honest reading is discouraging. Deepfake detectors routinely report accuracy above 99 per cent on established academic benchmarks. Evaluated against Deepfake-Eval-2024, built from synthetic media actually circulating on social platforms, state-of-the-art open-source models fell precipitously, with reported reductions in area-under-curve of around 50 per cent for video, 48 per cent for audio and 45 per cent for images. Detectors are good at recognising the generators they were trained on. The generator used to make next month's video does not exist yet.

An Impersonation Statute Written for Badges, Not Pixels

The legal position in the United States is not that impersonating an FBI official is lawful. It is that the statutes were written for a different medium and scaled for a different volume.

Section 912 of Title 18 of the United States Code makes it an offence to falsely pretend to be an officer or employee of the United States and either act as such or, under that pretence, obtain anything of value. The maximum sentence is three years. It is adequate for the person who flashes a false badge, and adequate for whoever runs the IC3 scheme — assuming they are within reach of American jurisdiction, which offshore fraud infrastructure makes unlikely. What it does not reach is the production of the synthetic video, or any duty for the intermediaries distributing it.

The Federal Trade Commission's Government and Business Impersonation Rule, in force since 1 April 2024, is more modern. It prohibits fraudulent impersonation of government agencies and their officers, and lets the Commission seek monetary redress directly in federal court. When it finalised that rule the Commission simultaneously proposed extending the prohibition to impersonation of individuals, citing AI-generated deepfakes as a technology threatening to turbocharge impersonation fraud, and floated a provision imposing liability on parties supplying goods or services — including AI tools — with reason to know they would be used for unlawful impersonation. After an informal hearing in January 2025 the Commission indicated it would not proceed with that means-and-instrumentalities provision, and as of mid-2026 regulatory trackers record the extension to individuals as unfinalised. The proposal that would have reached the toolmakers is the one that was dropped.

Federal deepfake legislation exists but is narrow. The TAKE IT DOWN Act, signed on 19 May 2025, criminalises knowing publication of non-consensual intimate imagery including AI-generated digital forgeries, and requires covered platforms to remove reported material within 48 hours; platforms had until 19 May 2026 to build the process, and the FTC began enforcement that month. It is a real law with real teeth and nothing to say about a synthetic FBI official, because its subject is intimate imagery. The NO FAKES Act, which would create a federal property right in an individual's voice and visual likeness against unauthorised digital replicas, was advanced by the Senate Judiciary Committee on 18 June 2026 and is closer to enactment than in any previous session, but is still not law — and would primarily empower the depicted individual, here a serving federal official suing over a video that has already emptied someone's savings account. State law is dense but uneven: most states have enacted legislation addressing AI-generated media, roughly thirty have election-specific provisions, and every state has non-consensual intimate imagery protections, though many predate generative AI. The coverage is real; the coherence is not, and none of it binds a criminal operating from outside the country.

The European Union is about to attempt transparency at scale. Article 50 of the AI Act imposes obligations applying from 2 August 2026: deployers producing deepfakes — content resembling existing persons or events and falsely appearing authentic — must disclose it, and outputs of generative systems must be identifiable as artificially generated in machine-readable form. Under the Digital Omnibus agreement the general transparency duties bite on that date, while the machine-readable marking obligation is deferred to 2 December 2026 for systems already placed on the market before it. Infringements can attract penalties up to €15 million or 3 per cent of worldwide turnover. The gap is obvious. Criminals will not label their output, and the penalties are calibrated for corporate non-compliance rather than criminal enterprise. What Article 50 may achieve is a norm in which unmarked synthetic content becomes anomalous. That is worth something. It is not protection.

The Case for Restraint

There are decent arguments against every intervention above, and they deserve stating properly rather than as formality.

Criminalising synthetic impersonation of officials in broad terms would collide with the First Amendment. Depictions of government figures are core political speech, and satire, parody and criticism routinely involve putting words into the mouths of public officials. A statute drawn tightly enough to catch a fraudulent recovery-scam video, and loose enough to survive drafting by a legislature under pressure, is likely to catch protected expression too. Fraud-specific framing — requiring intent to deceive for financial gain — narrows the problem, but largely duplicates fraud statutes that already exist.

Platform liability rules carry a documented failure mode. Where a service faces penalties for content it fails to remove and none for content it removes wrongly, the rational response is aggressive removal, and the material caught in that net is disproportionately produced by people without resources to appeal. A 48-hour takedown obligation is defensible for a narrow category. Generalised to impersonation — which includes every parody account and every critical commentary adopting an institutional voice — it becomes something else.

Provenance and detection both invite over-reliance. If the public is trained to treat a content credential as proof of authenticity, the first successful credential-laundering technique produces harm greater than the tool prevented, because it exploits a trust the tool created. And a detection system right 95 per cent of the time tells five per cent of victims their genuine evidence is fake.

There is also a case that resources are better spent elsewhere. A randomised controlled trial by DeLiema, M. Daniel Brannock, Edward Preble and Langton, published in Innovation in Aging in 2024, tested mailed interventions with prior fraud victims. A single warning letter from the Postal Inspection Service reduced revictimisation by 8.6 per cent over four months; the same letter followed by five further mailings achieved a 22.4 per cent reduction. That is an unglamorous intervention delivered by post, and it protected a population no deepfake detector has ever helped. The cheapest thing demonstrably working is a letter.

Where the Cost of Vigilance Actually Lands

The advice at the end of the FBI's alert is sound, and worth reading for what it assumes. Type the address manually. Avoid sponsored search results. Verify the .gov. Do not trust social media profiles or messaging apps claiming to represent the IC3. Look for distorted hands and inaccurate shadows.

Every one of those instructions transfers a cost onto the person least able to bear it. The recipient has just lost money. They may be in their seventies. They may not know what a sponsored search result is, or why a domain suffix matters, or that ic3-gov.com and ic3.gov are not variants of the same thing. Asking them to perform forensic analysis on a video asks them to succeed where 99.9 per cent of iProov's participants failed.

There is a deeper incoherence in the advice, and it is nobody's fault. The IC3 says it will never contact you. But Operation Level Up exists precisely because the FBI does contact victims — proactively, by telephone, unsolicited — and 78 per cent of those it reached in 2025 had no idea they were being defrauded until the Bureau told them. The public is asked to hold two rules at once: an unsolicited approach from the FBI is a red flag, and an unsolicited approach from the FBI may be the intervention that saves your retirement. Distinguishing them requires exactly the institutional literacy this cohort has least of, and that the scheme is engineered to exploit.

That incoherence is the argument for shifting the burden. Not because individuals bear no responsibility, but because the current allocation is arithmetically absurd. On one side is a person defrauded once, in the worst week of their financial life, asked to authenticate synthetic video. On the other are entities that can act structurally: the platform that can require verification before an account claims to represent a federal agency; the registrar that can decline to sell ic3-gov.com; the agency that can establish a single cryptographically verifiable channel through which victims confirm a complaint's status; and the legislature that can extend a mid-century impersonation statute to the medium in which impersonation now happens, and finalise a rulemaking it began in 2024.

None of these is difficult in the way detecting deepfakes is difficult. They are difficult in the way assigning liability is always difficult, which is to say politically rather than technically. The IC3 scheme is not a story about the frontier of artificial intelligence; the tools involved are commodity products. It is a story about an institution whose credibility is its only real asset discovering that credibility is cheap to counterfeit and expensive to defend, and about a legal architecture that has not decided whose problem that is.

The scheme's designers have already answered the question. They decided it was the victim's problem, and built accordingly.

References

  1. FBI Internet Crime Complaint Center, “FBI Warns of Scammers Impersonating the IC3,” Alert Number I-072026-PSA, 20 July 2026. https://www.ic3.gov/PSA/2026/PSA260720
  2. FBI Internet Crime Complaint Center, “FBI Warns of Scammers Impersonating the IC3,” Alert Number I-041825-PSA, 18 April 2025. https://www.ic3.gov/PSA/2025/PSA250418
  3. FBI Internet Crime Complaint Center, “Threat Actors Spoofing the FBI IC3 Website for Possible Malicious Activity,” 19 September 2025. https://www.ic3.gov/PSA/2025/PSA250919
  4. FBI Internet Crime Complaint Center, “Criminals Use Generative Artificial Intelligence to Facilitate Financial Fraud,” 3 December 2024. https://www.ic3.gov/PSA/2024/PSA241203
  5. Federal Bureau of Investigation, “Cryptocurrency and AI Scams Bilk Americans of Billions,” April 2026. https://www.fbi.gov/news/press-releases/cryptocurrency-and-ai-scams-bilk-americans-of-billions
  6. Federal Bureau of Investigation, “Operation Level Up,” accessed 25 July 2026. https://www.fbi.gov/how-we-can-help-you/victim-services/national-crimes-and-victim-resources/operation-level-up
  7. Federal Trade Commission, “FTC Data Show People Reported Losing $3.5 Billion to Imposter Scams in 2025,” June 2026. https://www.ftc.gov/news-events/news/press-releases/2026/06/ftc-data-show-people-reported-losing-3-point-5-billion-imposter-scams-2025
  8. Federal Register, “Trade Regulation Rule on Impersonation of Government and Businesses,” 1 March 2024. https://www.federalregister.gov/documents/2024/03/01/2024-04335/trade-regulation-rule-on-impersonation-of-government-and-businesses
  9. Congress.gov, “S.4591 — NO FAKES Act of 2026, 119th Congress,” 2026. https://www.congress.gov/bill/119th-congress/senate-bill/4591/text
  10. Massachusetts Supreme Judicial Court, “Commonwealth v. Meta Platforms, Inc.,” SJC-13747, 10 April 2026. https://law.justia.com/cases/massachusetts/supreme-court/2026/sjc-13747.html
  11. Gibson Dunn, “EU AI Act Omnibus Agreement — Postponed High-Risk Deadlines and Other Key Changes,” 2026. https://www.gibsondunn.com/eu-ai-act-omnibus-agreement-postponed-high-risk-deadlines-and-other-key-changes/
  12. BEUC, “Consumer groups file complaints against Meta, TikTok and Google for failing to protect consumers against financial scams,” 21 May 2026. https://www.beuc.eu/press-releases/consumer-groups-file-complaints-against-meta-tiktok-and-google-failing-protect
  13. Ofcom, “Consultation: Fraudulent Advertising Code of Practice, Volume 1 — Context,” 10 July 2026. https://www.ofcom.org.uk/siteassets/resources/documents/consultations/category-3-4-weeks/consultation-fraudulent-advertising-code-of-practice/main-documents/volume-1-context.pdf
  14. Meta, “Fighting Scammers and Protecting People With New Technology and Partnerships,” March 2026. https://about.fb.com/news/2026/03/fighting-scammers-protecting-people-with-new-technology-and-partnerships/
  15. Check Point Research, “Telegram's Crackdown in 2026 and Why Cyber Criminals Are Still Winning,” 2026. https://blog.checkpoint.com/research/telegrams-crackdown-in-2026-and-why-cyber-criminals-are-still-winning/
  16. Marguerite DeLiema and Lynn Langton, “Older Victims of Mass Marketing Scams: An Analysis of Data Seized From Scammers,” Innovation in Aging, December 2021. https://pmc.ncbi.nlm.nih.gov/articles/PMC8679313/
  17. Marguerite DeLiema, M. Daniel Brannock, Edward Preble and Lynn Langton, “A Fraud Awareness Mail Campaign Significantly Reduces Rates of Revictimization Among Older Victims,” Innovation in Aging, 2024. https://pmc.ncbi.nlm.nih.gov/articles/PMC11689558/
  18. Cazanis, Carminati, Chew, Cross, Ponsford and Gould, “'Falling into a Black Hole': A Qualitative Exploration of the Lived Experiences of Cyberscam Victim-Survivors and Their Social Support Networks,” Victims and Offenders, 2025. https://www.tandfonline.com/doi/full/10.1080/15564886.2025.2481267
  19. iProov, “Study Reveals Deepfake Blindspot: Only 0.1% of People Can Accurately Detect AI-Generated Deepfakes,” 2025. https://www.iproov.com/press/study-reveals-deepfake-blindspot-detect-ai-generated-content
  20. Ammarah Hashmi, Sahibzada Adil Shahzad, Chia-Wen Lin, Yu Tsao and Hsin-Min Wang, “Unmasking Illusions: Understanding Human Perception of Audiovisual Deepfakes,” arXiv:2405.04097, 2024. https://arxiv.org/abs/2405.04097
  21. Zhiwei Tang, Dion Hoe-Lian Goh, Chei Sian Lee and Yang Yang, “Understanding strategies employed by seniors in identifying deepfakes,” Aslib Journal of Information Management, 2026. https://www.emerald.com/ajim/article/78/2/430/1248679/Understanding-strategies-employed-by-seniors-in
  22. “Understanding Deepfake Detection Strategies Among Young Adults and Seniors,” International Journal of Human–Computer Interaction, 2025. https://www.tandfonline.com/doi/full/10.1080/10447318.2025.2607571
  23. “Deepfake-Eval-2024: A Multi-Modal In-the-Wild Benchmark of Deepfakes Circulated in 2024,” arXiv:2503.02857, 2025. https://arxiv.org/html/2503.02857v1
  24. “Registration, Detection, and Deregistration: Analyzing DNS Abuse for Phishing Attacks,” arXiv:2502.09549, 2025. https://arxiv.org/pdf/2502.09549
  25. Global Anti-Scam Alliance and Feedzai, “Global State of Scams Report 2025,” 7 October 2025. https://gasa.org/knowledge-base/reports/global-state-of-scams-2025

Tim Green

Tim Green UK-based Systems Theorist & Independent Technology Writer

Tim explores the intersections of artificial intelligence, decentralised cognition, and posthuman ethics. His work, published at smarterarticles.co.uk, challenges dominant narratives of technological progress while proposing interdisciplinary frameworks for collective intelligence and digital stewardship.

His writing has been featured on Ground News and shared by independent researchers across both academic and technological communities.

ORCID: 0009-0002-0156-9795 Email: tim@smarterarticles.co.uk

Listen to the free weekly SmarterArticles Podcast

 
Read more... Discuss...

from Logan's Ledger on Life

There is something an old evangelist once said that has stayed with me for years.

He said, “The pastor’s job is really the job of a bus driver.”

That’s it.

The driver doesn’t decide who gets on the bus. He doesn’t decide who stays for the whole ride. He doesn’t decide who gets off. His job is simply to keep driving.

That’s the calling of a pastor.

I don’t own the church. Jesus does.

I don’t choose who walks through the doors. I don’t choose who leaves. I simply try, by the grace of God, to keep pointing people to Jesus and keep the bus headed toward home.

But if I’m honest…

There are people who left years ago, and I still think about them.

I remember their faces. Their laughter. Their tears. The prayers we prayed together. The victories we celebrated. The burdens we carried. Then one day… they were gone.

I don’t say their names because this isn’t about guilt. It’s about love.

I simply wonder…

Are they happy?

Have they found a church family that truly loves them?

Have they found a place where their gifts are being used for the Kingdom of God?

Most of all…

Have they tasted and seen that the Lord is still good?

I pray for them.

Not because I want to fill pews.

Because I love people.

If they’ve found a church where they are growing in Christ, serving with joy, and flourishing, then my heart rejoices. Praise God! That’s exactly what I want for them.

But if they’re wandering…

If they’re hurting…

If they still haven’t found where they belong…

Then I quietly ask the Good Shepherd to bring them home—whether that’s here at the Lord’s Table or wherever He knows they will grow best.

Then I pray for the people who are here today.

Lord, let every person who walks through these doors discover the place You created just for them. Let them find their calling. Let them uncover the gifts You’ve placed inside them. Let them become part of something eternal. Let them know they are loved.

And then my heart reaches even farther.

It reaches for the people we’ve never met.

The husband who’s about to give up.

The wife crying herself to sleep.

The teenager wondering if anyone notices.

The widow eating another meal alone.

The family searching for hope.

The man convinced God could never forgive him.

The woman carrying burdens no one else can see.

Lord…

Bring them to Your table.

Let them taste and see that You are good.

Not because our church is perfect.

Not because our pastor has all the answers.

But because Jesus Christ is still saving, still healing, still restoring, still forgiving, and still preparing a place at His table for everyone who will come.

My prayer has never been that this church would simply become bigger.

My prayer is that heaven would become fuller.

May every person who walks through these doors seek first His Kingdom and His righteousness. And may they discover that everything they truly need is found in Christ.

There will always be a place at the Lord’s Table.

And if you’re looking for home…

We saved you a seat.

 
Read more... Discuss...

from Douglas Vandergraph | Quiet Christian Reflection

Chapter 1: After Everyone Else Has Gone to Bed

It is nearly midnight, and you are standing in the kitchen packing tomorrow’s lunches. The dishwasher is running. A work email remains unanswered, a prescription needs to be collected in the morning, and someone in the house has already asked whether you remembered the appointment. You did. You usually remember everything because everyone expects you to.

Your phone lights up with a message from a friend: “God bless you. Please get some rest.” You smile, type, “I’m fine,” and place the phone facedown. That quiet reflex sits at the center of this Christian video about receiving God’s blessing when you are always the strong one. You know how to give encouragement, but receiving it makes you uncomfortable.

This hidden weariness belongs beside this reflection on allowing God to care for the person who cares for everyone else. Somewhere along the way, being dependable became part of your identity. You began confusing usefulness with worth. If you are solving the problem, organizing the schedule, or holding someone together, you know where you belong. When you need help, that certainty begins to shake.

So you keep moving. You wipe the counter, check the calendar, and decide sleep can wait. No one has ordered you to carry all of this alone. Still, asking someone else feels risky. They may do it differently. They may see how tired you are. Worse, they may say no, confirming the fear that your needs are inconvenient.

“God bless you” sounds simple until you realize blessing must be received with open hands. You cannot control the form it takes. God may answer through another person carrying part of the load, through a boundary you need to set, or through the humility of admitting that your body and mind have limits. Help can feel like loss of control before it feels like care.

The dishwasher finishes, and the kitchen becomes quiet. You pick up the phone and erase “I’m fine.” This time you write, “I am more tired than I have admitted. Could I call you tomorrow?” The message is not a collapse. It is a small opening. Perhaps God’s blessing has already reached you, waiting for permission to enter.

Chapter 2: What Happens When You Say “I Need Help”

At lunchtime, you sit in your car with the engine off. The parking lot is bright, but you have reclined the seat as though a few quiet minutes might repair weeks of exhaustion. Your friend calls exactly when promised. You consider letting it ring, then answer with the cheerful voice you use when you do not want anyone to worry.

She does not accept “I’m just busy” as the whole answer. She waits through the silence until you admit that you have been sleeping poorly and feeling angry with everyone. Saying it aloud embarrasses you. You expect concern to become judgment. Instead, she says, “That sounds like too much for one person.”

There is relief in being believed. You do not have to prove your exhaustion with a dramatic collapse. God already knows the weight carried behind your capable appearance. Sometimes His care begins when another person sees the strain and does not ask you to justify it.

Your friend offers to collect the prescription and bring dinner. Your first instinct is to decline because accepting will disrupt her day. She reminds you that you have rearranged many days for other people. The sentence lands gently but firmly. You have treated giving as love and receiving as inconvenience, though both require trust.

Receiving help also means accepting that it may not arrive exactly as you would have done it. The meal may be different. The errand may take longer. Someone else may forget the coupon or choose the wrong brand. If care must meet your standards before you accept it, control will keep disguising itself as responsibility.

You finally say yes. Nothing dramatic changes in the parked car. The workday still waits, and the deeper exhaustion will require more than one meal. Yet one burden has moved from your hands into willing hands nearby. “God bless you” begins to feel less like a pleasant wish and more like something God can deliver through the people you once kept outside the door.

Chapter 3: Loved Before the Work Is Finished

That evening, a covered dish sits on the counter, and the prescription bag rests beside it. Someone else has handled both. Your first impulse is to use the extra time to answer email, fold laundry, or clean the refrigerator shelf you noticed that morning. Instead, you carry a glass of water to the porch and sit down.

Rest feels unnatural when your mind has been trained to search for the next unfinished thing. The chair supports your body, but your thoughts keep standing up. You remember tasks, conversations, and future problems. For several minutes, doing nothing feels less like peace and more like guilt.

This is where God’s blessing reaches beneath your schedule. He does not love a future version of you who finally completes everything. He does not wait for your productivity to make you worthy of care. In Christ, you are invited to receive grace before the work is done, while the inbox is full and the kitchen remains imperfect.

Receiving that truth may require small acts of surrender. You let someone else load the dishwasher without correcting the arrangement. You decline one request that can wait. You go to bed before every problem has been solved. These choices may look ordinary, but they challenge the belief that the world is held together by your constant effort.

The evening air cools, and you remain in the chair. Tomorrow will ask something from you, but tonight does not need to be turned into another assignment. “God bless you” can now mean, “May you know that God cares for you even when you are not carrying everyone else.” You do not have to earn the right to receive what His love is already willing to give.

Your friend, Douglas Vandergraph

Explore the complete Douglas Vandergraph Master Index: https://douglasvandergraph.com/douglas-vandergraph-master-index/

Watch Douglas Vandergraph’s faith-based videos on YouTube: https://www.youtube.com/@douglasvandergraph

 
Read more...

Join the writers on Write.as.

Start writing or create a blog