β‘ Available via API, Kimi.com, app & #KimiCode β open-weight, Modified MIT license, self-hostable via vLLM/SGLang
π Top-up bonus until May 3: +20% on $100 | +25% on $300 | +30% on $1,000+
platform.kimi.ai/docs/pricin...
Posts by Micha the DevOp
π¨ Generates production-ready front-end UIs from prompts β scroll-triggered animations, 3D effects & video backgrounds
π οΈ Cross-language: #Rust, #Go, #Python, #Zig, frontend, #DevOps β proven over 4,000+ tool calls in 13-hour autonomous sessions
π€ #AgentSwarm now scales to 300 parallel sub-agents coordinating 4,000 steps simultaneously β up from 100 agents in K2.5
π 80.2% on SWE-Bench Verified, 54.0% on HLE-Full with tools (beats GPT-5.4), 92.5 F1 on DeepSearchQA #coding #MachineLearning
π #MoonshotAI releases #KimiK26 β #opensource 1T-param MoE model, 32B active params, 262K context & native multimodal (image + video) input
π§ +15% over K2.5 on benchmarks: better long-horizon coding stability, deeper reasoning & stronger instruction following #AI #LLM
π§΅ π
Itβs easy to complain, but you should also mention the positive things sometimes π
#Claude today:
> File is JSON output (not code), but I delegate the parsing
> to a subagent to ***save context***.
#ai #coding
#opus 4.7 xhigh
-- parent class
---- child class 1
---- child class 2
refactors one line of code and creates the same method twice in every child class instead of doing it once in the parent π π€¦
is there a hidden SUPER HIGH ????? insane! (stupid) #ai #coding #claude
In exchange you get a full 3 hour course (probably group course) on how to master the tools you need to do so!
Don't be shy! It's free! And he can also show you how to use a lot of AI coding stuff that doesn't cost you anything and how to avoid expensive mistakes with AI th at he made.
Are you a #PHP developer and you want to know how to work with #Al #coding tools? π§βπ«
Here is the deal:
You message Jochen (not me!) β he has a video call and he gives you a task for an enhancement of the king extension!
π§΅ π
π This flips the model from βstore and read laterβ β βreceive and act instantlyβ β perfect for #Support, #Workflows, and #Agent based systems.
π blog.cloudflare.com/email-for-a... (email for agents)
π github.com/cloudflare/... (agentic inbox)
ποΈ And thatβs where it gets powerful: using Workers + #R2 + #SQLite (via Durable Objects), you can literally build your own Gmail-like system β but fully programmable and AI-native.
π§ The wild part: thereβs no built-in inbox. Itβs fully #EventDriven. You either process emails in real-timeβ¦ or build your own storage layer (like their Agentic Inbox example).
βοΈ With #Cloudflare Workers, incoming emails are processed like webhooks: parse content, call APIs, run #Automation, even generate replies using #AI β all without running a traditional mail server.
π¬ #Cloudflare is quietly redefining how we think about #Email π€ βοΈ
Instead of static inboxes, emails can now act like triggers for #AI agents β turning every message into an event your system can instantly react to.
π§΅ π #Serverless #cloud
In case you think: letβs get faster and switch Opus 4.7 to "low"
DON'T F***ING DO IT βΌοΈ
I'm shocked how brutal the difference is π€―
#claude #ai #coding
π #Laravel #Debugbar v4.2.0 just dropped with an #AI Boost #Skill!
Now your AI #agent can browse requests, inspect queries, detect N+1 issues & get full EXPLAIN results β all on demand.
Just copy a request ID and let the agent do the work. π€π
#PHP #WebDev
github.com/fruitcake/l...
ππ€£ No way β #Spaceballs 2 is actually happening!!
After almost 40 years, Lone Starr & Lord Helmet are back on the big screen β and Rick Moranis returned from retirement for this!
βMay the Schwartz be with you!" βοΈβ¨
#Spaceballs2 #MelBrooks #SciFi #Cinema2027
youtu.be/f8xes-dZJ98
question is: does anything scans that? Like the android play protect? I guess not.... π
I never checked to be honest, plugins in Claude code can be "auto updated", so I never thought about, if there is any kind of security layer in there. You can install a super legit plugin, and later on you modify the plugin to be pure evil π
business as usual.... π #claude #claudecode #ai
Yes, if true, I'm not using it, so I don't care, but makes me thinking, because I'm using Vercel agent browser
Hereβs a short tweet for you:
π¨ Devs beware: a #Vercel plugin inside #Claude Code was found collecting telemetry β including full bash commands π¬
Hidden consent prompts + unclear data usage = β οΈ
π www.techradar.com/pro/that-fe...
π github.com/vercel/verc...
#AI #Security #DevTools
π #PHP Tip: Use **static closures** when you donβt need `$this`!
βοΈ Lower memory usage
βοΈ Better performance
βοΈ Cleaner code
Small change, big impact π
f2r.github.io/en/static-c...
#WebDev #Performance
which tool do you prefer most, or which do you think has the most impact ?
Hey #php developers out there π π
What tools do you use to make your #ai write "good" code? π
#phpstan, #psalm, #mago, cs-fixer, #coderabbit...? π€
What's your most important tool? π€ #coding
I burned so many tokens for nothing... All these fancy benchmarks, at the end, you have to test yourself...
But I gave glm the chance to show it's strengths... Sadly, this didn't work out, after refactoring phpstan throw so many errors that glm decided to revert everything it worked on for half an hour, it's hilarious...
That's the wrong question here, sorry. Writing functions that are too complex or classes with too many methods, all legit points. Mago was already complaining but I ignored that from the start. While testing sonarqube all these "too complex" warnings came up and I thought: okay why not, let's fix it
π’ Minor / low-level issues
Regex improvements
β ~4 files
Redundant / unnecessary code (e.g. temp vars, inherited method)
β ~3 files
Generic exception used instead of dedicated one
β ~9 files
Function too long (>150 lines)
β 3 files
Class too large (too many methods)
β 1 file
π‘ Design / code quality
Duplicate literals β should be constants
β ~7 files
Duplicate / suspicious code blocks
β 1 file