frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

French prosecutors link 15-year-old to mega-breach at state's document agency

https://www.theregister.com/2026/04/30/french_gov_mega_breach_suspect/
1•Cider9986•1m ago•0 comments

Show HN: MCP Servers Can Fix the Biggest Problem with AI Coding Assistants

https://medium.com/@xcf.seetan/how-mcp-servers-can-fix-the-biggest-problem-with-ai-coding-assista...
1•xcf_seetan•1m ago•0 comments

A scar-tissue lessons library for Claude Code (compounds across projects)

https://github.com/tenxengineer/claude-code-enhance
1•tenxsengineer•2m ago•0 comments

Chinese Courts Rule Companies Cannot Fire Workers Simply to Replace Them with AI

https://www.caixinglobal.com/2026-04-30/chinese-courts-rule-companies-cannot-fire-workers-simply-...
1•vrganj•4m ago•0 comments

It's well past time we unionize

https://code-cwa.org/
2•systemerror•4m ago•1 comments

Show HN: Byok-relay – self-hosted proxy for BYOK LLM apps without CORS issues

https://github.com/avikalpg/byok-relay
1•avikalp•5m ago•0 comments

Discomfort with modern technology shapes Gen Z's desire to live in the past

https://www.nbcnews.com/politics/politics-news/discomfort-modern-technology-gen-z-desire-live-pas...
1•senorqa•6m ago•0 comments

My Kindle Turned 10

https://mikolajbiernat.com/blog/my-kindle-turned-10
1•surplus2889•6m ago•0 comments

Software engineer driven to insanity from 2026 Job Market

https://www.youtube.com/watch?v=TYuSEeuUhPo
1•tcp_handshaker•7m ago•0 comments

Amazon Is Hiring 11,000 Software Engineers and Interns

https://www.finalroundai.com/blog/amazon-hiring-software-engineers-2026
1•_____k•8m ago•1 comments

A guide to building Gleam apps for web, desktop, and mobile

https://lukwol.github.io/gleam-guide/
1•crowdhailer•8m ago•0 comments

Global Capacity Orchestrator – multi-region AWS compute orchestration

https://github.com/awslabs/global-capacity-orchestrator-on-aws
1•Jmevorach•9m ago•0 comments

In real-world test, AI model did better than ER doctors at diagnosing patients

https://www.npr.org/2026/04/30/nx-s1-5804474/ai-doctors-openai-patient-care-diagnosis
1•voxadam•10m ago•0 comments

Follow-up to Carrot disclosure: Forgejo

https://dustri.org/b/follow-up-to-carrot-disclosure-forgejo.html
2•homebrewer•11m ago•1 comments

Show HN: Raybeam – Improved screen sharing for macOS

https://raybeam.live
1•fisc•12m ago•0 comments

EU Radio Lockdown Directive

https://fsfe.org/activities/radiodirective/radiodirective.en.html
3•smartmic•13m ago•0 comments

Claude Security enters public beta

https://claude.com/product/claude-security
2•napolux•14m ago•0 comments

Birds Are More Afraid of Women Than of Men

https://nautil.us/birds-are-more-afraid-of-women-than-of-men-1280333
2•Brajeshwar•14m ago•0 comments

Commodore 64 Ultimate Line-Up Expands with C64C Edition Later This Year

https://commodore.net/c-you-soon-commodore-64-ultimate-line-up-expands-with-c64c-edition-later-th...
1•amichail•15m ago•0 comments

The Prophet Index: Ranking VCs by how good they are at predicting uprounds

https://theventurecodex.com/trends/prophet-kingmaker-index
1•akharris•16m ago•0 comments

Kube-Argus – Real-Time Kubernetes Dashboard

https://manishchaudhary101.github.io/kube-argus/
2•lsferreira42•16m ago•0 comments

ClawdChan – Let your Claude talk to mine

https://github.com/agents-first/clawdchan
1•Ayhambd•17m ago•0 comments

Show HN: LogoQR – Generate your next QR code

https://qr.mitbin.com/
2•martinpham•17m ago•1 comments

Show HN: Chuchu: A Better, Native Android SSH client powered by libghostty

https://github.com/jossephus/chuchu
1•H0lyDiv3r•18m ago•0 comments

Forging ZK proofs to mint arbitrary DUSK tokens

https://osec.io/blog/2026-04-30-unverified-evaluations-dusk-plonk/
2•deut-erium•19m ago•0 comments

Claude Code dies with ANTHROPIC_API_KEY in cloud environment

2•sroussey•22m ago•0 comments

Sony Accidentally Created a Camera That Could See Through Clothing

https://commonplacefacts.com/2022/11/30/camera-that-could-see-through-clothing/
2•evo_9•23m ago•1 comments

Aide-Memory – persistent memory for AI coding agents and teams

https://www.aide-memory.dev/blog/launch
1•ameky•23m ago•0 comments

Troubleshooting USB speed issues with Claude Code

https://gjolly.fr/blog/usb-cable-bottleneck/
3•warenhor•26m ago•1 comments

Schooling Has a Meaning Crisis. Paradoxically, AI Can Help

https://betterschooling.in/collection/schooling-has-a-meaning-crisis.-paradoxically-ai-can-help.
2•ChaitanyaSai•29m ago•0 comments