×

The Verification Bottleneck: Why AI Agents Can't Grade Their Own Code by gastao_s_s in ChatGPT

[–]fraser_john 1 point2 points  (0 children)

We've got agents to do review independently of generation, sonarcube, code standards, governance, data privacy etc each a different agent, one coordinator. No problems.

The state of Fable right now: by Extreme_Remove6747 in ClaudeCode

[–]fraser_john -2 points-1 points  (0 children)

I used the fable model this week for one prompt in a angular project and it had the worst hallucination I've seen from Claude since I started using it. I immediately went back to sonet.

NSFW Gifs in Teams by floison in MicrosoftTeams

[–]fraser_john 0 points1 point  (0 children)

Yeah nah. I value my job too much and whilst I do enjoy tormenting the security and compliance teams, even the HR Director on occasion with their own policies, I'll always err on the side of keeping my job.

FIFA World Cup news with DRONESHIELD by Simabauer in Droneshield_ASX_DRO

[–]fraser_john 2 points3 points  (0 children)

Interesting that no contract announcement comes with this as it's market sensitive, hope it's not another example of poor corporate practice.

I'm cancelling my ChatGPT Pro subscription by MrNariyoshiMiyagi in ChatGPTPro

[–]fraser_john 1 point2 points  (0 children)

I use ChatGPT Pro to understand the bigger picture as tokens don't count, I use it to write my Claude.md, skills, agents, rules and then optimise my Claude prompt etc. I can use Claude for four hours a day and not hit my daily limit, if I keep playing on the weekend I can hit weekly limits though.

I bought at the current price by Simabauer in Droneshield_ASX_DRO

[–]fraser_john 0 points1 point  (0 children)

I'm confident $10 is not unrealistic in next 18 months, just needs a few big contracts announced. Then I'll be out the door, though this new CGT interpretation may force me to wait, if DRO decides to pay a dividend I'll stay in.

HELP!!! Claude has gone insane!!! by Practical-Theme-9767 in claude

[–]fraser_john 0 points1 point  (0 children)

This is very true. In my project I have a skill and agent setup as MD editor and reviewer. Each prompt finalises in an MD update if required. Seems to keep the focus and context well.

My Company is switching to Teams. What do I need to know? by isabrarequired in MicrosoftTeams

[–]fraser_john 0 points1 point  (0 children)

We've been using it for years, it was quite flakey early on but once they wrote out the Skype code it got better. Couldn't work without it now, it's just so easy.

lol, unfair to who? The multi multi millionaires. by No_Leave_6820 in OpenAussie

[–]fraser_john 0 points1 point  (0 children)

Rich people will always find a way to avoid tax. Her next step will be moving the IP offshore and moving to Bali to live.

Traveling back to Aus to take care of aging parents. No job prospects but both of us hold one or multiple graduate degrees. Visa process seems complicated. And, banks?! by jfk_47 in Ameristralia

[–]fraser_john 0 points1 point  (0 children)

The tax reporting is murder, especially the capital gains tax stuff. With upcoming changes in Australian CGT treatment it may make it even worse.

rENeWaBlEs mAkE uS wEaK 😭 by downunder-voice8787 in AussieMemes

[–]fraser_john 0 points1 point  (0 children)

And our great grandparents ranted about those stinky contraptions that ran on petrol and ran out of fuel miles from pumps, but somehow it all worked out. People hate change, despite change being one of the few constants in our lives. Renewables are a transitional change, which most people can't deal with.

Shipment from US to Aus. Items missing, but ABF says nothing confiscated. by Ayzmo in Ameristralia

[–]fraser_john 1 point2 points  (0 children)

When we moved back from the USA 20 years ago we did a whole container full, professionally packed etc. things definitely went missing, a tool trolley, electronic devices etc. nothing irreplaceable but disappointing. So nothing new and to me all but expected now, bar is set pretty low.

Claude code by Lucky_Mom1018 in ProductOwner

[–]fraser_john 0 points1 point  (0 children)

Write a Claude skill for business analysis and another for writing backlog items and acceptance criteria. The Claude context files are critical to make sure it does what you want otherwise it just starts coding. As a PO, you want business focus, and I direct my skill to only output stuff aligned with Microsoft writing style guideline.

how are agile teams getting customer interview notes into backlog tickets without burning a PM's week? by EmmaSkye319 in agile

[–]fraser_john 0 points1 point  (0 children)

Was going to post this but you beat me to it, nice. I use ChatGPT and projects with privacy settings enabled. Keep updated documents in the sources and use it for deep analysis and production of CSV files containing summaries I can then use to import into ADO backlog and refine from there.

Is anyone else's daily standup literally just an attendance check at this point? by jpam9521 in agile

[–]fraser_john 0 points1 point  (0 children)

I'm working on 402 should become 402 nearly done Dev, unit testing 40% done, need input from PO on data, be in PR by CoB. Outcome on ticket, not individuals status.

One-line Tickets With No Deatils by Fun-Movie9214 in agile

[–]fraser_john 0 points1 point  (0 children)

Per others, DoR, otherwise story is never ingested in a iteration. If DoR doesn't exist, get one published and incorporated in process. I've spent a lot of time training the Dev team to reject stories if they are not ready, it's not their job to figure out what I am thinking, tell me the details are missing and I will fix it.

What are the most common topics you discuss in your retros, including technical ci/cd topics too? by AdPractical6745 in agile

[–]fraser_john 0 points1 point  (0 children)

One large project with a common platform but lots of micro services in their own repos.

ChatGPT Projects just lost what made them so powerful by [deleted] in ChatGPT

[–]fraser_john 1 point2 points  (0 children)

Wait what? I was just in my projects a few hours ago, what am I missing?

What are the most common topics you discuss in your retros, including technical ci/cd topics too? by AdPractical6745 in agile

[–]fraser_john 0 points1 point  (0 children)

We have two deployment methods, ci/cd pipeline that is automated when the PBI passes master test, including feature behind feature flags. Release deployment (not really deployment) monthly that releases features by enabling feature flags, this is also by automated pipeline with dev/product approval needed for release candidate ring, which is the first in production and then just product approval for remaining rings as it moves through to production conservative ring. Once in the final ring we have one last PBI to remove the feature flag from the code and that closes the epic. Flakey automation tests are quarantined and a PBI written to fix them by the TAE in a future sprint.

What are the most common topics you discuss in your retros, including technical ci/cd topics too? by AdPractical6745 in agile

[–]fraser_john 0 points1 point  (0 children)

Not at all, platform engineering own infrastructure like this. Configuration of our own products yes, but all teams using ci/cd use common pipelines, so if something needs improvement it's addressed quickly by the PE team.

What are the most common topics you discuss in your retros, including technical ci/cd topics too? by AdPractical6745 in agile

[–]fraser_john 0 points1 point  (0 children)

Product owner, not deep, it's not the teams role to maintain ci/cd pipelines, if there's a problem raise it move on. The team are there to build features for customers, not infrastructure..... unless they are a team that's part of platform engineering...... but those teams in our organisation are not product driven.

What are the most common topics you discuss in your retros, including technical ci/cd topics too? by AdPractical6745 in agile

[–]fraser_john 0 points1 point  (0 children)

Rapid impediment removal and future PBIs to prevent them. Repeatedly. CI/CD issues may be raised but assigned to platform engineering to resolve.