tech, startups, internet

Cursor agent system prompt.

How do you get a dumb LLM to do your bidding? You have to write a very good system prompt! Nobody wants theirs exposed as it’s intellectual property, but it seems that they inevitably leak because LLMs are inevitably jailbroken. […]

retail therapy

A summary of all the 2025 trends forecasts.

You know how every research agency and big company likes to public an annual trends report? Imagine taking 233 of those and feeding them into an LLM to extract the key points by industry. Someone did that, then summarized it […]

fun facts

Can one get a deterministic output from an LLM?

Not really. “The response itself depends on the amount of layers offloaded onto the GPU, and your drivers. Basically you can only get the same output with the exact same input with exactly the same setup, that’s consistent, but change […]

tech, startups, internet

Chain of Thoughtlessness.

This research makes the claim that using “Chain of Thought” prompting for LLMs does not generalize. I consider this evidence of LLM limitations (at least for now?). “This spotlights drawbacks of chain of thought, especially because of the sharp tradeoff […]

tech, startups, internet

Prompt design and engineering.

This starts out basic and gets complex toward the end. “In this paper, we introduce core concepts, advanced techniques like Chain-of-Thought and Reflection, and the principles behind building LLM-based agents. Finally, we provide a survey of tools for prompt engineers.” ~ learn […]