Jolestar

vip
Age 8.1 Yıl
Peak Tier 5
No content yet
During the Chinese New Year, I went back to my hometown and set up an internal network using Tailscale with several devices that were originally at home. The high-end desktop runs quantitative models and compiles Rust, the Mac Studio has OpenClaw deployed, Lazy Cat acts as a soft router, SSH is connected, and network wake-up is all configured.
While on the high-speed train, I remotely assigned tasks to the lobster, encouraging it to make full use of these devices. But suddenly, it stopped responding, and network wake-up didn't work either.
I called back home to ask, and it turned out that the
View Original
  • Reward
  • Comment
  • Repost
  • Share
After upgrading Claude Code, encountering intelligence decline issues with third-party models. The symptoms are: 1. Clearly no typo errors, but it prompts typo errors; two words are identical, and if unresolved, it will randomly rename them. 2. Over time, it forgets the tool used to update files and keeps trying to edit files with sed, but complex matching with sed can't handle it, so it can't be fixed. It seems there are no problems if you don't upgrade.
View Original
  • Reward
  • Comment
  • Repost
  • Share
My wife brought home an electronic piano for the New Year. I asked AI to write a command-line tool to control it, and I wanted AI to play the piano for fun. Because it needs to connect via Bluetooth, I implemented it in Objective-C. Later, I found that pure command-line operation couldn't maintain the hardware connection, so I changed it to an RPC service that the CLI connects to and calls. I then discovered that it was struggling with panics caused by multi-threading and memory management, which made me realize that the RPC service was also implemented in Objective-C. It seems AI also doesn't
View Original
  • Reward
  • Comment
  • Repost
  • Share
I used a virtual credit card for over a year, but it was shut down again. Does anyone in the group have reliable recommendations for a trustworthy virtual credit card provider?
View Original
  • Reward
  • Comment
  • Repost
  • Share
Recently, after the codex update, the permission mechanism was adjusted, and it feels very difficult to use. In default sandbox mode, bash is isolated, and network access is disabled. It's simple to get information via gh, but submitting PRs is impossible. If you want the agent to access the network, you need to grant all permissions. Additionally, search is not enabled by default and requires startup parameters. I really don't understand what the development team was thinking?
View Original
  • Reward
  • Comment
  • Repost
  • Share
A bug, and after several modifications with AI, the AI finally concluded that this solution couldn't be fixed and a new approach was needed. I thought of another way to try, and it succeeded. Then in the command line 🎉, at that moment, I suddenly felt a bit of empathy, as if I truly sensed its emotions.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Teaching my wife to use Claude Code over the weekend.
She is a product manager and has never used the command line. I started from cd / mkdir / pwd.
Finally, after opening Claude Code, she basically didn't need me anymore:
She set up git through Claude herself, and even installed Docker.
The composability of command-line tools is brought to the extreme in the Agent scenario.
But this kind of composability also naturally comes with challenges related to security and standardization.
View Original
  • Reward
  • Comment
  • Repost
  • Share
I have been defaulting to using GitHub Copilot for reviewing PRs, after all, GitHub runs it automatically and it doesn’t seem to cost anything.
But in the last few reviews, I started to doubt what it actually “understands.”
For example, a very basic issue: it still considers 1.82.0 to be higher than 1.91.1, which is a common version number comparison error from early large models.
If this were a model problem, it would also think that rust 1.91.1 has not been released yet, which reveals that the agent’s retrieval and real-time status judgment capabilities are also lacking.
Another bigger issue
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
The annual report generated by Cursor. The update speed of Cursor is really impressive, with several versions released in a single day. Many features make me wish they could be modified, and then the new version comes out and fixes them. However, I have mainly switched to the asynchronous background mode recently. By this time next year, looking at the entire ecosystem, it is likely to be a whole different scene.
View Original
  • Reward
  • Comment
  • Repost
  • Share
I used Gemini Vibe Coding to create an AI composition application. The idea is to use AI to generate sheet music and then convert it into music. Currently, it can only be converted to MIDI, but in the future, if integrated with a better mixing service, the results would be even better.
This is mainly to test AI's understanding of the mapping from sheet music to music. My testing shows it works pretty well, but my musical skills are limited. If any fellow music enthusiasts want to try it out and give feedback, that would be great.
Here is the demo video:
This is the trial link; you need to log
View Original
  • Reward
  • Comment
  • Repost
  • Share
