23 August 2026

What thread binds my poems?

 

I developed an AI agent that made me 'aware' of what thread binds my poems written over a period of time: childhood to my late sixties. I developed the agent with the help of AI Claude. It is really amazing how I am told about my own writing.

The method is simple: I supply a 'prompt' to the Agent and it chooses  three poems that are aligned to the given prompt (in the order of relevance) from the database of my poems and develops the thread that binds the poems. Here are three examples. The prompts are 'love' , 'ship' and 'night' .

=== Blog RAG Ready. Type 'quit' to exit. ===

Your question: love

Retrieved 3 chunks:

  [0.42] The sixth sense of love — What is the sound of love?What is the scent of love?What is

  [0.41] The longing of belonging — The longing Of belonging, The gain ,Due to pain, Is the measure O

  [0.41] No escape for you — A wave came from afar, Seeking to touch your bare feet, Bu t yo

Generating answer...

Answer: In these poems, love is depicted as a complex and multifaceted experience that can evoke a range of sensory and emotional responses. In "The longing of belonging," the speaker expresses the pain of longing for connection and belonging, suggesting that love is not just about the positive aspects, but also about the sacrifices and hardships associated with it.

In "No escape for you," the speaker describes the overwhelming nature of love, portraying it as a force that can consume and drown the individual, leaving them helpless and unable to escape. The metaphor of the wave that turns into a tsunami emphasizes the destructive power of love, as it consumes everything in its path.

The poems also touch on the idea that love can be sensed through different senses, as the speaker asks questions about the sound, scent, sight, touch, and taste of love. These inquiries suggest that love is a deeply felt and experienced emotion that can be sensed in various ways, beyond just the physical aspect of touch.

Overall, these poems paint a picture of love as a powerful, overwhelming, and sometimes painful emotion that can consume and drown the individual, while also offering the possibility of belonging and connection. The imagery, emotion, and meaning conveyed in these poems demonstrate that love can be both beautiful and destructive, depending on the circumstances.

Your question: ship

Retrieved 3 chunks:

  [0.45] Fill my night with love — Call me as a lighthouse To a ship adrift yonder, Fill my night

  [0.38] Still, ever the best ship — We are in the same boat. Whether she is sailing smooth, Whethe

  [0.37] Till you are finally awake — Every ship leaves a wake, Till she drops anchor, Every dream l

Generating answer...

Answer: The poems provided offer rich imagery and emotional depth, centered around the themes of light, friendship, and dreams. In the first poem, the imagery of a lighthouse guiding a lost ship suggests a sense of guidance and comfort in times of uncertainty, emphasizing the importance of love and support in one's life. The repetition of the word "ship" throughout the poem serves as a metaphor for the relationship between the speaker and the person they are addressing, painting a picture of a strong and unwavering bond.

The second poem speaks to the idea of friendship being a constant, even when things go wrong. The ship analogy is employed here, symbolizing the steadiness and reliability of their friendship amidst any challenges they might face. The poet uses the ship's ability to sail smooth or through rough seas as a representation of their shared experiences, demonstrating the power of their friendship to endure.

The third poem taps into the universal experience of dreaming and awakening. The wake left by a ship and a dream are used to convey the transient nature of our experiences and the inevitability of waking from our dreams. The use of wake in this context also reminds us of the continuous flow of time and the importance of cherishing our moments with loved ones.

Overall, the poems convey the significance of love, friendship, and shared experiences, using the metaphor of a ship to highlight these themes. The poets invite readers to reflect on the relationships in their own lives and the importance of nurturing and cherishing them.

Your question: night

Retrieved 3 chunks:

  [0.50] After you left — Last night, The stars stopped their chatter, The moon crumbled

  [0.43] Whiff of you — The spaces of that day, Remained filled With a whiff of you, An

  [0.43] It is past the hour — Like fireflies, The lights from mobiles, Are waves in the dark

Generating answer...

Answer: The night in these poems is portrayed as an extension of the speaker's longing and loss. In "After you left," the speaker describes how the night continued to persist, seemingly mourning the departure of the person they lost, as the stars stopped their chatter and the moon crumbled.

Similarly, in "Whiff of you," the memory of the departed lingers in the spaces of that day, causing the speaker to find solace in the night, to which they become increasingly drawn, creating a dreamy, otherworldly connection with their lost loved one.

In "It is past the hour," the night takes on a more somber tone, representing the final moments or last encounter with the departed, as the speaker performs their swan song, a poignant farewell, before the audience and darkness claim them. The night serves as a backdrop for the speaker's reflection on the impermanence of life and relationships, with the imagery of fireflies and waves in the dark stadium evoking a sense of melancholic beauty.


19 August 2026

You'll be a Child, my man

 


If you are not surprised
By the size of your shadow,
If you are impishly happy
At the periscopic view of the world


You'll be a Child, my man. 

(With apologies to Kipling)





10 August 2026

The memory lane

 


There is a lane
Where there is restricted entry,
And it is called
The memory lane.

There is a lane
Where there is one-way traffic,
And it is called
The memory lane.

And the turnpike man
At the entry of the memory lane,
Says to all who want entry,
'You have been warned.'



06 August 2026

