Steve Jobs was alsway behind the mentioned products. But heβs not with Apple any moreβ¦
03.08.2025 15:47 β π 0 π 0 π¬ 0 π 0@kpavlov.me.bsky.social
Human, Software Engineer: AI, Kotlin, OSS. Creator of mokksy.dev
Steve Jobs was alsway behind the mentioned products. But heβs not with Apple any moreβ¦
03.08.2025 15:47 β π 0 π 0 π¬ 0 π 0Why it matters:
β’ Parameter sharing (same ΞΈ reused across layers) keeps the model small.
β’ Adaptive depth (different numbers of steps per token) avoids wasting compute on tokens that donβt need much processing.
β’ Smarter memory usage by caching only whatβs needed at each step.
Now, rather than running every input token through f a fixed number of times, it introduces a router, which decides dynamically how many times to apply f for each token, based on how βdifficultβ it is. The model learns this routing behavior during training.
22.07.2025 05:57 β π 1 π 0 π¬ 1 π 0Think of it like this:
Imagine a fixed-size function f(x; ΞΈ) that transforms input x using parameters ΞΈ. Instead of stacking many unique layers (with different ΞΈs) like in standard Transformers, this model reuses the same function f several timesβthis is the βrecursionβ part.
The paper: arxiv.org/pdf/2507.10524
22.07.2025 05:51 β π 0 π 0 π¬ 1 π 0Google has introduced a new Transformer model called Mixture-of-Recursions, which lets each token go through a different number of processing steps based on how much βthinkingβ it needs, helping the model use less memory and computation while improving performance. youtu.be/MfswBXmSPZU
22.07.2025 05:51 β π 1 π 0 π¬ 1 π 0blew the dust off #langchaiun4j-kotlin. Kotlin 2.2 and LangChain4j 1.1 ready.
github.com/kpavlov/lang...
In a world where every keystroke carries consequences, how far will they go to avoid the sweet taste of failure?
Genres: Workplace Thriller, Tech Drama
This story is: Mind-Bending, Thought-Provoking
Maturity Rating: PG (Mild Technical Jargon, Intense Pair Programming Scenes)
... a psychological experiment in collective responsibility, technical excellence, and the price of perfection. As commits shrink and pair programming intensifies, the team discovers that their greatest enemy isn't failed tests or broken code, but the comfortable mediocrity they're leaving behind.
19.07.2025 08:36 β π 0 π 0 π¬ 1 π 0A software development team implements a deceptively simple rule: break the build, buy cookies for everyone. What begins as a lighthearted accountability measure slowly transforms into something far more profound β ...
19.07.2025 08:36 β π 2 π 0 π¬ 1 π 0Illusion of Hype - xam.dk/blog/illusio...
09.06.2025 08:03 β π 3 π 3 π¬ 0 π 0Had a fun conversation with Mark Sailes about my career in professional opensource - maybe you find some of it interesting too. And go subscribe give a like on Marks new channel!
youtu.be/ePb9O9VDsVA
Poland will start its first-ever pilot of a shortened working week this July as the government seeks to meet social needs.
01.07.2025 23:24 β π 21 π 8 π¬ 1 π 3Their system prompts need more refinement and supervision and human approvals while making the decisions, but the business model is seemingly interesting and promising.
02.07.2025 12:30 β π 0 π 0 π¬ 0 π 0Anthropic put an AI chatbot in charge of a shop. The results show why AI wonβt be taking your job just yet.
02.07.2025 11:08 β π 27 π 12 π¬ 2 π 13You may also get the slides from here: kotlinconf.com/talks/795976/
23.06.2025 07:32 β π 0 π 0 π¬ 0 π 0The #video of our talk with @maxandersen.xam.dk at #KotlinConf2025 on #Quarkus #LangChain4j is here! youtu.be/hxEM5J6QfLY
23.06.2025 07:31 β π 1 π 0 π¬ 1 π 0In case you missed the latest @langchain4j.dev release, a new feature that snuck in is #guardrails! You can validate LLM input & output!
docs.langchain4j.dev/tutorials/gu...
If AI can generate it once, letβs save the planet ππ± by not asking AI to generate it many times. Same as: if AI can write and run a script, letsβs save the script instead of asking AI to generate it every time.
18.06.2025 11:50 β π 1 π 0 π¬ 1 π 0A comprehensive overview of building #AI applications with #LangChain4j
javapro.io/2025/04/23/b...
I wrote a new #blog post about why #testing #prompts in isolation isnβt enough π¨
Your app usually generates prompts on the fly. Static tests miss how it behaves in real-world use. You should test the service itselfβdynamic prompt logic, context, full flows
kpavlov.me/blog/llm-eva...
#ai #testing
First day at #DevTalksRomania. Today I am hosting a workshop on building AI agent on #Kotlin, #LangChain4j, and #Quarkus
04.06.2025 09:25 β π 1 π 0 π¬ 0 π 0Kodee, the speaker on KotlinConf 2025 in Copenhagen, Denmark π©π°
There are only 103 unique #LEGO sets like this, and only 2 happy owners in #Estonia: @antonarhipov.bsky.social and myself π
#KotlinConf25 #Kodee
The DevUI is especially useful to play with the ADK
29.05.2025 11:33 β π 4 π 1 π¬ 0 π 0#JetBrains #koog is better with #koog-sauce: here is an example how to use Koog and #SpringAI together: github.com/kpavlov/koog...
#AgenticAI
I am Debugger in baggy jeans. Unleash your inner Duke and win a limited-edition T-shirt!
#Java30WithIntelliJIDEA www.jetbrains.com/lp/java-30/d...
π KotlinConf is almost here! The opening keynote and an exciting lineup of sessions kick off tomorrow at 9:00 am CEST. Donβt miss the livestream: π kotl.in/conf25-live
21.05.2025 10:02 β π 7 π 2 π¬ 0 π 0A simple test for new Google Java Agent Development Kit #ADK
A #test for @glaforge.dev's ADK example glaforge.dev/posts/2025/0...
github.com/mokksy/ai-mo...
#Mokksy AI Mocks 0.4.0 now supports Google #Gemini #VertexAI mocking. Enable deterministic testing with local API simulation - no production dependencies needed. Useful for stable CI/CD with #AI components.
Docs: mokksy.dev/docs/ai-mock...
#AITesting #DevInfrastructure #Geminiββββββββββββββββ
I found a nice #AI #wiki generator. It helps to understand project structure and architecture, e.g. deepwiki.com/mokksy/ai-mo...
Free for open-source projects. They are asking to add a badge to README file, and the wiki will be updated weekly
deepwiki.com