x402 v2 release. This is not just a simple upgrade, but a progression that transforms x402 from "a single implementation" into "a set of evolvable standards + pluggable reference implementations." This makes x402 no longer just an SDK, but truly an internet-native paid interface language.
In the v1 era, the x402 model was very simple:
Server needs money → Client signs and pays → Server verifies → Settlement completes.
This model is easy to understand but very "linear."
Once you need more networks, more payment methods, or more complex settlement forms, you quickly find yourself on a path of fo
View Original
  • Reward
  • Comment
  • Repost
  • Share
Let AI implement a quite complex feature. I didn't have time to continuously review, so I used the Vibe Coding approach to let it add e2e tests by itself, then had another AI review and iterate feedback. In the end, the report was perfect, all functionalities were implemented, and there were no errors in testing.
Feeling great, I submitted a PR for Github Copilot to review. The result was that it created two versions of the core logic at the lowest level—one version implemented the code but didn't import, while the actual effective version was another mocked version😅.
The next challenge for V
View Original
  • Reward
  • Comment
  • Repost
  • Share
After using AI, I can't help but want it to keep working. When I get up at midnight to go to the bathroom and find that AI has finished the task, I just want to assign it another job. But if I'm not careful, I end up toiling away the whole night again.
Later I thought of a way to have the main Claude start another Claude to do the work while supervising it myself. After a lot of effort, I designed a workflow scheme with it, only to find that Claude couldn't learn to start itself; it seemed unable to handle interactive input.
In the end, it said: "I think it would be more appropriat
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Encountering a difficult problem, I let AI assist with troubleshooting. The conclusions given by Claude Opts 4.5 and GPT 5.1 Codex Max are different. I copied their replies to each other for debate. Later, I found it a bit troublesome, so I created a document for them to debate by modifying the document. Which AI programming tool has an expert consultation mode that can bring several models into a chat session for debate and finally provide a consultation suggestion?😅
View Original
post-image
post-image
post-image
  • Reward
  • Comment
  • Repost
  • Share
The two paths of AI: competition for cloud entry or native applications on the user side?
Recently saw Alibaba release the Tongyi Qianwen App, officially entering the C-end app battle. Sam Altman has also repeatedly expressed his obsession with "super apps," continuously integrating various social features into ChatGPT.
In the narrative of major tech companies, the future AI app seems destined to be a replica of the current internet super applications - becoming the sole entry point and consolidating multiple functions into one.
But will the future of AI applications really converge on this on
View Original
  • Reward
  • 1
  • Repost
  • Share
Heydar34vip:
Hold on tight 💪
Is Cloudflare down? Many websites are down, and ChatGPT is also down because it can't open those challenges. Or is it my network that's having issues?
View Original
  • Reward
  • Comment
  • Repost
  • Share
Let AI reconstruct a large module, and it happily dismantled several modules, creating a new version. Then I had it run integration tests, and it tested repeatedly many times, but in the middle, the model quota was limited, so I upgraded it to the $200 tier. In the end, it deleted all the new modules and told me that using the old version was still more cost-effective. 😆 I was so angry that I started cursing directly in the chat box. It started working again and said it felt that the users were very angry...
View Original
  • Reward
  • Comment
  • Repost
  • Share
Using Claude-4 for two days, the AI programming ability has indeed improved significantly. Many problems can automatically retrieve code to find solutions, and the need for manual intervention has decreased a lot. I can assign tasks for it to do while eating or sleeping, but it’s a bit costly; if this continues, this month's Transaction History is going to explode 😅.
View Original
post-image
post-image
  • Reward
  • Comment
  • Repost
  • Share
  • Pin

Trade Crypto Anywhere Anytime
qrCode
Scan to download Gate App
Community
  • 简体中文
  • English
  • Tiếng Việt
  • 繁體中文
  • Español
  • Русский
  • Français (Afrique)
  • Português (Portugal)
  • Bahasa Indonesia
  • 日本語
  • بالعربية
  • Українська
  • Português (Brasil)