Ameen

 

Someone sent this quote to me:



I agreed and said, 'Ameen!'

04 August 2026

My fever will come crashing down

 

This town is really alright,

It's a bit tipsy though,

For there is a scent of you

All over the town.


I too am really alright,

Touch my forehead

With your quivering lips,

My fever will come crashing down.



02 August 2026

Mythos Preview as part of Project Glasswing

 Cloudflare in its blog wrote thus about Project Glasswing:

--------------------

For the last few months, we've been testing a range of security-focused LLMs on our own infrastructure. These LLMs help identify potential vulnerabilities in our own systems, so we can fix them – and they also show us what attackers are going to be able to do with the latest models.

None of these LLMs has captured more attention than Mythos Preview, from Anthropic. A few weeks ago, we were invited to use Mythos Preview as part of Project Glasswing. We soon pointed it at more than fifty of our own repositories – to see what it would find, and to see how it works.

This post shares what we observed, what the models did well and what they didn't, and how the architecture and process around them needs to change, so they can be used at scale.

Mythos Preview is a real step forward, and it's worth saying that plainly before getting into anything else. We've been running models against our code for a while now, and the jump from what was possible with previous general-purpose frontier models to what Mythos Preview does today is not just a refinement of what came before.

It's a different kind of tool doing a different kind of work, and that makes a clean apples-to-apples comparison to earlier models difficult. So rather than trying to benchmark Mythos Preview against general-purpose frontier models, it's more useful to describe what it can actually do, and two features that stood out across the work we did with Mythos Preview:

Exploit chain construction - A real attack rarely uses one bug. It chains several small attack primitives together into a working exploit. For instance, it might turn a use-after-free bug into an arbitrary read and write primitive, hijack the control flow, and use return-oriented programming (ROP) chains to take full control over a system. Mythos Preview can take several of these primitives and reason about how to combine them into a working proof. The reasoning it shows along the way looks like the work of a senior researcher rather than the output of an automated scanner.

Proof generation - Finding a bug and proving it's exploitable are two different things, and Mythos Preview can do both. It writes code that would trigger the suspected bug, compiles that code in a scratch environment, and runs it. If the program does what the model expected, that's the proof. If it doesn't, the model reads the failure, adjusts its hypothesis, and tries again. The loop matters as much as the bugs it finds, because a suspected flaw without a working proof is speculation, and Mythos Preview closes that gap on its own.

Some of what we describe above is not entirely unique to Mythos Preview. When we ran other frontier models through the same harness, they found a fair number of the same underlying bugs, and in some cases they got further than we expected on the reasoning side too. Where they fell short was at the point of stitching the pieces together. A model would identify an interesting bug, write a thoughtful description of why it mattered, and then stop, leaving the actual chain unfinished and the question of exploitability open. What changed with Mythos Preview is that a model can now take those low-severity bugs (which would traditionally sit invisible in a backlog) and chain them into a single, more severe exploit.

--------------


Let's understand in layman's terms what this quote means: 

'A real attack rarely uses one bug. It chains several small attack primitives together into a working exploit. For instance, it might turn a use-after-free bug into an arbitrary read and write primitive, hijack the control flow, and use return-oriented programming (ROP) chains to take full control over a system. Mythos Preview can take several of these primitives and reason about how to combine them into a working proof. The reasoning it shows along the way looks like the work of a senior researcher rather than the output of an automated scanner.'

Here's what that's saying, in plain terms:

The core idea: hacking usually isn't one bug = one hack

Let's think of a piece of software as a house with many small flaws — a window that doesn't latch properly, a lock that's a bit loose, a floorboard that creaks and shifts. Any single one of these flaws alone might not let a burglar into the house. But a clever burglar can combine them: use the loose floorboard to reach the window latch, use the window to get to the loose lock, and now they're inside and can move freely.

That's an "exploit chain" — attackers rarely find one giant bug that hands over full control. Instead, they find several small, seemingly minor bugs and stitch them together, where each one enables the next step.

The technical example translated in layman's terms:

Use-after-free bug: A program frees up a piece of memory (analogy could be clearing out a filing cabinet) but then accidentally still tries to use it later. This creates an opportunity for an attacker to sneak their own data into that "empty" space.

Arbitrary read/write primitive: Turning that mistake into a general-purpose ability to read or write almost any memory location in the program  It is like going from "found one unlocked drawer" to "now I can open any drawer in the building."

Hijack control flow: Once you can write anywhere, you can trick the program into running instructions of your choosing instead of its own code. It is like slipping fake instructions into someone's to-do list and having them followed exactly.

ROP chains (return-oriented programming): A technique where an attacker doesn't inject new malicious code, but instead stitches together tiny existing fragments of the program's own code (like assembling a ransom note out of cut-up letters from a newspaper) to make the program do something it was never intended to do.

Therefore what Mythos Preview is doing is this:

The claim is that this AI model can look at a handful of these individual small flaws and figure out, on its own, how to link them together into a complete, working attack. And that its step-by-step reasoning while doing this reasoning resembles how an experienced human security researcher thinks through the problem, rather than just mechanically trying random combinations like a basic automated tool would.

Ineresting? ShareThis

search engine marketing