惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
有赞技术团队
有赞技术团队
Jina AI
Jina AI
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
美团技术团队
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
I created a 126K line Android app with AI – the workflow ...
sminchev · 2026-05-19 · via Hacker News - Newest: "AI"

I really wanted to see how far I can go. Can I create a meaningful and complex application, big enough, but without knowing the language.

I have 18+ years of experience as software developer. But I have no experience with Kotlin. And to learn Kotlin, to learn the Android libraries, it is not an easy job. I may need at year of active learning and trying things, before having the confidence to start doing something.

So, I asked myself, how far can I go with AI tools? And I went far!

I created https://howareu.app/

The boring statistics: 126,000 lines of Kotlin across 398 files 45,000 lines of tests across 130 files 3000+ unit tests 50+ production lessons captured 4 months from zero Kotlin experience to production app; 0 lines of Kotlin written manually

Below are the main things that I did and helped me do the product!

Good framework Vibecoding something that big is not an option. You can't write anything in one session. You need a way to keep the context somehow. You need specification. To maintain my specifications I use BMAD framework. It helped me a lot to clear the requirements, prepare the architecture, UI, find any gaps. I used it also a lot for brainstorming session and for marketing. For the latter, it failed

Follow the project rules I use Claude Code with Opus 4.6 (yes, the old version) and keep all my important rules saved in CLAUDE.md file. Every rule in that file exists because I violated it once and something broke. The file grows with the project. This is the key insight: CLAUDE.md turns one-time lessons into permanent constraints. The AI never forgets a rule I put there. I forget constantly.

Keep your documentation up to date I start my session with a custom command that loads all important documents. Enough context, so that when I start prompting, the AI has the basis to make best decisions possible. I end my session with custom command to save all learned, and architectural updates. This way each session is built based on the knowledge from the previous. I have a history, I have an AI that gets smarter with each next session.

Be as descriptive as possible

When you prompt, be as descriptive as possible. I use BMAD to create technical specifications out of my prompts. If the idea is not clear in my head, I do brainstorming session. All possible to minimize the guessing and wrong interpretations during the development phases.

Do you all do code reviews? I do. Usually, with a different LLM. This gives a 'different point of view'. Improves greatly the code quality!

What this is not It is a no-code, but If you know the language, it is worth checking and correcting. With time, the needed small fixes will become less. It is always good to understand and to make the design decisions yourself. It is not effortless. The workflow took months to build. The documentation is extensive. It is not magic. The AI makes mistakes. The difference is that mistakes are caught by the process (tests, reviews, rules, audits) instead of by users;

The takeaway

AI coding tools are not magic code generators. They are force multipliers for engineering process. If your process is "open chat, type prompt, hope for the best," you will be disappointed.

If your process is "document the architecture, define the rules, automate the lifecycle, capture every lesson, review everything critically", the AI becomes unreasonably effective. The investment is not in better prompts. It is in better engineering.

Honesty first

Why am I writing all this?! Because I am desperate! I made this app to help people. Make something good. I want to be sure that I cover as many cases as possible, and that it will really help people. The moment I share in the proper channels that such app exists, I get treated as an intruder, who sells evil!

If somebody would like to help, please, install it, and give me a honest feedback! Thank you!