This may be the largest AI-generated codebase right now, by a lot. It'll be interesting to see how this plays out.
Frontier AI software development still falls short in the design/architecture department, in my recent experience. Though it's pretty impressive at making "working" code.
This being a fairly direct conversion from one language to another, even keeping the same interfaces across files, means the architecture is already in place.
The detailed test coverage is also very helpful for Claude. But even detailed testing can't cover every edge case.
So my questions are:
How well did Claude do on the edge cases?
And how maintainable will this codebase be going forward?
Couldn't this be done on proprietary software as well? Have an agent fuzz an interface (any type) for every bit of functionality and document it. Then have it build based on the document?
Very nice. I've been trying to find an image duplicate detection algorithm/system that suits my use-case for a while. Your app seems promising, however, I'm not willing to pay $99 just to see if it works with my (uniquely challenging) duplicate images.
After realizing there was no demo I was looking for a way to contact you directly with a few sample images, but can't find contact information on the website.
Consider adding a demo and contact info.
Otherwise, the app is looking solid. This seems like a great use of AI.
What are the Top 10 Elements of the Authoritarian Playbook?
1. Divide and rule: Foment mistrust and fear in the population.
2. Spread lies and conspiracies: Undermine the public’s belief in truth.
3. Destroy checks and balances: Quietly use legal or pseudo-legal rationales to gut institutions, weaken opposition, and/or declare national emergencies to seize unconstitutional powers.
4. Demonize opponents and independent media: Undermine the public’s trust in those actors and institutions that hold the state accountable.
5. Undermine civil and political rights for the unaligned: Actively suppress free speech, the right to assembly and protest and the rights of women and minority groups.
6. Blame minorities, immigrants, and “outsiders” for a country’s problems: Exploit national humiliation while promising to restore national glory.
7. Reward loyalists and punish defectors: Make in-group members fearful to voice dissension.
8. Encourage or condone violence to advance political goals: Dehumanize opposition and/or out-groups to justify violence against them.
9. Organize mass rallies to keep supporters mobilized against made-up threats: Use fearmongering and hate speech to consolidate in-group identity and solidarity.
10. Make people feel like they are powerless to change things: Solutions will only come from the top.
Is it reasonable to imagine a future where most devices come with a, say, 500MB file used for decompressing?
Imagine the potential bandwidth savings. I bet this has applications as a modern "Dial-up accelerator" for people with slow connections and fast hardware.
Frontier AI software development still falls short in the design/architecture department, in my recent experience. Though it's pretty impressive at making "working" code.
This being a fairly direct conversion from one language to another, even keeping the same interfaces across files, means the architecture is already in place.
The detailed test coverage is also very helpful for Claude. But even detailed testing can't cover every edge case.
So my questions are: How well did Claude do on the edge cases? And how maintainable will this codebase be going forward?