-
Losada coefficient at life and work
The Losada coefficient at life and work is pretty much the same theory. Also known as Losada ratio or critical positivity ratio. Proposes a fixed ration between positive and negative interactions / emotions. Supposedly distinguishes positive from negative individuals or teams.We should have proportionally MORE POSITIVE INTERACTIONS so in the long run we will be happy.Originated in 2005 paper by psychologists Barbara Fredrickson and Marcial Losada, who calculated a threshold of ~2.9:1 and upper? limit around 11.6:1 Losada ratio in coportate In highly skilled IT software development teams ( or any other team for that matter) this balance shows up in code reviews, standโups, meetings, emails, design discussions and production…
-
Code mode for mcp servers and llms
Code mode for mcp servers is about LLM writing and calling the code to use a proper MCP instead of calling it directly with the whole context. It makes the call a lot smaller, no overhead is passed, just the basics that are required to call the proper MCP method. Just as You do in code, method or a function, proper parameters, everything validated and… BAM ! We are returning a context that LLM uses in further stages. Anthropics wrote… This is really nice looking but only for a huge models with a 1kk tokens of a context. We need to remember that this is not possible on any kind…
-
97 Things Every Data Engineer Should Know – book review
97 Things Every Data Engineer Should Know review will be a positive one. This style of books is currently my favorite. Might get another one from the series ๐ It is bits and pieces of knowledge You can digest easily. Scattered across multiple disciplines teachings are of a principle design. Book is technologically agnostic, meaning rules, law, principles and methodologies presented You can use with any framework or system. It is like the design principles. Great read, would recommend. 97 lessons to pick from The book is all about best practices, system design, queues, asynchronouse communication and many more. You can easily read it day by day when You “meditate”…
-
RICO prompt model
RICO prompt model is a simpler RICECO method and is NOT based on one of the penguins from the madagraskar…. You won`t remember this because of him ๐ Rico is one of the simpler methods out there, not much complicated, just like a good kaboom ๐ Simple and easy to remember. Rico can help You start Kabooming more effective prompts for any AI. RICO is a simple framework that helps you structure prompts to help and guide AI so it understands exactly what you want. The RICO Method: A Kaboom Framework for Better AI Prompts Recently one skill is becoming more and more valuable: prompting. Good prompts lead to clearer,…
-
What is an MCP (Model Context Protocol) data format ?
A regular MCP (Model Context Protocol) format follows JSON-RPC 2.0 encoded in UTF-8 standard. The format is design to easily integrate different tools used with AI and LLMS like Context7 ( used by visual code or intellij). Servers like Context7 are designed to integrate real-time, version-specific documentation and code examples directly into AI or coding assistant prompts to improve code accuracy and developer productivity. MCP naming conventions MCP naming conventions are usually : use lowercase letters, hyphens, or camelCase without spaces or special characters. Example filenames : The folder structure may organize docs by library by topic, component or any other phrase or category: MCP documentation file format MCP Context7…













