frontpage.
newsnewestaskshowjobs

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

Monopoly Enshittified Amazon

https://pluralistic.net/2022/11/28/enshittification/#relentless-payola
1•chistev•59s ago•0 comments

Security Incident INC-2026-07-28-01 – UK AI Security Institute [pdf]

https://cdn.prod.website-files.com/663bd486c5e4c81588db7a1d/6a724858f7db25c81487016d_Security%20I...
1•_pdp_•1m ago•0 comments

Show HN: I gave my video editor an MCP server so Claude can edit videos for me

https://www.shorz.ai
1•DonRando•1m ago•0 comments

What You Can't Say (2004)

https://www.paulgraham.com/say.html
1•embedding-shape•3m ago•0 comments

Goodbye, Phase 3

https://medium.com/@mikekuniavsky/goodbye-phase-3-4deb794bc3e8
1•adunk•5m ago•0 comments

AI music generator Suno loses copyright infringement legal case

https://www.nme.com/news/music/ai-music-generator-suno-loses-copyright-infringement-legal-case-39...
1•CharlesW•7m ago•0 comments

Amazon Germany to Accept Wero

https://www.mobiflip.de/amazon-deutschland-wero-kommt/
1•doener•8m ago•0 comments

Russian drone chasing Ukrainian street vendor

https://www.bbc.co.uk/news/articles/cn4n03xg981o
2•zabzonk•8m ago•0 comments

Show HN: All-in-one gamedev toolkit for indie creators

https://reactorcoregames.github.io/
1•not_wowinter14•8m ago•0 comments

Finding 247 solar plant candidates in Brandenburg

https://twitter.com/__snamber/status/2084747946021535975
1•tosh•11m ago•0 comments

Federal loan support cut for degree programs that lead to low wages

https://www.latimes.com/california/story/2026-07-22/low-paying-degrees-federal-student-loan-cutof...
2•anigbrowl•15m ago•0 comments

S-OS V-RAM Engine – 8MB virtual memory on a $1.50 ESP32 without PSRAM

https://github.com/StepanoskiZ/vram-engine-esp32
1•ZStepanoski•15m ago•0 comments

Show HN: Yanes, yet another NES audio plugin:LinuxCLAP polyphonic chiptune synth

https://github.com/andrewfader/yanes
1•androsynth89•16m ago•0 comments

Dev proves LLMs will run on anything, even a $10 microcontroller

https://www.theregister.com/edge-and-iot/2026/08/04/dev-proves-llms-will-run-on-anything-even-a-1...
2•Bender•16m ago•0 comments

China turns up the heat with open model blitz as US model makers panic

https://www.theregister.com/ai-and-ml/2026/08/03/china-turns-up-the-heat-with-open-model-blitz-as...
2•Bender•16m ago•0 comments

Show HN: Movie scores from what people say when nobody's asking

https://skipthecritics.com
1•LevelTenMedia•17m ago•0 comments

Trump forced to reinstate broadband grants, court lets US scrap race criteria

https://arstechnica.com/tech-policy/2026/08/trump-forced-to-reinstate-broadband-grants-but-court-...
3•Bender•17m ago•0 comments

EA Is Now a Private Company

https://www.theverge.com/games/974736/ea-private-company-deal-closed
2•choult•18m ago•0 comments

AI Pets Are Here [video]

https://www.youtube.com/watch?v=mIfmUHiMN3U
1•britcruise•20m ago•0 comments

Speed Above All Else

https://twitter.com/Alfred_Lin/status/2084636778791858256
1•tosh•21m ago•0 comments

Yet Another OpenCode Plugin

https://npmjs.com/package/yet-another-opencode-plugin
1•smokeeaasd•22m ago•0 comments

Fiddler Classic Changes License: Noncommercial Use Only, 45 Days to Comply

https://www.telerik.com/purchase/license-agreement/fiddler
1•tech234a•22m ago•0 comments

Cloudflare Wallets: the programmable wallet for the agentic Internet

https://blog.cloudflare.com/wallets/
3•hahahaa•22m ago•0 comments

3D Printing Agentic Automation

https://praveenvijayan.substack.com/p/3d-print-automation-text-a-link-get
2•praveenvijayan•24m ago•1 comments

Ask HN: Dear Anthropic, can we please have thought traces back?

1•exabrial•25m ago•1 comments

Where the Automation Has to Stop

https://yusufaytas.com/where-the-automation-has-to-stop
7•montrealish•26m ago•0 comments

The 'dean of valuation' says pain is headed for more AI companies soon

https://www.businessinsider.com/ai-stock-market-correction-dean-of-valuation-aswath-damodaran-2026-8
2•mapping365•26m ago•0 comments

Personal computer is not that personal

https://prahaladhchandrahasan.github.io/thoughts/your-personal-computer-is-not-that-personal/
1•pdawg0518•28m ago•0 comments

Uber's Autonomous Vehicle Strategy: Slow Their Adoption

https://www.wired.com/story/ubers-autonomous-vehicle-strategy-slow-their-adoption/
1•dmitriy_ko•30m ago•0 comments

Should designers publicly share killed or speculative work?

https://benbarry.com/writing/should-designers-publicly-share-killed-or-speculative-work
1•herbertl•31m ago•0 comments