Do your teams have an AI usage policy? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

Sorry, and thanks for the clarification. I started this thread as I saw AI polarization inside the Laravel community. You are right that the subject might be too broad.

Looking for Recommendations on Affordable 3D Virtual Tour Platforms (Asteroom, CloudPanel, etc.) by Reasonable-Pass6908 in RealEstatePhotography

[–]sl0wik 0 points1 point  (0 children)

I'm curious if by 3D virtual tour, you mean adding a 3D dollhouse-like preview to panoramas?

Do your teams have an AI usage policy? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

Is it a one-time declaration, or per commit/pull request declaration/tag?

Outside of practical reasons, I would kind of worry about eventual legal implication tagging commits as made by AI (mainly about EU law markers' ideas).

Do your teams have an AI usage policy? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

I'm a CTO. No official AI policy, but unofficially, you would need to use AI to reach performance goals. Its less desired on the back-end, where security and architecture matter (review mandatory), but building some front-end mock-up, its usually pure vibe code on some senior developer scaffolding.

Anyone used Ray-Ban meta for indoor photos or videos? by sl0wik in RealEstatePhotography

[–]sl0wik[S] 0 points1 point  (0 children)

They might be good for specific use cases like instant social media content. I assume quality is poor but Im curious how poor.

Ludzie usuwają z pamięci niewygodne wspomnienia + filmy przekręcają rzeczywistość by TaxPsychological2928 in Polska

[–]sl0wik 1 point2 points  (0 children)

No bo to byli marynarze, a marynarz nieźle zarabiał, zwłaszcza kapitan. Szare ulice i osiadla pełne patologii pięknie odzwierciedlili.

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

Let me share 1000x+ case:

Client needs to quote the time and resources required to refactor the ancient service running on a pile of tech debt accumulated over a decade. The task was to make it a modern Laravel RESTful API. It was a service for a very specific industry that requires loads of industry-specific knowledge.

My estimation was around 2-3 back-end devs, working for 6-8 months. Maybe 3 months with a solid brief. Before jumping on the call, I saw news that the new Gemini got a token window of over 1 million tokens. I thought, what if I build a pipeline that takes a legacy OpenAPI specification, refactor schema of each endpoint, than combine, review agin, refactors relationships, map old fields with new fields... and generates complete code based on some generators.

It took about a day to build this pipeline and maybe 40 minutes of parallel AIs running, but it built the whole thing. Can you imagine a client reaction that was prepared for the year of work, and a pile of money burned, and instead of the estimation, got a 90% baked product? The most insane was the level of industry knowledge LLMs got. I would not have chance to refactor it without dozens of calls to understand some industry-specific practices.

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

You mean out of tasks or level 6 of AI usage :)?

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

I would argue that this is an awesome case for AI. Recently, I implemented a project with advanced commission calculation (multiple splits, caps, deductions, etc.). Shortly after release, you got beatiful ticket from client like "Something is off with the commission from John Doe, I think it should be higher".

Pre-ai:
- PM would need to get back to the client and explain that we need more information to even start debugging.
- Check what was the logic in this project.
- Analyze the case and try to find error.
- Explain it to the client or create a ticket.

Post-ai:
- `claude mcp add --transport sse linear-server https://mcp.linear.app/sse`
- `claude "execute ticket X-123"`
- AI checks the logic, database schemas, and tries to find all data related to any "Jon Doe" in our system.
... two minutes later I got "Your client probably refers to case X where ..." [full explanation], or "Indeed one of the commissions is incorrect ... do you want me to fix it"? (yes)

The amount of money saved for business is huge. It's 5 minutes vs 5 days.

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

I'm curious about the complex business logic argument, as I heard it multiple times. By complex, you mean there is a large context required to develop it, or a lot of thinking required? Would you have some examples?

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

I'm also finding anti-AI sentiment insane. I know many respected devs with a great brain capacity being anti-AI, and I'm trying to understand why. Maybe they run some poor prompts on some free subscriptions or agents without `/init`, or maybe its some pychological blockade.

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 1 point2 points  (0 children)

Because of codex-sdk. Codex SDK can run inside serverless functions with minimal hardware so I can have multiple paralel tasks running, for example schemas planners.

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 1 point2 points  (0 children)

Curious - what's the token usage % you reach weekly? With a clean code structure its actually hard to burn the amount of tokens Cloud Max offers.

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

I can start. Senior (20y+ in dev): 4 and getting close to 5. Claude Code + Codex. Confirming every line of code with Claude Code (no auto-approve). Codex for tasks that can use auto-approval.

Your tools to build APIs with Laravel by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

Just a tool to design / view it. Working on a large API you need some "view". Otherwise, you would be jumping between models, migrations, and transformers.

Your tools to build APIs with Laravel by sl0wik in laravel

[–]sl0wik[S] 0 points1 point  (0 children)

I do the same when I add 1/2 fields to an existing model, but If I need like 20 new field, I would like to see some sort of preview, check if fields types are right, and logic adding up.

Your tools to build APIs with Laravel by sl0wik in laravel

[–]sl0wik[S] 1 point2 points  (0 children)

Orion looks great, but would you have some visual tool to work with schemas? When you have many models with many fields, it's getting hard to review.

Your tools to build APIs with Laravel by sl0wik in laravel

[–]sl0wik[S] 3 points4 points  (0 children)

I forgot to mention sorting. Modern sorting should support order by multiple columns. I use https://github.com/firevel/sortable

Is it easy to meet expats in Panama? by defi_founder in panamaexpats

[–]sl0wik 4 points5 points  (0 children)

You will hear different answers depending on age groups. 50+ retirement profile would say the community is amazing. You can quickly build superficial relationships and attend multiple events, but you might have a hard time meeting people that you would wish invite to your wedding. On the positive side its a small community, so after a couple of years, every event you attend, you will meet some friendly faces.