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

Show HN: Profine – Profile and rewrite your PyTorch training loop on real GPUs

https://github.com/ProfineAI/profine-cli
1•aisinghal•38s ago•0 comments

How to Test

https://matklad.github.io/2021/05/31/how-to-test.html
1•ibobev•2m ago•0 comments

PayPal Reaches $30M Pact with Justice Department over Minority Funding

https://www.wsj.com/politics/policy/paypal-reaches-30-million-pact-with-justice-department-over-m...
1•petethomas•3m ago•0 comments

Show HN: How we made MCP development feel good

https://manufact.com/blog/mcp-testing
3•pzullo•3m ago•0 comments

Amazon Music Can't Count [video]

https://www.youtube.com/watch?v=Kgq0NOK3E6c
1•getpokedagain•6m ago•1 comments

An agent skill for closed-loop validation on microservices

https://www.signadot.com/docs/integrations/coding-agents/agent-skills
1•jaguar75•8m ago•0 comments

Testing UPS(uninterruptible power supply) Output Waveforms

https://www.lttlabs.com/articles/2026/05/12/ups-exploration
2•LabsLucas•8m ago•1 comments

AI Startup Prevents $27.7M Attack

https://ittech-pulse.com/news/grego-ai-prevents-27-7million-attack-with-ai-reasoning-breakthrough/
1•gregomaspero•10m ago•0 comments

Investigating ChatGPT for advertising my software

https://successfulsoftware.net/2026/05/12/investigating-chatgpt-for-advertising-my-software/
2•hermitcrab•11m ago•1 comments

Nearly 50 Years Later, WKRP in Cincinnati Becomes a Real Radio Station

https://www.openculture.com/2026/05/nearly-50-years-later-wkrp-in-cincinnati-becomes-a-real-radio...
1•bookofjoe•12m ago•0 comments

Graphene

https://graphenedata.com/blog/introducing-graphene/
1•data_ders•12m ago•0 comments

Nika Riots

https://en.wikipedia.org/wiki/Nika_riots
2•theletterf•13m ago•0 comments

History of Bulgarian Computing [pdf]

https://itf.njszt.hu/324rtr4/uploads/2021/03/kiril_boyanov_itstar_prezentacio.pdf
1•jruohonen•13m ago•0 comments

A spell-checker in TypeScript (2020)

https://github.com/kkuchta/TSpell
1•carlos-menezes•13m ago•0 comments

A Tribute to the Windows 3.1 "Hot Dog Stand" Color Scheme (2005)

https://blog.codinghorror.com/a-tribute-to-the-windows-31-hot-dog-stand-color-scheme/
3•washingupliquid•14m ago•0 comments

GM fined under CCPA for selling CA driver data without consent

https://oag.ca.gov/news/press-releases/when-it-comes-data-privacy-consumers-must-be-driver%E2%80%...
3•dryadin•14m ago•1 comments

Small Ants Act Like Cleaner Fish

https://nautil.us/these-small-ants-act-like-cleaner-fish-1280653
1•Brajeshwar•16m ago•0 comments

Gauntlet – "You have found a treasure room"

https://superchartisland.com/gauntlet/
1•elvis70•16m ago•0 comments

Stealing a MiG-29 Was a Piece of Cake – Sort Of. Alexander Zuyev's Great Escape

https://theaviationist.com/2026/05/09/alexander-zuyevs-great-escape-part-1/
1•speckx•16m ago•1 comments

PyPy v7.3.22

https://pypy.org/posts/2026/04/pypy-v7322-release.html
1•tosh•18m ago•0 comments

Parents say ChatGPT got their son killed with bad advice on party drugs

https://www.theverge.com/ai-artificial-intelligence/928691/openai-chatgpt-wrongful-death-overdose
4•1vuio0pswjnm7•20m ago•0 comments

The Path Not Taken: Duality in Reasoning about Program Execution

https://arxiv.org/abs/2604.20917
2•PaulHoule•20m ago•0 comments

The tipping point: what happens when deaths outnumber births?

https://www.theguardian.com/world/ng-interactive/2026/may/02/what-happens-when-deaths-outnumber-b...
4•rwmj•20m ago•0 comments

AI Will Make the Academic Article Obsolete

https://www.chronicle.com/article/ai-will-make-the-academic-article-obsolete
2•Hooke•20m ago•0 comments

SpaceX and Google Are in Talks to Launch Data Centers in Orbit

https://www.wsj.com/tech/spacex-google-in-talks-to-explore-data-centers-in-orbit-7b7799e2
2•simonebrunozzi•21m ago•3 comments

Show HN: CircadianLab – Browser-based radiosity lighting simulator (WebGPU)

https://www.innerscene.com/tools/circadian-lab
1•jclarkcom•23m ago•0 comments

Show HN: DualDoc – A text editor for the AI age

https://www.dualdoc.xyz
1•jdbiggs•25m ago•0 comments

Show HN: Cutting our credential bulk-import from 17 minutes to 2

https://certscore.org/blog/from-17-min-to-2-min
1•rajatrv•26m ago•0 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

3•namanyayg•26m ago•0 comments

Exim 4.99.3 – SMTP Mail Server – Message Transfer Agent (MTA)

https://lists.exim.org/lurker/message/20260512.145700.55e61dbb.en.html
1•neustradamus•27m ago•0 comments