Every OpenAI employee should have an unlimited Claude subscription, and vice versa.
Luca - Dev <-> DevOps
@luca.lanziani.com
Hi, nice to meet you, follow me for Tech content, random jokes, food complains (I'm Italian). Remote Head of DevOps and Platform Engineering (8/5). Trying to make software teams run smoother, my money grow faster, and my lifts get heavier.
I love AI agents. But a loop is not a substitute for context. www.linkedin.com/posts/lucala...
Information Theory > AI Loop Hype | Luca Lanziani
Another month, another AI hype cycle. ✨ Now we have loops. But you still can’t ask for a city with the blueprint of a shed.
linkedin.com
Yesterday, I started watching Due Spicci by Zerocalcare on Netflix. Today, I was in Rome for a celebration, and the church was right in front of the restaurant from the series. It honestly felt like a glitch in the Matrix.
Hermes was failing to share a job report over Telegram. Solution: give it a simpler task and let it learn from it. 💡
I've seen so many videos about the movie that I ordered the book. It will be here tomorrow.
I finally caved and resubscribed to OpenAI after three years away to test Codex and Hermes. Has anyone else tried them recently? Let's see if it’s worth keeping the sub!
Call me old school, but I miss when JS was just JS. TypeScript syntax adds so much visual clutter that I struggle to read it. e.g. github.com/cursor/cookb... (Zero hate to Cursor, their stuff is awesome. It's just me and TS not getting along! 🛑💻)
cookbook/sdk/coding-agent-cli/src/agent.ts at main · cursor/cookbook
Contribute to cursor/cookbook development by creating an account on GitHub.
github.com
My main issue with AI is that it is still too dependent on me.
Why are tech companies not hiring in Italy and what can we do to change it? Day 14/365. I'll start adding hypothesis from tomorrow. #TechInItaly #TechHiring
Why are tech companies not hiring in Italy and what can we do to change it? Day 13/365. #TechInItaly #TechHiring
TIL: People are saying it will be harder to learn Software Engineering if you delegate the implementation to Agents. Today, I actually learned about flock thanks to an agent that implemented a script for me. Check out `man flock` you might learn something new yourself!
Why are tech companies not hiring in Italy and what can we do to change it? Day 12/365. #TechInItaly #TechHiring
Why are tech companies not hiring in Italy and what can we do to change it? Day 11/365. #TechInItaly #TechHiring
Just back from two days in London meeting old and new friends. I have to be honest: living in Italy is great, but I do miss living in London.
Why are tech companies not hiring in Italy and what can we do to change it? Day 10/365. #TechInItaly #TechHiring
Why are tech companies not hiring in Italy and what can we do to change it? Day 9/365. #TechInItaly #TechHiring
The best AI users are the ones that understand what the model is good at and how to route around what it's not good at. Anthropic is reducing friction. But the gap between average and elite usage? That's on you. Start experimenting. Push the boundaries.
Why are tech companies not hiring in Italy and what can we do to change it? Day 8/365. #TechInItaly #TechHiring
Why are tech companies not hiring in Italy and what can we do to change it? Day 7/365. #TechInItaly #TechHiring
Amazon telling me I should add this to my cart today... should I?
NVIDIA Jetson Thor 🤔 With the GitHub Copilot pricing changes and Claude trying to remove Claude Code from the $20 plan, I'm starting to toy with the idea of giving one of these a spin. Anyone tried it? www.nvidia.com/en-us/autono...
NVIDIA Jetson Thor
Powerful AI Platform for Robotics and Edge Computing
nvidia.com
I've canceled my GitHub Copilot subscription and I'm missing it already. I'll use this occasion to experiment with other LLMs and harnesses and report back. For now, I've added some credits to OpenAI and I'm installing Pi (pi.dev).
I've been speaking English 8+ hours a day every working day for the past 11 years, and I'm at a point where I get annoyed when I'm not able to express a concept because I lack vocabulary. I'm thinking in English and I know what I want to say, but the word is not there 🤬.
Why are tech companies not hiring in Italy and what can we do to change it? Day 1/365. #TechInItaly #TechHiring
I've been working out a lot more over the last couple of years! I'm lifting consistently and my pull-ups have improved, but one-arm hangs are still pretty hard for me. That's the next skill I'm tackling 🤞
No, I changed my mind. I just cancelled my subscription. What's the next best subscription that allows me to use both Anthropic and OpenAI models?
Another 3 days and I'm canceling my annual GitHub Copilot subscription and asking for a refund. 🤷 github.com/orgs/communi...
Another 3 days and I'm canceling my annual GitHub Copilot subscription and asking for a refund. 🤷 github.com/orgs/communi...
GitHub Copilot is moving to usage-based billing · community · Discussion #192948
Hello GitHub Community, Today we announced we are transitioning to a usage-based billing model for GitHub Copilot, effective June 1 📆 Please refer to the blog post for the full announcement link…
github.com
The Anthropic trainer is bragging that they have a very high usage limit and can run at 50 concurrency, while suggesting that YOU run at 3... or more realistically, 2 or 1 or you'll be rate limited. 🤣
TIL: on the "Building with Claude API" course on Anthropic’s Skilljar I learned how to use assistant messages and stop_sequences to extract structured data. TL;DR: Inject an assistant message with "```python" to force the model down a path and set a stop sequence to "```" to extract the code.