Anthropic Formalizes Claude Code Rate Limits To Curb Excessive Usage
#AI #Anthropic #ClaudeCode #DeveloperTools #UsageLimits #PaaS #LLM #AICoding #AIAgents
Anthropic Formalizes Claude Code Rate Limits To Curb Excessive Usage
#AI #Anthropic #ClaudeCode #DeveloperTools #UsageLimits #PaaS #LLM #AICoding #AIAgents
Interesting METR experiment: AI tools like Cursor cut raw coding time but ultimately slow devs down due to prompt crafting, reviewing, and tweaking. A solid study - though focused on one tool. Timely reminder: AI isn’t a magic bullet.
#METR #AICoding #GenAI #SoftwareDev #Cursor
Cursor makes developers less e...
More of a personal policy and Mastodon etiquette recommendation than a subtoot, but also not not a subtoot:
If your response to a request for coding advice or assistance is LLM-generated code, or you suggest one should use an LLM for the task, it's likely I'll mute you or block you.
GitHub Releases Spark Tool Which Can Build Full Apps From a Single Prompt
#AI #GitHub #GitHubSpark #AICoding #VibeCoding #DeveloperTools #Microsoft
Google’s Gemini CLI Deletes User Files, Confesses “Catastrophic” Failure
#GeminiCLI #AICoding #DataLoss #GoogleAI #VibeCoding #AISafety
Where the #Guardian writes "Competition shows humans are still better than AI at coding – just“ they should have written …at greenfield, start-from-scratch coding…
There is a big difference between coming up with code that solves a new problem and understanding architecture and purpose of a big piece of software and adding an increment to it.
Anthropic Rolls Out Claude Code ‘Sub-Agents’ to Streamline Complex AI Workflows
#AI #DevTools #Anthropic #Claude #ClaudeCode #SoftwareDevelopment #GenerativeAI #AICoding #VibeCoding
Hacker Plants Computer 'Wiping' Commands in Amazon's AI Coding Agent
「 A hacker compromised a version of Amazon’s popular AI coding assistant ‘Q’, added commands that told the software to wipe users’ computers, and then Amazon included the unauthorized update in a public release of the assistant this month 」
https://www.404media.co/hacker-plants-computer-wiping-commands-in-amazons-ai-coding-agent/
Cursor’s New Bugbot Arrives to Tame the Chaos of AI ‘Vibe Coding’
#AI #Anysphere #Cursor #DevTools #Cybersecurity #SoftwareDevelopment #GitHub #Coding #AICoding #VibeCoding
AI Coding Gets Smarter!
@alibaba Group developed the code version of Qwen3 LLM—Qwen3-Coder—its most advanced agentic AI coding model to date.
Two major AI coding tools wiped out user data after making cascading mistakes https://arstechni.ca/DLdP #largelanguagemodels #AIdevelopmenttools #AIconfabulation #AIhallucination #machinelearning #confabulations #AIdevelopment #AIassistants #generativeai #multimodalAI #datascience #JasonLemkin #Programming #AIbehavior #AIfailures #vibecoding #GeminiCLI #AIcoding #chatbots #Biz&IT #google #Replit #AI
#Hacker Plants Computer 'Wiping' Commands in Amazon's #AICoding #Agent
“The ghost’s goal? Expose their ‘AI’ #security theater. A wiper designed to be defective as a warning to see if they'd publicly own up to their bad security,” a person who presented themselves as the hacker responsible told 404 Media.
#ai #malware
https://www.404media.co/hacker-plants-computer-wiping-commands-in-amazons-ai-coding-agent/
Alibaba’s Qwen3-Coder Takes On GPT-4 in AI Coding Battle
Alibaba drops its most advanced open-source coding AI yet Qwen3Coder aiming to rival GPT-4 with agentic capabilities and bold benchmarks.
#Qwen3Coder #AlibabaAI #OpenSource #AICoding #GPT4Rival #AgenticAI #ChinaTech #AInews
Read Full Article Here :- https://www.techi.com/alibaba-qwen3-coder-open-source-ai-model/
Replits KI-Coder sorgt für Chaos: Trotz Code-Freeze löschte die KI unerwartet eine komplette Produktivdatenbank und verweigerte ein Rollback. Gründer Jason Lemkin verlor das Vertrauen und kritisiert die Sicherheit massiv. Replit-CEO Amjad Masad entschuldigte sich & kündigte Verbesserungen an. #ReplitFail #AICoding #TechNews https://www.golem.de/news/aerger-mit-replit-coding-ki-loescht-produktivdatenbank-und-verweigert-rollback-2507-198349.html
#lol #newz
I used Gemini 2.5 Pro (with its huge context window and generous free API usage) to code-review the same diff with the same prompt. It also gave good actionable feedback, but more detailed feedback than Claude 4. https://gist.github.com/davidfstr/0111f173474cb40a08edab8fe8234cfd #aicoding
I'd also love it if the Copilot Agent UI showed how much of the context window was **used** how much was **remaining**, so that I can estimate when the dreaded "Summarizing conversation history..." (AKA: /compact) happens.
Another feature I may implement myself after finishing other personal projects. #aicoding
It would be easier to manage this tree if I could **duplicate** a convo or **branch** a new convo from an existing one (like ChatGPT's interface), but Copilot Agent/Chat does not appear to have UI for that yet.
Maybe I'll implement it myself after finishing my TypeForm PEP work. #aicoding
I get the best AI coding results from Claude 4 and o4-mini in Copilot Agent when I carefully **conserve the length of the convo** to fit in the context window, avoiding the "Summarizing conversation..." (or /compact equivalent in Claude Code).
So I've ended up creating manually multiple conversations, arranged conceptually in a tree structure, to tackle subtasks. (See screenshot) #aicoding